spacepaste

  1.  
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. EndSection
  8. Section "Files"
  9. ModulePath "/usr/lib64/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17. Section "Module"
  18. Load "glx"
  19. EndSection
  20. Section "InputDevice"
  21. Identifier "Keyboard0"
  22. Driver "kbd"
  23. EndSection
  24. Section "InputDevice"
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/input/mice"
  29. Option "ZAxisMapping" "4 5 6 7"
  30. EndSection
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Monitor Vendor"
  34. ModelName "Monitor Model"
  35. EndSection
  36. Section "Device"
  37. ### Available Driver options are:-
  38. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  39. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  40. ### <percent>: "<f>%"
  41. ### [arg]: arg optional
  42. #Option "SWcursor" # [<bool>]
  43. #Option "HWcursor" # [<bool>]
  44. #Option "NoAccel" # [<bool>]
  45. #Option "ShadowFB" # [<bool>]
  46. #Option "VideoKey" # <i>
  47. #Option "WrappedFB" # [<bool>]
  48. #Option "GLXVBlank" # [<bool>]
  49. #Option "ZaphodHeads" # <str>
  50. #Option "PageFlip" # [<bool>]
  51. #Option "SwapLimit" # <i>
  52. #Option "AsyncUTSDFS" # [<bool>]
  53. #Option "AccelMethod" # <str>
  54. #Option "DRI" # <i>
  55. Identifier "Card0"
  56. Driver "nouveau"
  57. BusID "PCI:1:0:0"
  58. EndSection
  59. Section "Screen"
  60. Identifier "Screen0"
  61. Device "Card0"
  62. Monitor "Monitor0"
  63. SubSection "Display"
  64. Viewport 0 0
  65. Depth 1
  66. EndSubSection
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 4
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 8
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 15
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 16
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 24
  86. EndSubSection
  87. EndSection
  88.