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/X11R7/lib/modules"
  10. FontPath "/usr/X11R7/lib/X11/fonts/misc/"
  11. FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
  12. FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
  13. FontPath "/usr/X11R7/lib/X11/fonts/75dpi/"
  14. FontPath "/usr/X11R7/lib/X11/fonts/100dpi/"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dbe"
  19. Load "dri"
  20. Load "dri2"
  21. Load "extmod"
  22. Load "glx"
  23. Load "record"
  24. Load "shadow"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "wsmouse"
  36. Option "Device" "/dev/wsmouse"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Device"
  47. ### Available Driver options are:-
  48. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  49. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  50. ### <percent>: "<f>%"
  51. ### [arg]: arg optional
  52. #Option "SWcursor" # [<bool>]
  53. #Option "HWcursor" # [<bool>]
  54. #Option "NoAccel" # [<bool>]
  55. #Option "ShadowFB" # [<bool>]
  56. #Option "UseFBDev" # [<bool>]
  57. #Option "Rotate" # [<str>]
  58. #Option "VideoKey" # <i>
  59. #Option "FlatPanel" # [<bool>]
  60. #Option "FPDither" # [<bool>]
  61. #Option "CrtcNumber" # <i>
  62. #Option "FPScale" # [<bool>]
  63. #Option "FPTweak" # <i>
  64. #Option "DualHead" # [<bool>]
  65. Identifier "Card0"
  66. Driver "nv"
  67. BusID "PCI:1:0:0"
  68. EndSection
  69.  
  70. Section "Screen"
  71. Identifier "Screen0"
  72. Device "Card0"
  73. Monitor "Monitor0"
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 1
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 4
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 8
  85. EndSubSection
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 15
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 16
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 24
  97. EndSubSection
  98. EndSection