Advertisement
Guest User

xorg

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