Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 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 "NoAccel" # [<bool>]
  71. #Option "SWcursor" # [<bool>]
  72. #Option "EnablePageFlip" # [<bool>]
  73. #Option "ColorTiling" # [<bool>]
  74. #Option "ColorTiling2D" # [<bool>]
  75. #Option "RenderAccel" # [<bool>]
  76. #Option "SubPixelOrder" # [<str>]
  77. #Option "AccelMethod" # <str>
  78. #Option "EXAVSync" # [<bool>]
  79. #Option "EXAPixmaps" # [<bool>]
  80. #Option "ZaphodHeads" # <str>
  81. #Option "EnablePageFlip" # [<bool>]
  82. #Option "SwapbuffersWait" # [<bool>]
  83. Identifier "Card0"
  84. Driver "radeon"
  85. BusID "PCI:1:0:0"
  86. EndSection
  87.  
  88. Section "Device"
  89. ### Available Driver options are:-
  90. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  91. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  92. ### <percent>: "<f>%"
  93. ### [arg]: arg optional
  94. #Option "SWcursor" # [<bool>]
  95. #Option "kmsdev" # <str>
  96. #Option "ShadowFB" # [<bool>]
  97. Identifier "Card1"
  98. Driver "modesetting"
  99. BusID "PCI:1:0:0"
  100. EndSection
  101.  
  102. Section "Device"
  103. ### Available Driver options are:-
  104. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  105. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  106. ### <percent>: "<f>%"
  107. ### [arg]: arg optional
  108. #Option "ShadowFB" # [<bool>]
  109. #Option "Rotate" # <str>
  110. #Option "fbdev" # <str>
  111. #Option "debug" # [<bool>]
  112. Identifier "Card2"
  113. Driver "fbdev"
  114. BusID "PCI:1:0:0"
  115. EndSection
  116.  
  117. Section "Device"
  118. ### Available Driver options are:-
  119. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  120. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  121. ### <percent>: "<f>%"
  122. ### [arg]: arg optional
  123. #Option "ShadowFB" # [<bool>]
  124. #Option "DefaultRefresh" # [<bool>]
  125. #Option "ModeSetClearScreen" # [<bool>]
  126. Identifier "Card3"
  127. Driver "vesa"
  128. BusID "PCI:1:0:0"
  129. EndSection
  130.  
  131. Section "Screen"
  132. Identifier "Screen0"
  133. Device "Card0"
  134. Monitor "Monitor0"
  135. SubSection "Display"
  136. Viewport 0 0
  137. Depth 1
  138. EndSubSection
  139. SubSection "Display"
  140. Viewport 0 0
  141. Depth 4
  142. EndSubSection
  143. SubSection "Display"
  144. Viewport 0 0
  145. Depth 8
  146. EndSubSection
  147. SubSection "Display"
  148. Viewport 0 0
  149. Depth 15
  150. EndSubSection
  151. SubSection "Display"
  152. Viewport 0 0
  153. Depth 16
  154. EndSubSection
  155. SubSection "Display"
  156. Viewport 0 0
  157. Depth 24
  158. EndSubSection
  159. EndSection
  160.  
  161. Section "Screen"
  162. Identifier "Screen1"
  163. Device "Card1"
  164. Monitor "Monitor1"
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 1
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 4
  172. EndSubSection
  173. SubSection "Display"
  174. Viewport 0 0
  175. Depth 8
  176. EndSubSection
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 15
  180. EndSubSection
  181. SubSection "Display"
  182. Viewport 0 0
  183. Depth 16
  184. EndSubSection
  185. SubSection "Display"
  186. Viewport 0 0
  187. Depth 24
  188. EndSubSection
  189. EndSection
  190.  
  191. Section "Screen"
  192. Identifier "Screen2"
  193. Device "Card2"
  194. Monitor "Monitor2"
  195. SubSection "Display"
  196. Viewport 0 0
  197. Depth 1
  198. EndSubSection
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 4
  202. EndSubSection
  203. SubSection "Display"
  204. Viewport 0 0
  205. Depth 8
  206. EndSubSection
  207. SubSection "Display"
  208. Viewport 0 0
  209. Depth 15
  210. EndSubSection
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 16
  214. EndSubSection
  215. SubSection "Display"
  216. Viewport 0 0
  217. Depth 24
  218. EndSubSection
  219. EndSection
  220.  
  221. Section "Screen"
  222. Identifier "Screen3"
  223. Device "Card3"
  224. Monitor "Monitor3"
  225. SubSection "Display"
  226. Viewport 0 0
  227. Depth 1
  228. EndSubSection
  229. SubSection "Display"
  230. Viewport 0 0
  231. Depth 4
  232. EndSubSection
  233. SubSection "Display"
  234. Viewport 0 0
  235. Depth 8
  236. EndSubSection
  237. SubSection "Display"
  238. Viewport 0 0
  239. Depth 15
  240. EndSubSection
  241. SubSection "Display"
  242. Viewport 0 0
  243. Depth 16
  244. EndSubSection
  245. SubSection "Display"
  246. Viewport 0 0
  247. Depth 24
  248. EndSubSection
  249. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement