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. Section "Files"
  8. ModulePath "/usr/local/lib/xorg/modules"
  9. FontPath "/usr/local/share/fonts/misc/"
  10. FontPath "/usr/local/share/fonts/TTF/"
  11. FontPath "/usr/local/share/fonts/OTF/"
  12. FontPath "/usr/local/share/fonts/Type1/"
  13. FontPath "/usr/local/share/fonts/100dpi/"
  14. FontPath "/usr/local/share/fonts/75dpi/"
  15. EndSection
  16. Section "Module"
  17. Load "glx"
  18. EndSection
  19. Section "InputDevice"
  20. Identifier "Keyboard0"
  21. Driver "kbd"
  22. EndSection
  23. Section "InputDevice"
  24. Identifier "Mouse0"
  25. Driver "mouse"
  26. Option "Protocol" "auto"
  27. Option "Device" "/dev/sysmouse"
  28. Option "ZAxisMapping" "4 5 6 7"
  29. EndSection
  30. Section "Monitor"
  31. Identifier "Monitor0"
  32. VendorName "Monitor Vendor"
  33. ModelName "Monitor Model"
  34. EndSection
  35. Section "Device"
  36. ### Available Driver options are:-
  37. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  38. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  39. ### <percent>: "<f>%"
  40. ### [arg]: arg optional
  41. #Option "NoAccel" # [<bool>]
  42. #Option "AccelMethod" # <str>
  43. #Option "Backlight" # <str>
  44. #Option "DRI" # <str>
  45. #Option "ColorKey" # <i>
  46. #Option "VideoKey" # <i>
  47. #Option "Tiling" # [<bool>]
  48. #Option "LinearFramebuffer" # [<bool>]
  49. #Option "SwapbuffersWait" # [<bool>]
  50. #Option "TripleBuffer" # [<bool>]
  51. #Option "XvPreferOverlay" # [<bool>]
  52. #Option "HotPlug" # [<bool>]
  53. #Option "ReprobeOutputs" # [<bool>]
  54. #Option "XvMC" # [<bool>]
  55. #Option "ZaphodHeads" # <str>
  56. #Option "TearFree" # [<bool>]
  57. #Option "PerCrtcPixmaps" # [<bool>]
  58. #Option "FallbackDebug" # [<bool>]
  59. #Option "DebugFlushBatches" # [<bool>]
  60. #Option "DebugFlushCaches" # [<bool>]
  61. #Option "DebugWait" # [<bool>]
  62. #Option "BufferCache" # [<bool>]
  63. Identifier "Card0"
  64. Driver "intel"
  65. BusID "PCI:0:2:0"
  66. EndSection
  67. Section "Screen"
  68. Identifier "Screen0"
  69. Device "Card0"
  70. Monitor "Monitor0"
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 1
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 4
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 8
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 15
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 16
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 24
  94. EndSubSection
  95. EndSection