xartin

Gentoo gpu miner xorg.conf

Nov 17th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 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 "InputDevice"
  16. Identifier "Keyboard0"
  17. Driver "kbd"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "Mouse0"
  22. Driver "mouse"
  23. Option "Protocol" "auto"
  24. Option "Device" "/dev/input/mice"
  25. Option "ZAxisMapping" "4 5 6 7"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor0"
  30. VendorName "Monitor Vendor"
  31. ModelName "Monitor Model"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor1"
  36. VendorName "Monitor Vendor"
  37. ModelName "Monitor Model"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor2"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Identifier "Monitor3"
  48. VendorName "Monitor Vendor"
  49. ModelName "Monitor Model"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. Identifier "Monitor4"
  54. VendorName "Monitor Vendor"
  55. ModelName "Monitor Model"
  56. EndSection
  57.  
  58. Section "Monitor"
  59. Identifier "Monitor5"
  60. VendorName "Monitor Vendor"
  61. ModelName "Monitor Model"
  62. EndSection
  63.  
  64. Section "Monitor"
  65. Identifier "Monitor6"
  66. VendorName "Monitor Vendor"
  67. ModelName "Monitor Model"
  68. EndSection
  69.  
  70. Section "Monitor"
  71. Identifier "Monitor7"
  72. VendorName "Monitor Vendor"
  73. ModelName "Monitor Model"
  74. EndSection
  75.  
  76. Section "Device"
  77. ### Available Driver options are:-
  78. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  79. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  80. ### <percent>: "<f>%"
  81. ### [arg]: arg optional
  82. #Option "SWcursor" # [<bool>]
  83. #Option "kmsdev" # <str>
  84. #Option "ShadowFB" # [<bool>]
  85. #Option "AccelMethod" # <str>
  86. #Option "PageFlip" # [<bool>]
  87. #Option "ZaphodHeads" # <str>
  88. #Option "DoubleShadow" # [<bool>]
  89. Identifier "Card0"
  90. Driver "modesetting"
  91. BusID "PCI:0:2:0"
  92. EndSection
  93.  
  94.  
  95. Section "Device"
  96. Identifier "Card1"
  97. Driver "nvidia"
  98. BusID "PCI:1:0:0"
  99. Option "Coolbits" "31"
  100. EndSection
  101.  
  102. Section "Device"
  103. Identifier "Card2"
  104. Driver "nvidia"
  105. BusID "PCI:2:0:0"
  106. Option "Coolbits" "31"
  107. EndSection
  108.  
  109. Section "Device"
  110. Identifier "Card3"
  111. Driver "nvidia"
  112. BusID "PCI:4:0:0"
  113. Option "Coolbits" "31"
  114. EndSection
  115.  
  116. Section "Device"
  117. Identifier "Card4"
  118. Driver "nvidia"
  119. BusID "PCI:5:0:0"
  120. Option "Coolbits" "31"
  121. EndSection
  122.  
  123. Section "Device"
  124. Identifier "Card5"
  125. Driver "nvidia"
  126. BusID "PCI:6:0:0"
  127. Option "Coolbits" "31"
  128. EndSection
  129.  
  130. Section "Device"
  131. Identifier "Card6"
  132. Driver "nvidia"
  133. BusID "PCI:8:0:0"
  134. Option "Coolbits" "31"
  135. EndSection
  136.  
  137. Section "Device"
  138. Identifier "Card7"
  139. Driver "nvidia"
  140. BusID "PCI:9:0:0"
  141. Option "Coolbits" "31"
  142. EndSection
  143.  
  144. Section "Screen"
  145. Identifier "Screen0"
  146. Device "Card0"
  147. Monitor "Monitor0"
  148. Option "AllowEmptyInitialConfiguration" "True"
  149. SubSection "Display"
  150. Viewport 0 0
  151. Depth 1
  152. EndSubSection
  153. SubSection "Display"
  154. Viewport 0 0
  155. Depth 4
  156. EndSubSection
  157. SubSection "Display"
  158. Viewport 0 0
  159. Depth 8
  160. EndSubSection
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 15
  164. EndSubSection
  165. SubSection "Display"
  166. Viewport 0 0
  167. Depth 16
  168. EndSubSection
  169. SubSection "Display"
  170. Viewport 0 0
  171. Depth 24
  172. EndSubSection
  173. EndSection
  174.  
  175. Section "Screen"
  176. Identifier "Screen1"
  177. Device "Card1"
  178. Monitor "Monitor1"
  179. Option "AllowEmptyInitialConfiguration" "True"
  180. SubSection "Display"
  181. Viewport 0 0
  182. Depth 1
  183. EndSubSection
  184. SubSection "Display"
  185. Viewport 0 0
  186. Depth 4
  187. EndSubSection
  188. SubSection "Display"
  189. Viewport 0 0
  190. Depth 8
  191. EndSubSection
  192. SubSection "Display"
  193. Viewport 0 0
  194. Depth 15
  195. EndSubSection
  196. SubSection "Display"
  197. Viewport 0 0
  198. Depth 16
  199. EndSubSection
  200. SubSection "Display"
  201. Viewport 0 0
  202. Depth 24
  203. EndSubSection
  204. EndSection
  205.  
  206. Section "Screen"
  207. Identifier "Screen2"
  208. Device "Card2"
  209. Monitor "Monitor2"
  210. Option "AllowEmptyInitialConfiguration" "True"
  211. SubSection "Display"
  212. Viewport 0 0
  213. Depth 1
  214. EndSubSection
  215. SubSection "Display"
  216. Viewport 0 0
  217. Depth 4
  218. EndSubSection
  219. SubSection "Display"
  220. Viewport 0 0
  221. Depth 8
  222. EndSubSection
  223. SubSection "Display"
  224. Viewport 0 0
  225. Depth 15
  226. EndSubSection
  227. SubSection "Display"
  228. Viewport 0 0
  229. Depth 16
  230. EndSubSection
  231. SubSection "Display"
  232. Viewport 0 0
  233. Depth 24
  234. EndSubSection
  235. EndSection
  236.  
  237. Section "Screen"
  238. Identifier "Screen3"
  239. Device "Card3"
  240. Monitor "Monitor3"
  241. Option "AllowEmptyInitialConfiguration" "True"
  242. SubSection "Display"
  243. Viewport 0 0
  244. Depth 1
  245. EndSubSection
  246. SubSection "Display"
  247. Viewport 0 0
  248. Depth 4
  249. EndSubSection
  250. SubSection "Display"
  251. Viewport 0 0
  252. Depth 8
  253. EndSubSection
  254. SubSection "Display"
  255. Viewport 0 0
  256. Depth 15
  257. EndSubSection
  258. SubSection "Display"
  259. Viewport 0 0
  260. Depth 16
  261. EndSubSection
  262. SubSection "Display"
  263. Viewport 0 0
  264. Depth 24
  265. EndSubSection
  266. EndSection
  267.  
  268. Section "Screen"
  269. Identifier "Screen4"
  270. Device "Card4"
  271. Monitor "Monitor4"
  272. Option "AllowEmptyInitialConfiguration" "True"
  273. SubSection "Display"
  274. Viewport 0 0
  275. Depth 1
  276. EndSubSection
  277. SubSection "Display"
  278. Viewport 0 0
  279. Depth 4
  280. EndSubSection
  281. SubSection "Display"
  282. Viewport 0 0
  283. Depth 8
  284. EndSubSection
  285. SubSection "Display"
  286. Viewport 0 0
  287. Depth 15
  288. EndSubSection
  289. SubSection "Display"
  290. Viewport 0 0
  291. Depth 16
  292. EndSubSection
  293. SubSection "Display"
  294. Viewport 0 0
  295. Depth 24
  296. EndSubSection
  297. EndSection
  298.  
  299. Section "Screen"
  300. Identifier "Screen5"
  301. Device "Card5"
  302. Monitor "Monitor5"
  303. Option "AllowEmptyInitialConfiguration" "True"
  304. SubSection "Display"
  305. Viewport 0 0
  306. Depth 1
  307. EndSubSection
  308. SubSection "Display"
  309. Viewport 0 0
  310. Depth 4
  311. EndSubSection
  312. SubSection "Display"
  313. Viewport 0 0
  314. Depth 8
  315. EndSubSection
  316. SubSection "Display"
  317. Viewport 0 0
  318. Depth 15
  319. EndSubSection
  320. SubSection "Display"
  321. Viewport 0 0
  322. Depth 16
  323. EndSubSection
  324. SubSection "Display"
  325. Viewport 0 0
  326. Depth 24
  327. EndSubSection
  328. EndSection
  329.  
  330. Section "Screen"
  331. Identifier "Screen6"
  332. Device "Card6"
  333. Monitor "Monitor6"
  334. Option "AllowEmptyInitialConfiguration" "True"
  335. SubSection "Display"
  336. Viewport 0 0
  337. Depth 1
  338. EndSubSection
  339. SubSection "Display"
  340. Viewport 0 0
  341. Depth 4
  342. EndSubSection
  343. SubSection "Display"
  344. Viewport 0 0
  345. Depth 8
  346. EndSubSection
  347. SubSection "Display"
  348. Viewport 0 0
  349. Depth 15
  350. EndSubSection
  351. SubSection "Display"
  352. Viewport 0 0
  353. Depth 16
  354. EndSubSection
  355. SubSection "Display"
  356. Viewport 0 0
  357. Depth 24
  358. EndSubSection
  359. EndSection
  360.  
  361. Section "Screen"
  362. Identifier "Screen7"
  363. Device "Card7"
  364. Monitor "Monitor7"
  365. Option "AllowEmptyInitialConfiguration" "True"
  366. SubSection "Display"
  367. Viewport 0 0
  368. Depth 1
  369. EndSubSection
  370. SubSection "Display"
  371. Viewport 0 0
  372. Depth 4
  373. EndSubSection
  374. SubSection "Display"
  375. Viewport 0 0
  376. Depth 8
  377. EndSubSection
  378. SubSection "Display"
  379. Viewport 0 0
  380. Depth 15
  381. EndSubSection
  382. SubSection "Display"
  383. Viewport 0 0
  384. Depth 16
  385. EndSubSection
  386. SubSection "Display"
  387. Viewport 0 0
  388. Depth 24
  389. EndSubSection
  390. EndSection
Add Comment
Please, Sign In to add comment