Guest User

Untitled

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