Advertisement
Guest User

asyaka

a guest
Nov 29th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib64/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25.  
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/input/mouse0"
  33. #Option "Device" "/dev/psaux"
  34. Option "ZAxisMapping" "4 5"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. Option "DPMS"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Card0"
  46. Driver "nvidia"
  47. #BusID "PCI:1:0:0"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Card0"
  53. Monitor "Monitor0"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. #Viewport 0 0
  57. Depth 24
  58. Modes "1024x768"
  59. EndSubSection
  60. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement