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/lib/xorg/modules"
  9. FontPath "/usr/share/fonts/X11/misc"
  10. FontPath "/usr/share/fonts/X11/cyrillic"
  11. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  12. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/Type1"
  14. FontPath "/usr/share/fonts/X11/100dpi"
  15. FontPath "/usr/share/fonts/X11/75dpi"
  16. FontPath "built-ins"
  17. EndSection
  18. Section "Module"
  19. Load "glxserver_nvidia"
  20. Load "glx"
  21. EndSection
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26. Section "InputDevice"
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "auto"
  30. Option "Device" "/dev/input/mice"
  31. Option "ZAxisMapping" "4 5 6 7"
  32. EndSection
  33. Section "Monitor"
  34. Identifier "Monitor0"
  35. VendorName "Monitor Vendor"
  36. ModelName "Monitor Model"
  37. EndSection
  38. Section "Device"
  39. ### Available Driver options are:-
  40. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  41. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  42. ### <percent>: "<f>%"
  43. ### [arg]: arg optional
  44. #Option "HWcursor" # [<bool>]
  45. #Option "Xinerama" # [<bool>]
  46. #Option "StaticXinerama" # <str>
  47. #Option "GuiLayout" # <str>
  48. #Option "AddDefaultMode" # [<bool>]
  49. #Option "RenderAccel" # [<bool>]
  50. #Option "DRI" # [<bool>]
  51. #Option "DirectPresents" # [<bool>]
  52. #Option "HWPresents" # [<bool>]
  53. #Option "RenderCheck" # [<bool>]
  54. Identifier "Card0"
  55. Driver "vmware"
  56. BusID "PCI:0:2:0"
  57. EndSection
  58. Section "Screen"
  59. Identifier "Screen0"
  60. Device "Card0"
  61. Monitor "Monitor0"
  62. SubSection "Display"
  63. Viewport 0 0
  64. Depth 1
  65. EndSubSection
  66. SubSection "Display"
  67. Viewport 0 0
  68. Depth 4
  69. EndSubSection
  70. SubSection "Display"
  71. Viewport 0 0
  72. Depth 8
  73. EndSubSection
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 15
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 16
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 24
  85. EndSubSection
  86. EndSection