Advertisement
Guest User

Untitled

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