Advertisement
Guest User

Untitled

a guest
Dec 24th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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/local/lib/xorg/modules"
  10. FontPath "/usr/local/lib/X11/fonts/misc/"
  11. FontPath "/usr/local/lib/X11/fonts/TTF/"
  12. FontPath "/usr/local/lib/X11/fonts/OTF/"
  13. FontPath "/usr/local/lib/X11/fonts/Type1/"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/sysmouse"
  32. Option "ZAxisMapping" "4 5 6 7"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor0"
  37. VendorName "Monitor Vendor"
  38. ModelName "Monitor Model"
  39. EndSection
  40.  
  41. Section "Device"
  42. ### Available Driver options are:-
  43. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  44. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  45. ### <percent>: "<f>%"
  46. ### [arg]: arg optional
  47. #Option "SWcursor" # [<bool>]
  48. #Option "HWcursor" # [<bool>]
  49. #Option "NoAccel" # [<bool>]
  50. #Option "ShadowFB" # [<bool>]
  51. #Option "UseFBDev" # [<bool>]
  52. #Option "Rotate" # [<str>]
  53. #Option "VideoKey" # <i>
  54. #Option "FlatPanel" # [<bool>]
  55. #Option "FPDither" # [<bool>]
  56. #Option "CrtcNumber" # <i>
  57. #Option "FPScale" # [<bool>]
  58. #Option "FPTweak" # <i>
  59. #Option "DualHead" # [<bool>]
  60. Identifier "Card0"
  61. Driver "nvidia"
  62. BusID "PCI:1:0:0"
  63. EndSection
  64.  
  65. Section "Screen"
  66. Identifier "Screen0"
  67. Device "Card0"
  68. Monitor "Monitor0"
  69. SubSection "Display"
  70. Viewport 0 0
  71. Depth 1
  72. EndSubSection
  73. SubSection "Display"
  74. Viewport 0 0
  75. Depth 4
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 8
  80. EndSubSection
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 15
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 16
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 24
  92. EndSubSection
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement