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. RgbPath "/usr/share/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/TTF"
  12. FontPath "/usr/share/fonts/OTF"
  13. FontPath "/usr/share/fonts/Type1"
  14. FontPath "/usr/share/fonts/misc"
  15. FontPath "/usr/share/fonts/75dpi/:unscaled"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "GLcore"
  20. Load "dbe"
  21. Load "dri"
  22. Load "extmod"
  23. Load "glx"
  24. Load "record"
  25. Load "xtrap"
  26. Load "freetype"
  27. Load "type1"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. Option "XkbLayout" "us" ## KEYBOARD_MAP!
  34. Option "XkbModel" "" ## KEYBOARD_MODEL!
  35. Option "Xkbvariant" "" ## KEYBOARD_VARIANT!
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Mouse0"
  40. Driver "mouse"
  41. Option "Protocol" "auto"
  42. Option "Device" "/dev/input/mice"
  43. Option "ZAxisMapping" "4 5"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Option "DPMS"
  48. DisplaySize 269 201 # 96 DPI @ 1024x768
  49. Option "UseEdidFreqs" "1"
  50. Identifier "Monitor0"
  51. VendorName "Monitor Vendor"
  52. ModelName "Monitor Model"
  53. HorizSync 31.5-64
  54. VertRefresh 40-90
  55. EndSection
  56.  
  57. Section "Device"
  58. ### Available Driver options are:-
  59. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  61. ### [arg]: arg optional
  62. #Option "SWcursor" # [<bool>]
  63. #Option "RGBbits" # <i>
  64. #Option "NoAccel" # [<bool>]
  65. #Option "BlockWrite" # [<bool>]
  66. #Option "FireGL3000" # [<bool>]
  67. #Option "Overlay" # [<str>]
  68. #Option "ShadowFB" # [<bool>]
  69. #Option "UseFBDev" # [<bool>]
  70. #Option "UseFlatPanel" # [<bool>]
  71. #Option "VideoKey" # [<bool>]
  72. Identifier "Card0"
  73. Driver "glint"
  74. VendorName "Texas Instruments"
  75. BoardName "TVP4020 [Permedia 2]"
  76. BusID "PCI:1:0:0"
  77. EndSection
  78.  
  79. Section "Screen"
  80. Identifier "Screen0"
  81. Device "Card0"
  82. Monitor "Monitor0"
  83. DefaultDepth 16
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 1
  87. Modes "1024x768" "800x600" "640x480"
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 4
  92. Modes "1024x768" "800x600" "640x480"
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 8
  97. Modes "1024x768" "800x600" "640x480"
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 15
  102. Modes "1024x768" "800x600" "640x480"
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 16
  107. Modes "1024x768" "800x600" "640x480"
  108. EndSubSection
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 24
  112. Modes "1024x768" "800x600" "640x480"
  113. EndSubSection
  114. EndSection
  115.  
  116. Section "DRI"
  117. Mode 0666
  118. EndSection
  119.  
  120. Section "Extensions"
  121. Option "Composite" "on"
  122. EndSection
  123.