Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.80 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. Screen 8 "Screen8" RightOf "Screen7"
  12. Screen 9 "Screen9" RightOf "Screen8"
  13. Screen 10 "Screen10" RightOf "Screen9"
  14. Screen 11 "Screen11" RightOf "Screen10"
  15. Screen 12 "Screen12" RightOf "Screen11"
  16. Screen 13 "Screen13" RightOf "Screen12"
  17. Screen 14 "Screen14" RightOf "Screen13"
  18.  
  19.  
  20. InputDevice "Mouse0" "CorePointer"
  21. InputDevice "Keyboard0" "CoreKeyboard"
  22. EndSection
  23.  
  24. Section "Files"
  25. ModulePath "/usr/lib/xorg/modules"
  26. FontPath "/usr/share/fonts/misc/"
  27. FontPath "/usr/share/fonts/TTF/"
  28. FontPath "/usr/share/fonts/OTF/"
  29. FontPath "/usr/share/fonts/Type1/"
  30. FontPath "/usr/share/fonts/100dpi/"
  31. FontPath "/usr/share/fonts/75dpi/"
  32. EndSection
  33.  
  34. Section "Module"
  35. Load "glx"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44. Identifier "Mouse0"
  45. Driver "mouse"
  46. Option "Protocol" "auto"
  47. Option "Device" "/dev/input/mice"
  48. Option "ZAxisMapping" "4 5 6 7"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor0"
  53. VendorName "Monitor Vendor"
  54. ModelName "Monitor Model"
  55. EndSection
  56.  
  57. Section "Monitor"
  58. Identifier "Monitor1"
  59. VendorName "Monitor Vendor"
  60. ModelName "Monitor Model"
  61. EndSection
  62.  
  63. Section "Monitor"
  64. Identifier "Monitor2"
  65. VendorName "Monitor Vendor"
  66. ModelName "Monitor Model"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "Monitor3"
  71. VendorName "Monitor Vendor"
  72. ModelName "Monitor Model"
  73. EndSection
  74.  
  75. Section "Monitor"
  76. Identifier "Monitor4"
  77. VendorName "Monitor Vendor"
  78. ModelName "Monitor Model"
  79. EndSection
  80.  
  81. Section "Monitor"
  82. Identifier "Monitor5"
  83. VendorName "Monitor Vendor"
  84. ModelName "Monitor Model"
  85. EndSection
  86.  
  87. Section "Monitor"
  88. Identifier "Monitor6"
  89. VendorName "Monitor Vendor"
  90. ModelName "Monitor Model"
  91. EndSection
  92.  
  93. Section "Monitor"
  94. Identifier "Monitor7"
  95. VendorName "Monitor Vendor"
  96. ModelName "Monitor Model"
  97. EndSection
  98.  
  99. Section "Monitor"
  100. Identifier "Monitor8"
  101. VendorName "Monitor Vendor"
  102. ModelName "Monitor Model"
  103. EndSection
  104.  
  105. Section "Monitor"
  106. Identifier "Monitor9"
  107. VendorName "Monitor Vendor"
  108. ModelName "Monitor Model"
  109. EndSection
  110.  
  111. Section "Monitor"
  112. Identifier "Monitor10"
  113. VendorName "Monitor Vendor"
  114. ModelName "Monitor Model"
  115. EndSection
  116.  
  117. Section "Monitor"
  118. Identifier "Monitor11"
  119. VendorName "Monitor Vendor"
  120. ModelName "Monitor Model"
  121. EndSection
  122.  
  123. Section "Monitor"
  124. Identifier "Monitor12"
  125. VendorName "Monitor Vendor"
  126. ModelName "Monitor Model"
  127. EndSection
  128.  
  129. Section "Monitor"
  130. Identifier "Monitor13"
  131. VendorName "Monitor Vendor"
  132. ModelName "Monitor Model"
  133. EndSection
  134.  
  135. Section "Monitor"
  136. Identifier "Monitor14"
  137. VendorName "Monitor Vendor"
  138. ModelName "Monitor Model"
  139. EndSection
  140.  
  141. Section "Device"
  142. ### Available Driver options are:-
  143. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  144. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  145. ### <percent>: "<f>%"
  146. ### [arg]: arg optional
  147. #Option "Accel" # [<bool>]
  148. #Option "SWcursor" # [<bool>]
  149. #Option "EnablePageFlip" # [<bool>]
  150. #Option "SubPixelOrder" # [<str>]
  151. #Option "ZaphodHeads" # <str>
  152. #Option "AccelMethod" # <str>
  153. #Option "DRI3" # [<bool>]
  154. #Option "DRI" # <i>
  155. #Option "ShadowPrimary" # [<bool>]
  156. #Option "TearFree" # [<bool>]
  157. #Option "DeleteUnusedDP12Displays" # [<bool>]
  158. Identifier "Card0"
  159. Driver "radeon"
  160. BusID "PCI:0:17:0"
  161. EndSection
  162.  
  163. Section "Device"
  164. ### Available Driver options are:-
  165. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  166. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  167. ### <percent>: "<f>%"
  168. ### [arg]: arg optional
  169. #Option "Accel" # [<bool>]
  170. #Option "SWcursor" # [<bool>]
  171. #Option "EnablePageFlip" # [<bool>]
  172. #Option "SubPixelOrder" # [<str>]
  173. #Option "ZaphodHeads" # <str>
  174. #Option "AccelMethod" # <str>
  175. #Option "DRI3" # [<bool>]
  176. #Option "DRI" # <i>
  177. #Option "ShadowPrimary" # [<bool>]
  178. #Option "TearFree" # [<bool>]
  179. #Option "DeleteUnusedDP12Displays" # [<bool>]
  180. Identifier "Card1"
  181. Driver "radeon"
  182. BusID "PCI:0:18:0"
  183. EndSection
  184.  
  185. Section "Device"
  186. ### Available Driver options are:-
  187. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  188. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  189. ### <percent>: "<f>%"
  190. ### [arg]: arg optional
  191. #Option "Accel" # [<bool>]
  192. #Option "SWcursor" # [<bool>]
  193. #Option "EnablePageFlip" # [<bool>]
  194. #Option "SubPixelOrder" # [<str>]
  195. #Option "ZaphodHeads" # <str>
  196. #Option "AccelMethod" # <str>
  197. #Option "DRI3" # [<bool>]
  198. #Option "DRI" # <i>
  199. #Option "ShadowPrimary" # [<bool>]
  200. #Option "TearFree" # [<bool>]
  201. #Option "DeleteUnusedDP12Displays" # [<bool>]
  202. Identifier "Card2"
  203. Driver "radeon"
  204. BusID "PCI:0:18:1"
  205. EndSection
  206.  
  207. Section "Device"
  208. ### Available Driver options are:-
  209. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  210. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  211. ### <percent>: "<f>%"
  212. ### [arg]: arg optional
  213. #Option "Accel" # [<bool>]
  214. #Option "SWcursor" # [<bool>]
  215. #Option "EnablePageFlip" # [<bool>]
  216. #Option "SubPixelOrder" # [<str>]
  217. #Option "ZaphodHeads" # <str>
  218. #Option "AccelMethod" # <str>
  219. #Option "DRI3" # [<bool>]
  220. #Option "DRI" # <i>
  221. #Option "ShadowPrimary" # [<bool>]
  222. #Option "TearFree" # [<bool>]
  223. #Option "DeleteUnusedDP12Displays" # [<bool>]
  224. Identifier "Card3"
  225. Driver "radeon"
  226. BusID "PCI:0:18:2"
  227. EndSection
  228.  
  229. Section "Device"
  230. ### Available Driver options are:-
  231. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  232. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  233. ### <percent>: "<f>%"
  234. ### [arg]: arg optional
  235. #Option "Accel" # [<bool>]
  236. #Option "SWcursor" # [<bool>]
  237. #Option "EnablePageFlip" # [<bool>]
  238. #Option "SubPixelOrder" # [<str>]
  239. #Option "ZaphodHeads" # <str>
  240. #Option "AccelMethod" # <str>
  241. #Option "DRI3" # [<bool>]
  242. #Option "DRI" # <i>
  243. #Option "ShadowPrimary" # [<bool>]
  244. #Option "TearFree" # [<bool>]
  245. #Option "DeleteUnusedDP12Displays" # [<bool>]
  246. Identifier "Card4"
  247. Driver "radeon"
  248. BusID "PCI:0:19:0"
  249. EndSection
  250.  
  251. Section "Device"
  252. ### Available Driver options are:-
  253. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  254. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  255. ### <percent>: "<f>%"
  256. ### [arg]: arg optional
  257. #Option "Accel" # [<bool>]
  258. #Option "SWcursor" # [<bool>]
  259. #Option "EnablePageFlip" # [<bool>]
  260. #Option "SubPixelOrder" # [<str>]
  261. #Option "ZaphodHeads" # <str>
  262. #Option "AccelMethod" # <str>
  263. #Option "DRI3" # [<bool>]
  264. #Option "DRI" # <i>
  265. #Option "ShadowPrimary" # [<bool>]
  266. #Option "TearFree" # [<bool>]
  267. #Option "DeleteUnusedDP12Displays" # [<bool>]
  268. Identifier "Card5"
  269. Driver "radeon"
  270. BusID "PCI:0:19:1"
  271. EndSection
  272.  
  273. Section "Device"
  274. ### Available Driver options are:-
  275. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  276. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  277. ### <percent>: "<f>%"
  278. ### [arg]: arg optional
  279. #Option "Accel" # [<bool>]
  280. #Option "SWcursor" # [<bool>]
  281. #Option "EnablePageFlip" # [<bool>]
  282. #Option "SubPixelOrder" # [<str>]
  283. #Option "ZaphodHeads" # <str>
  284. #Option "AccelMethod" # <str>
  285. #Option "DRI3" # [<bool>]
  286. #Option "DRI" # <i>
  287. #Option "ShadowPrimary" # [<bool>]
  288. #Option "TearFree" # [<bool>]
  289. #Option "DeleteUnusedDP12Displays" # [<bool>]
  290. Identifier "Card6"
  291. Driver "radeon"
  292. BusID "PCI:0:19:2"
  293. EndSection
  294.  
  295. Section "Device"
  296. ### Available Driver options are:-
  297. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  298. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  299. ### <percent>: "<f>%"
  300. ### [arg]: arg optional
  301. #Option "Accel" # [<bool>]
  302. #Option "SWcursor" # [<bool>]
  303. #Option "EnablePageFlip" # [<bool>]
  304. #Option "SubPixelOrder" # [<str>]
  305. #Option "ZaphodHeads" # <str>
  306. #Option "AccelMethod" # <str>
  307. #Option "DRI3" # [<bool>]
  308. #Option "DRI" # <i>
  309. #Option "ShadowPrimary" # [<bool>]
  310. #Option "TearFree" # [<bool>]
  311. #Option "DeleteUnusedDP12Displays" # [<bool>]
  312. Identifier "Card7"
  313. Driver "radeon"
  314. BusID "PCI:0:20:0"
  315. EndSection
  316.  
  317. Section "Device"
  318. ### Available Driver options are:-
  319. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  320. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  321. ### <percent>: "<f>%"
  322. ### [arg]: arg optional
  323. #Option "Accel" # [<bool>]
  324. #Option "SWcursor" # [<bool>]
  325. #Option "EnablePageFlip" # [<bool>]
  326. #Option "SubPixelOrder" # [<str>]
  327. #Option "ZaphodHeads" # <str>
  328. #Option "AccelMethod" # <str>
  329. #Option "DRI3" # [<bool>]
  330. #Option "DRI" # <i>
  331. #Option "ShadowPrimary" # [<bool>]
  332. #Option "TearFree" # [<bool>]
  333. #Option "DeleteUnusedDP12Displays" # [<bool>]
  334. Identifier "Card8"
  335. Driver "radeon"
  336. BusID "PCI:0:20:1"
  337. EndSection
  338.  
  339. Section "Device"
  340. ### Available Driver options are:-
  341. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  342. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  343. ### <percent>: "<f>%"
  344. ### [arg]: arg optional
  345. #Option "Accel" # [<bool>]
  346. #Option "SWcursor" # [<bool>]
  347. #Option "EnablePageFlip" # [<bool>]
  348. #Option "SubPixelOrder" # [<str>]
  349. #Option "ZaphodHeads" # <str>
  350. #Option "AccelMethod" # <str>
  351. #Option "DRI3" # [<bool>]
  352. #Option "DRI" # <i>
  353. #Option "ShadowPrimary" # [<bool>]
  354. #Option "TearFree" # [<bool>]
  355. #Option "DeleteUnusedDP12Displays" # [<bool>]
  356. Identifier "Card9"
  357. Driver "radeon"
  358. BusID "PCI:0:20:2"
  359. EndSection
  360.  
  361. Section "Device"
  362. ### Available Driver options are:-
  363. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  364. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  365. ### <percent>: "<f>%"
  366. ### [arg]: arg optional
  367. #Option "Accel" # [<bool>]
  368. #Option "SWcursor" # [<bool>]
  369. #Option "EnablePageFlip" # [<bool>]
  370. #Option "SubPixelOrder" # [<str>]
  371. #Option "ZaphodHeads" # <str>
  372. #Option "AccelMethod" # <str>
  373. #Option "DRI3" # [<bool>]
  374. #Option "DRI" # <i>
  375. #Option "ShadowPrimary" # [<bool>]
  376. #Option "TearFree" # [<bool>]
  377. #Option "DeleteUnusedDP12Displays" # [<bool>]
  378. Identifier "Card10"
  379. Driver "radeon"
  380. BusID "PCI:0:20:3"
  381. EndSection
  382.  
  383. Section "Device"
  384. ### Available Driver options are:-
  385. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  386. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  387. ### <percent>: "<f>%"
  388. ### [arg]: arg optional
  389. #Option "Accel" # [<bool>]
  390. #Option "SWcursor" # [<bool>]
  391. #Option "EnablePageFlip" # [<bool>]
  392. #Option "SubPixelOrder" # [<str>]
  393. #Option "ZaphodHeads" # <str>
  394. #Option "AccelMethod" # <str>
  395. #Option "DRI3" # [<bool>]
  396. #Option "DRI" # <i>
  397. #Option "ShadowPrimary" # [<bool>]
  398. #Option "TearFree" # [<bool>]
  399. #Option "DeleteUnusedDP12Displays" # [<bool>]
  400. Identifier "Card11"
  401. Driver "radeon"
  402. BusID "PCI:0:20:4"
  403. EndSection
  404.  
  405. Section "Device"
  406. ### Available Driver options are:-
  407. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  408. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  409. ### <percent>: "<f>%"
  410. ### [arg]: arg optional
  411. #Option "Accel" # [<bool>]
  412. #Option "SWcursor" # [<bool>]
  413. #Option "EnablePageFlip" # [<bool>]
  414. #Option "SubPixelOrder" # [<str>]
  415. #Option "ZaphodHeads" # <str>
  416. #Option "AccelMethod" # <str>
  417. #Option "DRI3" # [<bool>]
  418. #Option "DRI" # <i>
  419. #Option "ShadowPrimary" # [<bool>]
  420. #Option "TearFree" # [<bool>]
  421. #Option "DeleteUnusedDP12Displays" # [<bool>]
  422. Identifier "Card12"
  423. Driver "radeon"
  424. BusID "PCI:0:20:5"
  425. EndSection
  426.  
  427. Section "Device"
  428. ### Available Driver options are:-
  429. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  430. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  431. ### <percent>: "<f>%"
  432. ### [arg]: arg optional
  433. #Option "Accel" # [<bool>]
  434. #Option "SWcursor" # [<bool>]
  435. #Option "EnablePageFlip" # [<bool>]
  436. #Option "SubPixelOrder" # [<str>]
  437. #Option "ZaphodHeads" # <str>
  438. #Option "AccelMethod" # <str>
  439. #Option "DRI3" # [<bool>]
  440. #Option "DRI" # <i>
  441. #Option "ShadowPrimary" # [<bool>]
  442. #Option "TearFree" # [<bool>]
  443. #Option "DeleteUnusedDP12Displays" # [<bool>]
  444. Identifier "Card13"
  445. Driver "radeon"
  446. BusID "PCI:1:0:0"
  447. EndSection
  448.  
  449. Section "Device"
  450. ### Available Driver options are:-
  451. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  452. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  453. ### <percent>: "<f>%"
  454. ### [arg]: arg optional
  455. #Option "Accel" # [<bool>]
  456. #Option "SWcursor" # [<bool>]
  457. #Option "EnablePageFlip" # [<bool>]
  458. #Option "SubPixelOrder" # [<str>]
  459. #Option "ZaphodHeads" # <str>
  460. #Option "AccelMethod" # <str>
  461. #Option "DRI3" # [<bool>]
  462. #Option "DRI" # <i>
  463. #Option "ShadowPrimary" # [<bool>]
  464. #Option "TearFree" # [<bool>]
  465. #Option "DeleteUnusedDP12Displays" # [<bool>]
  466. Identifier "Card14"
  467. Driver "radeon"
  468. BusID "PCI:1:0:1"
  469. EndSection
  470.  
  471. Section "Screen"
  472. Identifier "Screen0"
  473. Device "Card0"
  474. Monitor "Monitor0"
  475. SubSection "Display"
  476. Viewport 0 0
  477. Depth 1
  478. EndSubSection
  479. SubSection "Display"
  480. Viewport 0 0
  481. Depth 4
  482. EndSubSection
  483. SubSection "Display"
  484. Viewport 0 0
  485. Depth 8
  486. EndSubSection
  487. SubSection "Display"
  488. Viewport 0 0
  489. Depth 15
  490. EndSubSection
  491. SubSection "Display"
  492. Viewport 0 0
  493. Depth 16
  494. EndSubSection
  495. SubSection "Display"
  496. Viewport 0 0
  497. Depth 24
  498. EndSubSection
  499. EndSection
  500.  
  501. Section "Screen"
  502. Identifier "Screen1"
  503. Device "Card1"
  504. Monitor "Monitor1"
  505. SubSection "Display"
  506. Viewport 0 0
  507. Depth 1
  508. EndSubSection
  509. SubSection "Display"
  510. Viewport 0 0
  511. Depth 4
  512. EndSubSection
  513. SubSection "Display"
  514. Viewport 0 0
  515. Depth 8
  516. EndSubSection
  517. SubSection "Display"
  518. Viewport 0 0
  519. Depth 15
  520. EndSubSection
  521. SubSection "Display"
  522. Viewport 0 0
  523. Depth 16
  524. EndSubSection
  525. SubSection "Display"
  526. Viewport 0 0
  527. Depth 24
  528. EndSubSection
  529. EndSection
  530.  
  531. Section "Screen"
  532. Identifier "Screen2"
  533. Device "Card2"
  534. Monitor "Monitor2"
  535. SubSection "Display"
  536. Viewport 0 0
  537. Depth 1
  538. EndSubSection
  539. SubSection "Display"
  540. Viewport 0 0
  541. Depth 4
  542. EndSubSection
  543. SubSection "Display"
  544. Viewport 0 0
  545. Depth 8
  546. EndSubSection
  547. SubSection "Display"
  548. Viewport 0 0
  549. Depth 15
  550. EndSubSection
  551. SubSection "Display"
  552. Viewport 0 0
  553. Depth 16
  554. EndSubSection
  555. SubSection "Display"
  556. Viewport 0 0
  557. Depth 24
  558. EndSubSection
  559. EndSection
  560.  
  561. Section "Screen"
  562. Identifier "Screen3"
  563. Device "Card3"
  564. Monitor "Monitor3"
  565. SubSection "Display"
  566. Viewport 0 0
  567. Depth 1
  568. EndSubSection
  569. SubSection "Display"
  570. Viewport 0 0
  571. Depth 4
  572. EndSubSection
  573. SubSection "Display"
  574. Viewport 0 0
  575. Depth 8
  576. EndSubSection
  577. SubSection "Display"
  578. Viewport 0 0
  579. Depth 15
  580. EndSubSection
  581. SubSection "Display"
  582. Viewport 0 0
  583. Depth 16
  584. EndSubSection
  585. SubSection "Display"
  586. Viewport 0 0
  587. Depth 24
  588. EndSubSection
  589. EndSection
  590.  
  591. Section "Screen"
  592. Identifier "Screen4"
  593. Device "Card4"
  594. Monitor "Monitor4"
  595. SubSection "Display"
  596. Viewport 0 0
  597. Depth 1
  598. EndSubSection
  599. SubSection "Display"
  600. Viewport 0 0
  601. Depth 4
  602. EndSubSection
  603. SubSection "Display"
  604. Viewport 0 0
  605. Depth 8
  606. EndSubSection
  607. SubSection "Display"
  608. Viewport 0 0
  609. Depth 15
  610. EndSubSection
  611. SubSection "Display"
  612. Viewport 0 0
  613. Depth 16
  614. EndSubSection
  615. SubSection "Display"
  616. Viewport 0 0
  617. Depth 24
  618. EndSubSection
  619. EndSection
  620.  
  621. Section "Screen"
  622. Identifier "Screen5"
  623. Device "Card5"
  624. Monitor "Monitor5"
  625. SubSection "Display"
  626. Viewport 0 0
  627. Depth 1
  628. EndSubSection
  629. SubSection "Display"
  630. Viewport 0 0
  631. Depth 4
  632. EndSubSection
  633. SubSection "Display"
  634. Viewport 0 0
  635. Depth 8
  636. EndSubSection
  637. SubSection "Display"
  638. Viewport 0 0
  639. Depth 15
  640. EndSubSection
  641. SubSection "Display"
  642. Viewport 0 0
  643. Depth 16
  644. EndSubSection
  645. SubSection "Display"
  646. Viewport 0 0
  647. Depth 24
  648. EndSubSection
  649. EndSection
  650.  
  651. Section "Screen"
  652. Identifier "Screen6"
  653. Device "Card6"
  654. Monitor "Monitor6"
  655. SubSection "Display"
  656. Viewport 0 0
  657. Depth 1
  658. EndSubSection
  659. SubSection "Display"
  660. Viewport 0 0
  661. Depth 4
  662. EndSubSection
  663. SubSection "Display"
  664. Viewport 0 0
  665. Depth 8
  666. EndSubSection
  667. SubSection "Display"
  668. Viewport 0 0
  669. Depth 15
  670. EndSubSection
  671. SubSection "Display"
  672. Viewport 0 0
  673. Depth 16
  674. EndSubSection
  675. SubSection "Display"
  676. Viewport 0 0
  677. Depth 24
  678. EndSubSection
  679. EndSection
  680.  
  681. Section "Screen"
  682. Identifier "Screen7"
  683. Device "Card7"
  684. Monitor "Monitor7"
  685. SubSection "Display"
  686. Viewport 0 0
  687. Depth 1
  688. EndSubSection
  689. SubSection "Display"
  690. Viewport 0 0
  691. Depth 4
  692. EndSubSection
  693. SubSection "Display"
  694. Viewport 0 0
  695. Depth 8
  696. EndSubSection
  697. SubSection "Display"
  698. Viewport 0 0
  699. Depth 15
  700. EndSubSection
  701. SubSection "Display"
  702. Viewport 0 0
  703. Depth 16
  704. EndSubSection
  705. SubSection "Display"
  706. Viewport 0 0
  707. Depth 24
  708. EndSubSection
  709. EndSection
  710.  
  711. Section "Screen"
  712. Identifier "Screen8"
  713. Device "Card8"
  714. Monitor "Monitor8"
  715. SubSection "Display"
  716. Viewport 0 0
  717. Depth 1
  718. EndSubSection
  719. SubSection "Display"
  720. Viewport 0 0
  721. Depth 4
  722. EndSubSection
  723. SubSection "Display"
  724. Viewport 0 0
  725. Depth 8
  726. EndSubSection
  727. SubSection "Display"
  728. Viewport 0 0
  729. Depth 15
  730. EndSubSection
  731. SubSection "Display"
  732. Viewport 0 0
  733. Depth 16
  734. EndSubSection
  735. SubSection "Display"
  736. Viewport 0 0
  737. Depth 24
  738. EndSubSection
  739. EndSection
  740.  
  741. Section "Screen"
  742. Identifier "Screen9"
  743. Device "Card9"
  744. Monitor "Monitor9"
  745. SubSection "Display"
  746. Viewport 0 0
  747. Depth 1
  748. EndSubSection
  749. SubSection "Display"
  750. Viewport 0 0
  751. Depth 4
  752. EndSubSection
  753. SubSection "Display"
  754. Viewport 0 0
  755. Depth 8
  756. EndSubSection
  757. SubSection "Display"
  758. Viewport 0 0
  759. Depth 15
  760. EndSubSection
  761. SubSection "Display"
  762. Viewport 0 0
  763. Depth 16
  764. EndSubSection
  765. SubSection "Display"
  766. Viewport 0 0
  767. Depth 24
  768. EndSubSection
  769. EndSection
  770.  
  771. Section "Screen"
  772. Identifier "Screen10"
  773. Device "Card10"
  774. Monitor "Monitor10"
  775. SubSection "Display"
  776. Viewport 0 0
  777. Depth 1
  778. EndSubSection
  779. SubSection "Display"
  780. Viewport 0 0
  781. Depth 4
  782. EndSubSection
  783. SubSection "Display"
  784. Viewport 0 0
  785. Depth 8
  786. EndSubSection
  787. SubSection "Display"
  788. Viewport 0 0
  789. Depth 15
  790. EndSubSection
  791. SubSection "Display"
  792. Viewport 0 0
  793. Depth 16
  794. EndSubSection
  795. SubSection "Display"
  796. Viewport 0 0
  797. Depth 24
  798. EndSubSection
  799. EndSection
  800.  
  801. Section "Screen"
  802. Identifier "Screen11"
  803. Device "Card11"
  804. Monitor "Monitor11"
  805. SubSection "Display"
  806. Viewport 0 0
  807. Depth 1
  808. EndSubSection
  809. SubSection "Display"
  810. Viewport 0 0
  811. Depth 4
  812. EndSubSection
  813. SubSection "Display"
  814. Viewport 0 0
  815. Depth 8
  816. EndSubSection
  817. SubSection "Display"
  818. Viewport 0 0
  819. Depth 15
  820. EndSubSection
  821. SubSection "Display"
  822. Viewport 0 0
  823. Depth 16
  824. EndSubSection
  825. SubSection "Display"
  826. Viewport 0 0
  827. Depth 24
  828. EndSubSection
  829. EndSection
  830.  
  831. Section "Screen"
  832. Identifier "Screen12"
  833. Device "Card12"
  834. Monitor "Monitor12"
  835. SubSection "Display"
  836. Viewport 0 0
  837. Depth 1
  838. EndSubSection
  839. SubSection "Display"
  840. Viewport 0 0
  841. Depth 4
  842. EndSubSection
  843. SubSection "Display"
  844. Viewport 0 0
  845. Depth 8
  846. EndSubSection
  847. SubSection "Display"
  848. Viewport 0 0
  849. Depth 15
  850. EndSubSection
  851. SubSection "Display"
  852. Viewport 0 0
  853. Depth 16
  854. EndSubSection
  855. SubSection "Display"
  856. Viewport 0 0
  857. Depth 24
  858. EndSubSection
  859. EndSection
  860.  
  861. Section "Screen"
  862. Identifier "Screen13"
  863. Device "Card13"
  864. Monitor "Monitor13"
  865. SubSection "Display"
  866. Viewport 0 0
  867. Depth 1
  868. EndSubSection
  869. SubSection "Display"
  870. Viewport 0 0
  871. Depth 4
  872. EndSubSection
  873. SubSection "Display"
  874. Viewport 0 0
  875. Depth 8
  876. EndSubSection
  877. SubSection "Display"
  878. Viewport 0 0
  879. Depth 15
  880. EndSubSection
  881. SubSection "Display"
  882. Viewport 0 0
  883. Depth 16
  884. EndSubSection
  885. SubSection "Display"
  886. Viewport 0 0
  887. Depth 24
  888. EndSubSection
  889. EndSection
  890.  
  891. Section "Screen"
  892. Identifier "Screen14"
  893. Device "Card14"
  894. Monitor "Monitor14"
  895. SubSection "Display"
  896. Viewport 0 0
  897. Depth 1
  898. EndSubSection
  899. SubSection "Display"
  900. Viewport 0 0
  901. Depth 4
  902. EndSubSection
  903. SubSection "Display"
  904. Viewport 0 0
  905. Depth 8
  906. EndSubSection
  907. SubSection "Display"
  908. Viewport 0 0
  909. Depth 15
  910. EndSubSection
  911. SubSection "Display"
  912. Viewport 0 0
  913. Depth 16
  914. EndSubSection
  915. SubSection "Display"
  916. Viewport 0 0
  917. Depth 24
  918. EndSubSection
  919. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement