spacepaste

  1.  
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  5. Screen 1 "Screen1" RightOf "Screen0"
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc/"
  12. FontPath "/usr/share/fonts/X11/TTF/"
  13. FontPath "/usr/share/fonts/X11/OTF/"
  14. FontPath "/usr/share/fonts/X11/Type1/"
  15. FontPath "/usr/share/fonts/X11/100dpi/"
  16. FontPath "/usr/share/fonts/X11/75dpi/"
  17. EndSection
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21. Section "InputDevice"
  22. Identifier "Keyboard0"
  23. Driver "kbd"
  24. EndSection
  25. Section "InputDevice"
  26. Identifier "Mouse0"
  27. Driver "mouse"
  28. Option "Protocol" "auto"
  29. Option "Device" "/dev/input/mice"
  30. Option "ZAxisMapping" "4 5 6 7"
  31. EndSection
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Monitor Vendor"
  35. ModelName "Monitor Model"
  36. EndSection
  37. Section "Monitor"
  38. Identifier "Monitor1"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42. Section "Device"
  43. ### Available Driver options are:-
  44. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  45. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  46. ### <percent>: "<f>%"
  47. ### [arg]: arg optional
  48. #Option "SWcursor" # [<bool>]
  49. #Option "HWcursor" # [<bool>]
  50. #Option "NoAccel" # [<bool>]
  51. #Option "ShadowFB" # [<bool>]
  52. #Option "VideoKey" # <i>
  53. #Option "WrappedFB" # [<bool>]
  54. #Option "GLXVBlank" # [<bool>]
  55. #Option "ZaphodHeads" # <str>
  56. #Option "PageFlip" # [<bool>]
  57. #Option "SwapLimit" # <i>
  58. #Option "AsyncUTSDFS" # [<bool>]
  59. #Option "AccelMethod" # <str>
  60. #Option "DRI" # <i>
  61. Identifier "Card0"
  62. Driver "nvidia"
  63. BusID "PCI:3:0:0"
  64. EndSection
  65. Section "Device"
  66. ### Available Driver options are:-
  67. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  68. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  69. ### <percent>: "<f>%"
  70. ### [arg]: arg optional
  71. #Option "SWcursor" # [<bool>]
  72. #Option "HWcursor" # [<bool>]
  73. #Option "NoAccel" # [<bool>]
  74. #Option "ShadowFB" # [<bool>]
  75. #Option "VideoKey" # <i>
  76. #Option "WrappedFB" # [<bool>]
  77. #Option "GLXVBlank" # [<bool>]
  78. #Option "ZaphodHeads" # <str>
  79. #Option "PageFlip" # [<bool>]
  80. #Option "SwapLimit" # <i>
  81. #Option "AsyncUTSDFS" # [<bool>]
  82. #Option "AccelMethod" # <str>
  83. #Option "DRI" # <i>
  84. Identifier "Card1"
  85. Driver "nvidia"
  86. BusID "PCI:4:0:0"
  87. EndSection
  88. Section "Screen"
  89. Identifier "Screen0"
  90. Device "Card0"
  91. Monitor "Monitor0"
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 1
  95. EndSubSection
  96. SubSection "Display"
  97. Viewport 0 0
  98. Depth 4
  99. EndSubSection
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 8
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 15
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 16
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 24
  115. EndSubSection
  116. EndSection
  117. Section "Screen"
  118. Identifier "Screen1"
  119. Device "Card1"
  120. Monitor "Monitor1"
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 1
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 4
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 8
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 15
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 16
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 24
  144. EndSubSection
  145. EndSection
  146.