Advertisement
bastafidli

/etc/X11/xorg.conf - 3 way multiseat with NVidia cards

Sep 5th, 2012
6,795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. # xorg.conf (X.Org X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "ServerFlags"
  18. Option "DefaultServerLayout" "seat0"
  19. Option "AllowMouseOpenFail" "true"
  20. Option "AutoAddDevices" "false"
  21. Option "AutoEnableDevices" "false"
  22. Option "DontZap" "false"
  23. EndSection
  24.  
  25. Section "ServerLayout"
  26. Identifier "seat0"
  27. Screen 0 "Screen0" 0 0
  28. InputDevice "Mouse0" "CorePointer"
  29. InputDevice "Keyboard0" "CoreKeyboard"
  30. EndSection
  31.  
  32. Section "ServerLayout"
  33. Identifier "seat1"
  34. Screen 0 "Screen1" 0 0
  35. InputDevice "Mouse1" "CorePointer"
  36. InputDevice "Keyboard1" "CoreKeyboard"
  37. EndSection
  38.  
  39. Section "ServerLayout"
  40. Identifier "seat2"
  41. Screen 0 "Screen2" 0 0
  42. InputDevice "Mouse2" "CorePointer"
  43. InputDevice "Keyboard2" "CoreKeyboard"
  44. EndSection
  45.  
  46. Section "Module"
  47. Load "glx"
  48. EndSection
  49.  
  50. Section "InputDevice"
  51. Identifier "Keyboard0"
  52. Driver "evdev"
  53. Option "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
  54. Option "XkbRules" "xorg"
  55. Option "XkbModel" "evdev"
  56. Option "XkbLayout" "us"
  57. Option "GrabDevice" "yes"
  58. EndSection
  59.  
  60. Section "InputDevice"
  61. Identifier "Mouse0"
  62. Driver "mouse"
  63. Option "Protocol" "ExplorerPS/2"
  64. Option "Device" "/dev/input/mouse0"
  65. EndSection
  66.  
  67. Section "InputDevice"
  68. Identifier "Keyboard1"
  69. Driver "evdev"
  70. Option "Device" "/dev/input/by-path/pci-0000:00:12.2-usb-0:5.1:1.0-event-kbd"
  71. Option "XkbRules" "xorg"
  72. Option "XkbModel" "evdev"
  73. Option "XkbLayout" "us"
  74. Option "GrabDevice" "yes"
  75. EndSection
  76.  
  77. Section "InputDevice"
  78. Identifier "Mouse1"
  79. Driver "mouse"
  80. Option "Protocol" "ExplorerPS/2"
  81. Option "Device" "/dev/input/mouse1"
  82. EndSection
  83.  
  84. Section "InputDevice"
  85. Identifier "Keyboard2"
  86. Driver "evdev"
  87. Option "Device" "/dev/input/by-path/pci-0000:00:12.2-usb-0:5.2:1.0-event-kbd"
  88. Option "XkbRules" "xorg"
  89. Option "XkbModel" "evdev"
  90. Option "XkbLayout" "us"
  91. Option "GrabDevice" "yes"
  92. EndSection
  93.  
  94. Section "InputDevice"
  95. Identifier "Mouse2"
  96. Driver "mouse"
  97. Option "Protocol" "ExplorerPS/2"
  98. Option "Device" "/dev/input/mouse2"
  99. EndSection
  100.  
  101. Section "Modes"
  102. Identifier "Modes0"
  103. ModeLine "1920x1080" 148.0 1920 2008 2052 2200 1080 1084 1089 1125
  104. EndSection
  105.  
  106. Section "Monitor"
  107. Identifier "Monitor0"
  108. VendorName "DEL"
  109. ModelName "DELL ST2310"
  110. UseModes "Modes0"
  111. DisplaySize 510 287
  112. HorizSync 30.0 - 83.0
  113. VertRefresh 43.0 - 76.0
  114. Option "CalcAlgorithm" "XServerPool"
  115. Option "DPMS"
  116. Option "PreferredMode" "1920x1080"
  117. EndSection
  118.  
  119. Section "Modes"
  120. Identifier "Modes1"
  121. ModeLine "1920x1080" 148.0 1920 2008 2052 2200 1080 1084 1089 1125
  122. EndSection
  123.  
  124. Section "Monitor"
  125. Identifier "Monitor1"
  126. VendorName "DEL"
  127. ModelName "DELL ST2310"
  128. UseModes "Modes1"
  129. DisplaySize 510 287
  130. HorizSync 30.0 - 83.0
  131. VertRefresh 43.0 - 76.0
  132. Option "CalcAlgorithm" "XServerPool"
  133. Option "DPMS"
  134. Option "PreferredMode" "1920x1080"
  135. EndSection
  136.  
  137. Section "Modes"
  138. Identifier "Modes2"
  139. ModeLine "1920x1080" 148.0 1920 2008 2052 2200 1080 1084 1089 1125
  140. EndSection
  141.  
  142. Section "Monitor"
  143. Identifier "Monitor2"
  144. VendorName "DEL"
  145. ModelName "DELL ST2310"
  146. UseModes "Modes2"
  147. DisplaySize 510 287
  148. HorizSync 30.0 - 83.0
  149. VertRefresh 43.0 - 76.0
  150. Option "CalcAlgorithm" "XServerPool"
  151. Option "DPMS"
  152. Option "PreferredMode" "1920x1080"
  153. EndSection
  154.  
  155. Section "Device"
  156. Identifier "Videocard0"
  157. Driver "nvidia"
  158. VendorName "NVIDIA Corporation"
  159. BoardName "GeForce GTS 450"
  160. BusID "PCI:1:0:0"
  161. EndSection
  162.  
  163. Section "Device"
  164. Identifier "Videocard1"
  165. Driver "nvidia"
  166. VendorName "NVIDIA Corporation"
  167. BoardName "GeForce 7300 SE/7200 GS"
  168. BusID "PCI:6:0:0"
  169. Option "ProbeAllGpus" "false"
  170. EndSection
  171.  
  172. Section "Device"
  173. Identifier "Videocard2"
  174. Driver "nvidia"
  175. VendorName "NVIDIA Corporation"
  176. BoardName "GeForce 7300 SE/7200 GS"
  177. BusID "PCI:7:0:0"
  178. Option "ProbeAllGpus" "false"
  179. EndSection
  180.  
  181. Section "Screen"
  182. Identifier "Screen0"
  183. Device "Videocard0"
  184. Monitor "Monitor0"
  185. DefaultDepth 24
  186. Option "NoLogo" "True"
  187. Option "UseDisplayDevice" "DFP"
  188. Option "AddARGBVisuals" "True"
  189. Option "AddARGBGLXVisuals" "True"
  190. Option "DynamicTwinView" "False"
  191. Option "metamodes" "1920x1080_60 +0+0"
  192. SubSection "Display"
  193. Depth 15
  194. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  195. EndSubSection
  196. SubSection "Display"
  197. Depth 16
  198. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  199. EndSubSection
  200. SubSection "Display"
  201. Depth 24
  202. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  203. EndSubSection
  204. SubSection "Display"
  205. Depth 8
  206. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  207. EndSubSection
  208. EndSection
  209.  
  210. Section "Screen"
  211. Identifier "Screen1"
  212. Device "Videocard1"
  213. Monitor "Monitor1"
  214. DefaultDepth 24
  215. Option "NoLogo" "True"
  216. Option "UseDisplayDevice" "DFP"
  217. Option "AddARGBVisuals" "True"
  218. Option "AddARGBGLXVisuals" "True"
  219. Option "DynamicTwinView" "False"
  220. Option "metamodes" "1920x1080_60 +0+0"
  221. SubSection "Display"
  222. Depth 15
  223. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  224. EndSubSection
  225. SubSection "Display"
  226. Depth 16
  227. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  228. EndSubSection
  229. SubSection "Display"
  230. Depth 24
  231. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  232. EndSubSection
  233. SubSection "Display"
  234. Depth 8
  235. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  236. EndSubSection
  237. EndSection
  238.  
  239. Section "Screen"
  240. Identifier "Screen2"
  241. Device "Videocard2"
  242. Monitor "Monitor2"
  243. DefaultDepth 24
  244. Option "NoLogo" "True"
  245. Option "UseDisplayDevice" "DFP"
  246. Option "AddARGBVisuals" "True"
  247. Option "AddARGBGLXVisuals" "True"
  248. Option "DynamicTwinView" "False"
  249. Option "metamodes" "1920x1080_60 +0+0"
  250. SubSection "Display"
  251. Depth 15
  252. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  253. EndSubSection
  254. SubSection "Display"
  255. Depth 16
  256. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  257. EndSubSection
  258. SubSection "Display"
  259. Depth 24
  260. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  261. EndSubSection
  262. SubSection "Display"
  263. Depth 8
  264. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  265. EndSubSection
  266. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement