Advertisement
Guest User

Untitled

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