Advertisement
Guest User

Untitled

a guest
Jan 10th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. Section "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/lib/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 "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  41. Option "PreferredMode" "1920x1080_60.00"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor2"
  52. VendorName "Monitor Vendor"
  53. ModelName "Monitor Model"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "Monitor3"
  58. VendorName "Monitor Vendor"
  59. ModelName "Monitor Model"
  60. EndSection
  61.  
  62. Section "Device"
  63. ### Available Driver options are:-
  64. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  65. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  66. ### <percent>: "<f>%"
  67. ### [arg]: arg optional
  68. #Option "NoAccel" # [<bool>]
  69. #Option "SWcursor" # [<bool>]
  70. #Option "EnablePageFlip" # [<bool>]
  71. #Option "AccelDFS" # [<bool>]
  72. #Option "IgnoreEDID" # [<bool>]
  73. #Option "ColorTiling" # [<bool>]
  74. #Option "ColorTiling2D" # [<bool>]
  75. #Option "RenderAccel" # [<bool>]
  76. #Option "SubPixelOrder" # [<str>]
  77. #Option "AccelMethod" # <str>
  78. #Option "DRI" # [<bool>]
  79. #Option "TVStandard" # <str>
  80. #Option "EXAVSync" # [<bool>]
  81. #Option "EXAPixmaps" # [<bool>]
  82. #Option "ZaphodHeads" # <str>
  83. #Option "EnablePageFlip" # [<bool>]
  84. #Option "SwapbuffersWait" # [<bool>]
  85. Identifier "Card0"
  86. Driver "radeon"
  87. BusID "PCI:0:1:0"
  88. EndSection
  89.  
  90. Section "Device"
  91. ### Available Driver options are:-
  92. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  93. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  94. ### <percent>: "<f>%"
  95. ### [arg]: arg optional
  96. #Option "NoAccel" # [<bool>]
  97. #Option "SWcursor" # [<bool>]
  98. #Option "EnablePageFlip" # [<bool>]
  99. #Option "AccelDFS" # [<bool>]
  100. #Option "IgnoreEDID" # [<bool>]
  101. #Option "ColorTiling" # [<bool>]
  102. #Option "ColorTiling2D" # [<bool>]
  103. #Option "RenderAccel" # [<bool>]
  104. #Option "SubPixelOrder" # [<str>]
  105. #Option "AccelMethod" # <str>
  106. #Option "DRI" # [<bool>]
  107. #Option "TVStandard" # <str>
  108. #Option "EXAVSync" # [<bool>]
  109. #Option "EXAPixmaps" # [<bool>]
  110. #Option "ZaphodHeads" # <str>
  111. #Option "EnablePageFlip" # [<bool>]
  112. #Option "SwapbuffersWait" # [<bool>]
  113. Identifier "Card1"
  114. Driver "radeon"
  115. BusID "PCI:1:0:0"
  116. EndSection
  117.  
  118. Section "Device"
  119. ### Available Driver options are:-
  120. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  121. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  122. ### <percent>: "<f>%"
  123. ### [arg]: arg optional
  124. #Option "ShadowFB" # [<bool>]
  125. #Option "DefaultRefresh" # [<bool>]
  126. #Option "ModeSetClearScreen" # [<bool>]
  127. Identifier "Card2"
  128. Driver "vesa"
  129. BusID "PCI:0:1:0"
  130. EndSection
  131.  
  132. Section "Device"
  133. ### Available Driver options are:-
  134. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  135. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  136. ### <percent>: "<f>%"
  137. ### [arg]: arg optional
  138. #Option "ShadowFB" # [<bool>]
  139. #Option "DefaultRefresh" # [<bool>]
  140. #Option "ModeSetClearScreen" # [<bool>]
  141. Identifier "Card3"
  142. Driver "vesa"
  143. BusID "PCI:1:0:0"
  144. EndSection
  145.  
  146. Section "Screen"
  147. Identifier "Screen0"
  148. Device "Card0"
  149. Monitor "Monitor0"
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 1
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 4
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 8
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 15
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 16
  169. EndSubSection
  170. SubSection "Display"
  171. Viewport 0 0
  172. Depth 24
  173. EndSubSection
  174. EndSection
  175.  
  176. Section "Screen"
  177. Identifier "Screen1"
  178. Device "Card1"
  179. Monitor "Monitor1"
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 1
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 4
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 8
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 15
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 16
  199. EndSubSection
  200. SubSection "Display"
  201. Viewport 0 0
  202. Depth 24
  203. EndSubSection
  204. EndSection
  205.  
  206. Section "Screen"
  207. Identifier "Screen2"
  208. Device "Card2"
  209. Monitor "Monitor2"
  210. SubSection "Display"
  211. Viewport 0 0
  212. Depth 1
  213. EndSubSection
  214. SubSection "Display"
  215. Viewport 0 0
  216. Depth 4
  217. EndSubSection
  218. SubSection "Display"
  219. Viewport 0 0
  220. Depth 8
  221. EndSubSection
  222. SubSection "Display"
  223. Viewport 0 0
  224. Depth 15
  225. EndSubSection
  226. SubSection "Display"
  227. Viewport 0 0
  228. Depth 16
  229. EndSubSection
  230. SubSection "Display"
  231. Viewport 0 0
  232. Depth 24
  233. EndSubSection
  234. EndSection
  235.  
  236. Section "Screen"
  237. Identifier "Screen3"
  238. Device "Card3"
  239. Monitor "Monitor3"
  240. SubSection "Display"
  241. Viewport 0 0
  242. Depth 1
  243. EndSubSection
  244. SubSection "Display"
  245. Viewport 0 0
  246. Depth 4
  247. EndSubSection
  248. SubSection "Display"
  249. Viewport 0 0
  250. Depth 8
  251. EndSubSection
  252. SubSection "Display"
  253. Viewport 0 0
  254. Depth 15
  255. EndSubSection
  256. SubSection "Display"
  257. Viewport 0 0
  258. Depth 16
  259. EndSubSection
  260. SubSection "Display"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement