Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 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.  
  10. # FontPath "/usr/share/fonts/100dpi/"
  11. # FontPath "/usr/share/fonts/75dpi/"
  12. ModulePath "/usr/lib/xorg/modules"
  13. FontPath "/usr/share/fonts/misc/"
  14. FontPath "/usr/share/fonts/TTF/"
  15. FontPath "/usr/share/fonts/OTF/"
  16. FontPath "/usr/share/fonts/Type1/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dri2"
  21. Load "dbe"
  22. Load "record"
  23. Load "extmod"
  24. Load "glx"
  25. Load "freetype"
  26. Load "type1"
  27. EndSection
  28.  
  29. #Section "InputDevice"
  30. # Identifier "Keyboard0"
  31. # Driver "kbd"
  32. #EndSection
  33.  
  34. #Section "InputDevice"
  35. # Identifier "Mouse0"
  36. # Driver "mouse"
  37. # Option "Protocol" "auto"
  38. # Option "Device" "/dev/input/mice"
  39. # Option "ZAxisMapping" "4 5 6 7"
  40. #EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "Card0"
  50. Driver "nvidia"
  51. EndSection
  52.  
  53. Section "Screen"
  54. Identifier "Screen0"
  55. Device "Card0"
  56. Monitor "Monitor0"
  57. Option "NoLogo" "True"
  58. Option "Coolbits" "1"
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 16
  62. EndSubSection
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 24
  66. EndSubSection
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement