Guest User

Untitled

a guest
Dec 27th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 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. Screen 6 "Screen6" RightOf "Screen5"
  10. Screen 7 "Screen7" RightOf "Screen6"
  11. InputDevice "Mouse0" "CorePointer"
  12. InputDevice "Keyboard0" "CoreKeyboard"
  13. EndSection
  14.  
  15. Section "Files"
  16. ModulePath "/usr/lib/xorg/modules"
  17. FontPath "/usr/share/fonts/X11/misc"
  18. FontPath "/usr/share/fonts/X11/cyrillic"
  19. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  20. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  21. FontPath "/usr/share/fonts/X11/Type1"
  22. FontPath "/usr/share/fonts/X11/100dpi"
  23. FontPath "/usr/share/fonts/X11/75dpi"
  24. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  25. FontPath "built-ins"
  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 "Monitor"
  82. Identifier "Monitor6"
  83. VendorName "Monitor Vendor"
  84. ModelName "Monitor Model"
  85. EndSection
  86.  
  87. Section "Monitor"
  88. Identifier "Monitor7"
  89. VendorName "Monitor Vendor"
  90. ModelName "Monitor Model"
  91. EndSection
  92.  
  93. Section "Device"
  94. ### Available Driver options are:-
  95. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  96. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  97. ### <percent>: "<f>%"
  98. ### [arg]: arg optional
  99. #Option "NoAccel" # [<bool>]
  100. #Option "AccelMethod" # <str>
  101. #Option "Backlight" # <str>
  102. #Option "DRI" # <str>
  103. #Option "ColorKey" # <i>
  104. #Option "VideoKey" # <i>
  105. #Option "Tiling" # [<bool>]
  106. #Option "LinearFramebuffer" # [<bool>]
  107. #Option "SwapbuffersWait" # [<bool>]
  108. #Option "TripleBuffer" # [<bool>]
  109. #Option "XvPreferOverlay" # [<bool>]
  110. #Option "HotPlug" # [<bool>]
  111. #Option "RelaxedFencing" # [<bool>]
  112. #Option "XvMC" # [<bool>]
  113. #Option "ZaphodHeads" # <str>
  114. #Option "TearFree" # [<bool>]
  115. #Option "PerCrtcPixmaps" # [<bool>]
  116. #Option "FallbackDebug" # [<bool>]
  117. #Option "DebugFlushBatches" # [<bool>]
  118. #Option "DebugFlushCaches" # [<bool>]
  119. #Option "DebugWait" # [<bool>]
  120. #Option "BufferCache" # [<bool>]
  121. Identifier "Card0"
  122. Driver "intel"
  123. BusID "PCI:0:2:0"
  124. EndSection
  125.  
  126. Section "Device"
  127. ### Available Driver options are:-
  128. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  129. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  130. ### <percent>: "<f>%"
  131. ### [arg]: arg optional
  132. #Option "SWcursor" # [<bool>]
  133. #Option "kmsdev" # <str>
  134. #Option "ShadowFB" # [<bool>]
  135. Identifier "Card1"
  136. Driver "modesetting"
  137. BusID "PCI:0:2:0"
  138. EndSection
  139.  
  140. Section "Device"
  141. ### Available Driver options are:-
  142. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  143. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  144. ### <percent>: "<f>%"
  145. ### [arg]: arg optional
  146. #Option "SWcursor" # [<bool>]
  147. #Option "kmsdev" # <str>
  148. #Option "ShadowFB" # [<bool>]
  149. Identifier "Card2"
  150. Driver "modesetting"
  151. BusID "PCI:1:0:0"
  152. EndSection
  153.  
  154. Section "Device"
  155. ### Available Driver options are:-
  156. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  157. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  158. ### <percent>: "<f>%"
  159. ### [arg]: arg optional
  160. #Option "SWcursor" # [<bool>]
  161. #Option "HWcursor" # [<bool>]
  162. #Option "NoAccel" # [<bool>]
  163. #Option "ShadowFB" # [<bool>]
  164. #Option "VideoKey" # <i>
  165. #Option "WrappedFB" # [<bool>]
  166. #Option "GLXVBlank" # [<bool>]
  167. #Option "ZaphodHeads" # <str>
  168. #Option "PageFlip" # [<bool>]
  169. #Option "SwapLimit" # <i>
  170. #Option "AsyncUTSDFS" # [<bool>]
  171. Identifier "Card3"
  172. Driver "nouveau"
  173. BusID "PCI:1:0:0"
  174. EndSection
  175.  
  176. Section "Device"
  177. ### Available Driver options are:-
  178. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  179. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  180. ### <percent>: "<f>%"
  181. ### [arg]: arg optional
  182. #Option "ShadowFB" # [<bool>]
  183. #Option "Rotate" # <str>
  184. #Option "fbdev" # <str>
  185. #Option "debug" # [<bool>]
  186. Identifier "Card4"
  187. Driver "fbdev"
  188. BusID "PCI:0:2:0"
  189. EndSection
  190.  
  191. Section "Device"
  192. ### Available Driver options are:-
  193. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  194. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  195. ### <percent>: "<f>%"
  196. ### [arg]: arg optional
  197. #Option "ShadowFB" # [<bool>]
  198. #Option "Rotate" # <str>
  199. #Option "fbdev" # <str>
  200. #Option "debug" # [<bool>]
  201. Identifier "Card5"
  202. Driver "fbdev"
  203. BusID "PCI:1:0:0"
  204. EndSection
  205.  
  206. Section "Device"
  207. ### Available Driver options are:-
  208. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  209. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  210. ### <percent>: "<f>%"
  211. ### [arg]: arg optional
  212. #Option "ShadowFB" # [<bool>]
  213. #Option "DefaultRefresh" # [<bool>]
  214. #Option "ModeSetClearScreen" # [<bool>]
  215. Identifier "Card6"
  216. Driver "vesa"
  217. BusID "PCI:0:2:0"
  218. EndSection
  219.  
  220. Section "Device"
  221. ### Available Driver options are:-
  222. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  223. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  224. ### <percent>: "<f>%"
  225. ### [arg]: arg optional
  226. #Option "ShadowFB" # [<bool>]
  227. #Option "DefaultRefresh" # [<bool>]
  228. #Option "ModeSetClearScreen" # [<bool>]
  229. Identifier "Card7"
  230. Driver "vesa"
  231. BusID "PCI:1:0:0"
  232. EndSection
  233.  
  234. Section "Screen"
  235. Identifier "Screen0"
  236. Device "Card0"
  237. Monitor "Monitor0"
  238. SubSection "Display"
  239. Viewport 0 0
  240. Depth 1
  241. EndSubSection
  242. SubSection "Display"
  243. Viewport 0 0
  244. Depth 4
  245. EndSubSection
  246. SubSection "Display"
  247. Viewport 0 0
  248. Depth 8
  249. EndSubSection
  250. SubSection "Display"
  251. Viewport 0 0
  252. Depth 15
  253. EndSubSection
  254. SubSection "Display"
  255. Viewport 0 0
  256. Depth 16
  257. EndSubSection
  258. SubSection "Display"
  259. Viewport 0 0
  260. Depth 24
  261. EndSubSection
  262. EndSection
  263.  
  264. Section "Screen"
  265. Identifier "Screen1"
  266. Device "Card1"
  267. Monitor "Monitor1"
  268. SubSection "Display"
  269. Viewport 0 0
  270. Depth 1
  271. EndSubSection
  272. SubSection "Display"
  273. Viewport 0 0
  274. Depth 4
  275. EndSubSection
  276. SubSection "Display"
  277. Viewport 0 0
  278. Depth 8
  279. EndSubSection
  280. SubSection "Display"
  281. Viewport 0 0
  282. Depth 15
  283. EndSubSection
  284. SubSection "Display"
  285. Viewport 0 0
  286. Depth 16
  287. EndSubSection
  288. SubSection "Display"
  289. Viewport 0 0
  290. Depth 24
  291. EndSubSection
  292. EndSection
  293.  
  294. Section "Screen"
  295. Identifier "Screen2"
  296. Device "Card2"
  297. Monitor "Monitor2"
  298. SubSection "Display"
  299. Viewport 0 0
  300. Depth 1
  301. EndSubSection
  302. SubSection "Display"
  303. Viewport 0 0
  304. Depth 4
  305. EndSubSection
  306. SubSection "Display"
  307. Viewport 0 0
  308. Depth 8
  309. EndSubSection
  310. SubSection "Display"
  311. Viewport 0 0
  312. Depth 15
  313. EndSubSection
  314. SubSection "Display"
  315. Viewport 0 0
  316. Depth 16
  317. EndSubSection
  318. SubSection "Display"
  319. Viewport 0 0
  320. Depth 24
  321. EndSubSection
  322. EndSection
  323.  
  324. Section "Screen"
  325. Identifier "Screen3"
  326. Device "Card3"
  327. Monitor "Monitor3"
  328. SubSection "Display"
  329. Viewport 0 0
  330. Depth 1
  331. EndSubSection
  332. SubSection "Display"
  333. Viewport 0 0
  334. Depth 4
  335. EndSubSection
  336. SubSection "Display"
  337. Viewport 0 0
  338. Depth 8
  339. EndSubSection
  340. SubSection "Display"
  341. Viewport 0 0
  342. Depth 15
  343. EndSubSection
  344. SubSection "Display"
  345. Viewport 0 0
  346. Depth 16
  347. EndSubSection
  348. SubSection "Display"
  349. Viewport 0 0
  350. Depth 24
  351. EndSubSection
  352. EndSection
  353.  
  354. Section "Screen"
  355. Identifier "Screen4"
  356. Device "Card4"
  357. Monitor "Monitor4"
  358. SubSection "Display"
  359. Viewport 0 0
  360. Depth 1
  361. EndSubSection
  362. SubSection "Display"
  363. Viewport 0 0
  364. Depth 4
  365. EndSubSection
  366. SubSection "Display"
  367. Viewport 0 0
  368. Depth 8
  369. EndSubSection
  370. SubSection "Display"
  371. Viewport 0 0
  372. Depth 15
  373. EndSubSection
  374. SubSection "Display"
  375. Viewport 0 0
  376. Depth 16
  377. EndSubSection
  378. SubSection "Display"
  379. Viewport 0 0
  380. Depth 24
  381. EndSubSection
  382. EndSection
  383.  
  384. Section "Screen"
  385. Identifier "Screen5"
  386. Device "Card5"
  387. Monitor "Monitor5"
  388. SubSection "Display"
  389. Viewport 0 0
  390. Depth 1
  391. EndSubSection
  392. SubSection "Display"
  393. Viewport 0 0
  394. Depth 4
  395. EndSubSection
  396. SubSection "Display"
  397. Viewport 0 0
  398. Depth 8
  399. EndSubSection
  400. SubSection "Display"
  401. Viewport 0 0
  402. Depth 15
  403. EndSubSection
  404. SubSection "Display"
  405. Viewport 0 0
  406. Depth 16
  407. EndSubSection
  408. SubSection "Display"
  409. Viewport 0 0
  410. Depth 24
  411. EndSubSection
  412. EndSection
  413.  
  414. Section "Screen"
  415. Identifier "Screen6"
  416. Device "Card6"
  417. Monitor "Monitor6"
  418. SubSection "Display"
  419. Viewport 0 0
  420. Depth 1
  421. EndSubSection
  422. SubSection "Display"
  423. Viewport 0 0
  424. Depth 4
  425. EndSubSection
  426. SubSection "Display"
  427. Viewport 0 0
  428. Depth 8
  429. EndSubSection
  430. SubSection "Display"
  431. Viewport 0 0
  432. Depth 15
  433. EndSubSection
  434. SubSection "Display"
  435. Viewport 0 0
  436. Depth 16
  437. EndSubSection
  438. SubSection "Display"
  439. Viewport 0 0
  440. Depth 24
  441. EndSubSection
  442. EndSection
  443.  
  444. Section "Screen"
  445. Identifier "Screen7"
  446. Device "Card7"
  447. Monitor "Monitor7"
  448. SubSection "Display"
  449. Viewport 0 0
  450. Depth 1
  451. EndSubSection
  452. SubSection "Display"
  453. Viewport 0 0
  454. Depth 4
  455. EndSubSection
  456. SubSection "Display"
  457. Viewport 0 0
  458. Depth 8
  459. EndSubSection
  460. SubSection "Display"
  461. Viewport 0 0
  462. Depth 15
  463. EndSubSection
  464. SubSection "Display"
  465. Viewport 0 0
  466. Depth 16
  467. EndSubSection
  468. SubSection "Display"
  469. Viewport 0 0
  470. Depth 24
  471. EndSubSection
  472. EndSection
Advertisement
Add Comment
Please, Sign In to add comment