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/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  12. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/Type1"
  15. FontPath "/usr/share/fonts/X11/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. Load "extmod"
  24. Load "dri2"
  25. # Load "dri"
  26. Load "record"
  27. Load "dbe"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. #DisplaySize 360 270 # mm
  45. Identifier "Monitor0"
  46. VendorName "GSM"
  47. ModelName "F900P"
  48. HorizSync 30.0 - 111.0
  49. VertRefresh 50.0 - 160.0
  50. Option "DPMS"
  51. EndSection
  52.  
  53. Section "Device"
  54. ### Available Driver options are:-
  55. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  57. ### [arg]: arg optional
  58. #Option "SWcursor" # [<bool>]
  59. #Option "HWcursor" # [<bool>]
  60. #Option "NoAccel" # [<bool>]
  61. #Option "ShadowFB" # [<bool>]
  62. #Option "UseFBDev" # [<bool>]
  63. #Option "Rotate" # [<str>]
  64. #Option "VideoKey" # <i>
  65. #Option "FlatPanel" # [<bool>]
  66. #Option "FPDither" # [<bool>]
  67. #Option "CrtcNumber" # <i>
  68. #Option "FPScale" # [<bool>]
  69. #Option "FPTweak" # <i>
  70. #Option "DualHead" # [<bool>]
  71. Identifier "Card0"
  72. Driver "nvidia"
  73. Option "Coolbits" "1"
  74. Option "AddARGBGLXVisuals" "true"
  75. Option "TripleBuffer" "false"
  76. VendorName "nVidia Corporation"
  77. BoardName "NV34 [GeForce FX 5200]"
  78. BusID "PCI:1:0:0"
  79. EndSection
  80.  
  81. Section "Screen"
  82. Identifier "Screen0"
  83. Device "Card0"
  84. Monitor "Monitor0"
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 1
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 4
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 8
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 15
  100. EndSubSection
  101. SubSection "Display"
  102. Viewport 0 0
  103. Depth 16
  104. EndSubSection
  105. SubSection "Display"
  106. Viewport 0 0
  107. Depth 24
  108. EndSubSection
  109. EndSection
  110.  
  111.  
  112. Section "Extensions"
  113. Option "Composite" "enable"
  114. # Option "RENDER" "disable"
  115. EndSection