Advertisement
Guest User

xorg.conf

a guest
Feb 20th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 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. Screen 5 "Screen5" RightOf "Screen4"
  9. InputDevice "Mouse0" "CorePointer"
  10. InputDevice "Keyboard0" "CoreKeyboard"
  11. EndSection
  12.  
  13. Section "Files"
  14. ModulePath "/usr/lib64/xorg/modules"
  15. FontPath "/usr/share/fonts/local"
  16. FontPath "/usr/share/fonts/TTF"
  17. FontPath "/usr/share/fonts/OTF"
  18. FontPath "/usr/share/fonts/Type1"
  19. FontPath "/usr/share/fonts/misc"
  20. FontPath "/usr/share/fonts/CID"
  21. FontPath "/usr/share/fonts/75dpi/:unscaled"
  22. FontPath "/usr/share/fonts/100dpi/:unscaled"
  23. FontPath "/usr/share/fonts/75dpi"
  24. FontPath "/usr/share/fonts/100dpi"
  25. FontPath "/usr/share/fonts/cyrillic"
  26. EndSection
  27.  
  28. Section "Module"
  29. Load "glx"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/input/mice"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Monitor"
  58. Identifier "Monitor2"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. EndSection
  62.  
  63. Section "Monitor"
  64. Identifier "Monitor3"
  65. VendorName "Monitor Vendor"
  66. ModelName "Monitor Model"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "Monitor4"
  71. VendorName "Monitor Vendor"
  72. ModelName "Monitor Model"
  73. EndSection
  74.  
  75. Section "Monitor"
  76. Identifier "Monitor5"
  77. VendorName "Monitor Vendor"
  78. ModelName "Monitor Model"
  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 "Card0"
  91. Driver "modesetting"
  92. BusID "PCI:0:2: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 "SWcursor" # [<bool>]
  102. #Option "kmsdev" # <str>
  103. #Option "ShadowFB" # [<bool>]
  104. Identifier "Card1"
  105. Driver "modesetting"
  106. BusID "PCI:1: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 "SWcursor" # [<bool>]
  116. #Option "HWcursor" # [<bool>]
  117. #Option "NoAccel" # [<bool>]
  118. #Option "ShadowFB" # [<bool>]
  119. #Option "UseFBDev" # [<bool>]
  120. #Option "Rotate" # [<str>]
  121. #Option "VideoKey" # <i>
  122. #Option "FlatPanel" # [<bool>]
  123. #Option "FPDither" # [<bool>]
  124. #Option "CrtcNumber" # <i>
  125. #Option "FPScale" # [<bool>]
  126. #Option "FPTweak" # <i>
  127. #Option "DualHead" # [<bool>]
  128. Identifier "Card2"
  129. Driver "nv"
  130. BusID "PCI:1:0:0"
  131. EndSection
  132.  
  133. Section "Device"
  134. ### Available Driver options are:-
  135. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  136. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  137. ### <percent>: "<f>%"
  138. ### [arg]: arg optional
  139. #Option "NoAccel" # [<bool>]
  140. #Option "AccelMethod" # <str>
  141. #Option "Backlight" # <str>
  142. #Option "DRI" # <str>
  143. #Option "ColorKey" # <i>
  144. #Option "VideoKey" # <i>
  145. #Option "Tiling" # [<bool>]
  146. #Option "LinearFramebuffer" # [<bool>]
  147. #Option "SwapbuffersWait" # [<bool>]
  148. #Option "TripleBuffer" # [<bool>]
  149. #Option "XvPreferOverlay" # [<bool>]
  150. #Option "HotPlug" # [<bool>]
  151. #Option "ReprobeOutputs" # [<bool>]
  152. #Option "XvMC" # [<bool>]
  153. #Option "ZaphodHeads" # <str>
  154. #Option "TearFree" # [<bool>]
  155. #Option "PerCrtcPixmaps" # [<bool>]
  156. #Option "FallbackDebug" # [<bool>]
  157. #Option "DebugFlushBatches" # [<bool>]
  158. #Option "DebugFlushCaches" # [<bool>]
  159. #Option "DebugWait" # [<bool>]
  160. #Option "BufferCache" # [<bool>]
  161. Identifier "Card3"
  162. Driver "intel"
  163. BusID "PCI:0:2:0"
  164. EndSection
  165.  
  166. Section "Device"
  167. ### Available Driver options are:-
  168. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  169. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  170. ### <percent>: "<f>%"
  171. ### [arg]: arg optional
  172. #Option "ShadowFB" # [<bool>]
  173. #Option "DefaultRefresh" # [<bool>]
  174. #Option "ModeSetClearScreen" # [<bool>]
  175. Identifier "Card4"
  176. Driver "vesa"
  177. BusID "PCI:0:2:0"
  178. EndSection
  179.  
  180. Section "Device"
  181. ### Available Driver options are:-
  182. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  183. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  184. ### <percent>: "<f>%"
  185. ### [arg]: arg optional
  186. #Option "ShadowFB" # [<bool>]
  187. #Option "DefaultRefresh" # [<bool>]
  188. #Option "ModeSetClearScreen" # [<bool>]
  189. Identifier "Card5"
  190. Driver "vesa"
  191. BusID "PCI:1:0:0"
  192. EndSection
  193.  
  194. Section "Screen"
  195. Identifier "Screen0"
  196. Device "Card0"
  197. Monitor "Monitor0"
  198. DefaultDepth 24
  199. SubSection "Display"
  200. Viewport 0 0
  201. Depth 1
  202. EndSubSection
  203. SubSection "Display"
  204. Viewport 0 0
  205. Depth 4
  206. EndSubSection
  207. SubSection "Display"
  208. Viewport 0 0
  209. Depth 8
  210. EndSubSection
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 15
  214. EndSubSection
  215. SubSection "Display"
  216. Viewport 0 0
  217. Depth 16
  218. EndSubSection
  219. SubSection "Display"
  220. Viewport 0 0
  221. Depth 24
  222. EndSubSection
  223. EndSection
  224.  
  225. Section "Screen"
  226. Identifier "Screen1"
  227. Device "Card1"
  228. Monitor "Monitor1"
  229. DefaultDepth 24
  230. SubSection "Display"
  231. Viewport 0 0
  232. Depth 1
  233. EndSubSection
  234. SubSection "Display"
  235. Viewport 0 0
  236. Depth 4
  237. EndSubSection
  238. SubSection "Display"
  239. Viewport 0 0
  240. Depth 8
  241. EndSubSection
  242. SubSection "Display"
  243. Viewport 0 0
  244. Depth 15
  245. EndSubSection
  246. SubSection "Display"
  247. Viewport 0 0
  248. Depth 16
  249. EndSubSection
  250. SubSection "Display"
  251. Viewport 0 0
  252. Depth 24
  253. EndSubSection
  254. EndSection
  255.  
  256. Section "Screen"
  257. Identifier "Screen2"
  258. Device "Card2"
  259. Monitor "Monitor2"
  260. DefaultDepth 24
  261. SubSection "Display"
  262. Viewport 0 0
  263. Depth 1
  264. EndSubSection
  265. SubSection "Display"
  266. Viewport 0 0
  267. Depth 4
  268. EndSubSection
  269. SubSection "Display"
  270. Viewport 0 0
  271. Depth 8
  272. EndSubSection
  273. SubSection "Display"
  274. Viewport 0 0
  275. Depth 15
  276. EndSubSection
  277. SubSection "Display"
  278. Viewport 0 0
  279. Depth 16
  280. EndSubSection
  281. SubSection "Display"
  282. Viewport 0 0
  283. Depth 24
  284. EndSubSection
  285. EndSection
  286.  
  287. Section "Screen"
  288. Identifier "Screen3"
  289. Device "Card3"
  290. Monitor "Monitor3"
  291. DefaultDepth 24
  292. SubSection "Display"
  293. Viewport 0 0
  294. Depth 1
  295. EndSubSection
  296. SubSection "Display"
  297. Viewport 0 0
  298. Depth 4
  299. EndSubSection
  300. SubSection "Display"
  301. Viewport 0 0
  302. Depth 8
  303. EndSubSection
  304. SubSection "Display"
  305. Viewport 0 0
  306. Depth 15
  307. EndSubSection
  308. SubSection "Display"
  309. Viewport 0 0
  310. Depth 16
  311. EndSubSection
  312. SubSection "Display"
  313. Viewport 0 0
  314. Depth 24
  315. EndSubSection
  316. EndSection
  317.  
  318. Section "Screen"
  319. Identifier "Screen4"
  320. Device "Card4"
  321. Monitor "Monitor4"
  322. DefaultDepth 24
  323. SubSection "Display"
  324. Viewport 0 0
  325. Depth 1
  326. EndSubSection
  327. SubSection "Display"
  328. Viewport 0 0
  329. Depth 4
  330. EndSubSection
  331. SubSection "Display"
  332. Viewport 0 0
  333. Depth 8
  334. EndSubSection
  335. SubSection "Display"
  336. Viewport 0 0
  337. Depth 15
  338. EndSubSection
  339. SubSection "Display"
  340. Viewport 0 0
  341. Depth 16
  342. EndSubSection
  343. SubSection "Display"
  344. Viewport 0 0
  345. Depth 24
  346. EndSubSection
  347. EndSection
  348.  
  349. Section "Screen"
  350. Identifier "Screen5"
  351. Device "Card5"
  352. Monitor "Monitor5"
  353. DefaultDepth 24
  354. SubSection "Display"
  355. Viewport 0 0
  356. Depth 1
  357. EndSubSection
  358. SubSection "Display"
  359. Viewport 0 0
  360. Depth 4
  361. EndSubSection
  362. SubSection "Display"
  363. Viewport 0 0
  364. Depth 8
  365. EndSubSection
  366. SubSection "Display"
  367. Viewport 0 0
  368. Depth 15
  369. EndSubSection
  370. SubSection "Display"
  371. Viewport 0 0
  372. Depth 16
  373. EndSubSection
  374. SubSection "Display"
  375. Viewport 0 0
  376. Depth 24
  377. EndSubSection
  378. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement