Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. ection "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen1"
  6. Screen 3 "Screen3" RightOf "Screen2"
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/lib64/xorg/modules"
  13. FontPath "/usr/share/fonts/misc/"
  14. FontPath "/usr/share/fonts/TTF/"
  15. FontPath "/usr/share/fonts/OTF/"
  16. FontPath "/usr/share/fonts/Type1/"
  17. FontPath "/usr/share/fonts/100dpi/"
  18. FontPath "/usr/share/fonts/75dpi/"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "dbe"
  23. Load "glx"
  24. Load "dri2"
  25. Load "extmod"
  26. Load "record"
  27. Load "dri"
  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. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  47. EndSection
  48.  
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor1"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "Monitor2"
  58. VendorName "Monitor Vendor"
  59. ModelName "Monitor Model"
  60. EndSection
  61.  
  62. Section "Monitor"
  63. Identifier "Monitor3"
  64. VendorName "Monitor Vendor"
  65. ModelName "Monitor Model"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Card0"
  70. Driver "nvidia"
  71. BusID "PCI:4:0:0"
  72. EndSection
  73.  
  74. Section "Device"
  75. ### Available Driver options are:-
  76. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  77. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  78. ### <percent>: "<f>%"
  79. ### [arg]: arg optional
  80. #Option "SWcursor" # [<bool>]
  81. #Option "HWcursor" # [<bool>]
  82. #Option "NoAccel" # [<bool>]
  83. #Option "ShadowFB" # [<bool>]
  84. #Option "UseFBDev" # [<bool>]
  85. #Option "Rotate" # [<str>]
  86. #Option "VideoKey" # <i>
  87. #Option "FlatPanel" # [<bool>]
  88. #Option "FPDither" # [<bool>]
  89. #Option "CrtcNumber" # <i>
  90. #Option "FPScale" # [<bool>]
  91. #Option "FPTweak" # <i>
  92. #Option "DualHead" # [<bool>]
  93. Identifier "Card1"
  94. Driver "nv"
  95. BusID "PCI:4:0:0"
  96. EndSection
  97.  
  98. ### Available Driver options are:-
  99. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  100. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  101. ### <percent>: "<f>%"
  102. ### [arg]: arg optional
  103. #Option "ShadowFB" # [<bool>]
  104. #Option "DefaultRefresh" # [<bool>]
  105. #Option "ModeSetClearScreen" # [<bool>]
  106. Identifier "Card2"
  107. Driver "vesa"
  108. BusID "PCI:0:2:0"
  109. EndSection
  110.  
  111. Section "Device"
  112. ### Available Driver options are:-
  113. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  114. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  115. ### <percent>: "<f>%"
  116. ### [arg]: arg optional
  117. #Option "ShadowFB" # [<bool>]
  118. #Option "DefaultRefresh" # [<bool>]
  119. #Option "ModeSetClearScreen" # [<bool>]
  120. Identifier "Card3"
  121. Driver "vesa"
  122. BusID "PCI:4:0:0"
  123. EndSection
  124.  
  125. Section "Screen"
  126. Identifier "Screen0"
  127. Device "Card0"
  128. Monitor "Monitor0"
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 1
  132. EndSubSection
  133. SubSection "Display"
  134. Viewport 0 0
  135. Depth 4
  136. EndSubSection
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 8
  140. EndSubSection
  141. SubSection "Display"
  142. Viewport 0 0
  143. Depth 15
  144. EndSubSection
  145.  
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 16
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 24
  153. EndSubSection
  154. EndSection
  155.  
  156. Section "Screen"
  157. Identifier "Screen1"
  158. Device "Card1"
  159. Monitor "Monitor1"
  160. SubSection "Display"
  161. Viewport 0 0
  162. Depth 1
  163. EndSubSection
  164. SubSection "Display"
  165. Viewport 0 0
  166. Depth 4
  167. EndSubSection
  168. SubSection "Display"
  169. Viewport 0 0
  170. Depth 8
  171. EndSubSection
  172. SubSection "Display"
  173. Viewport 0 0
  174. Depth 15
  175. EndSubSection
  176. SubSection "Display"
  177. Viewport 0 0
  178. Depth 16
  179. EndSubSection
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 24
  183. EndSubSection
  184. EndSection
  185.  
  186. Section "Screen"
  187. Identifier "Screen2"
  188. Device "Card2"
  189. Monitor "Monitor2"
  190. SubSection "Display"
  191. Viewport 0 0
  192. Depth 1
  193. EndSubSection
  194.  
  195.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement