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. Identifier "Card0"
  43. Driver "vboxvideo"
  44. BusID "PCI:0:2:0"
  45. EndSection
  46. Section "Screen"
  47. Identifier "Screen0"
  48. Device "Card0"
  49. Monitor "Monitor0"
  50. SubSection "Display"
  51. Viewport 0 0
  52. Depth 1
  53. EndSubSection
  54. SubSection "Display"
  55. Viewport 0 0
  56. Depth 4
  57. EndSubSection
  58. SubSection "Display"
  59. Viewport 0 0
  60. Depth 8
  61. EndSubSection
  62. SubSection "Display"
  63. Viewport 0 0
  64. Depth 15
  65. EndSubSection
  66. SubSection "Display"
  67. Viewport 0 0
  68. Depth 16
  69. EndSubSection
  70. SubSection "Display"
  71. Viewport 0 0
  72. Depth 24
  73. EndSubSection
  74. EndSection
  75.