Advertisement
bastafidli

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

Nov 1st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.08 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/pci-0000:00:13.2-usb-0:3.1:1.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/mouse1"
  65. EndSection
  66.  
  67. Section "InputDevice"
  68. Identifier "Keyboard1"
  69. Driver "evdev"
  70. Option "Device" "/dev/input/by-path/pci-0000:00:13.2-usb-0:3.2: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/mouse2"
  82. EndSection
  83.  
  84. Section "InputDevice"
  85. Identifier "Keyboard2"
  86. Driver "evdev"
  87. Option "Device" "/dev/input/by-path/platform-i8042-serio-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/mouse0"
  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. Option "ProbeAllGpus" "false"
  162. EndSection
  163.  
  164. Section "Device"
  165. Identifier "Videocard1"
  166. Driver "nvidia"
  167. VendorName "NVIDIA Corporation"
  168. BoardName "GeForce GTS 450"
  169. BusID "PCI:4:0:0"
  170. Option "ProbeAllGpus" "false"
  171. EndSection
  172.  
  173. Section "Device"
  174. Identifier "Videocard2"
  175. Driver "nvidia"
  176. VendorName "NVIDIA Corporation"
  177. BoardName "GeForce 7300 SE/7200 GS"
  178. BusID "PCI:5:0:0"
  179. Option "ProbeAllGpus" "false"
  180. EndSection
  181.  
  182. Section "Screen"
  183. Identifier "Screen0"
  184. Device "Videocard0"
  185. Monitor "Monitor0"
  186. DefaultDepth 24
  187. Option "NoLogo" "True"
  188. Option "UseDisplayDevice" "DFP"
  189. Option "AddARGBVisuals" "True"
  190. Option "AddARGBGLXVisuals" "True"
  191. Option "DynamicTwinView" "False"
  192. Option "metamodes" "1920x1080_60 +0+0"
  193. SubSection "Display"
  194. Depth 15
  195. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  196. EndSubSection
  197. SubSection "Display"
  198. Depth 16
  199. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  200. EndSubSection
  201. SubSection "Display"
  202. Depth 24
  203. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  204. EndSubSection
  205. SubSection "Display"
  206. Depth 8
  207. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  208. EndSubSection
  209. EndSection
  210.  
  211. Section "Screen"
  212. Identifier "Screen1"
  213. Device "Videocard1"
  214. Monitor "Monitor1"
  215. DefaultDepth 24
  216. Option "NoLogo" "True"
  217. Option "UseDisplayDevice" "DFP"
  218. Option "AddARGBVisuals" "True"
  219. Option "AddARGBGLXVisuals" "True"
  220. Option "DynamicTwinView" "False"
  221. Option "metamodes" "1920x1080_60 +0+0"
  222. SubSection "Display"
  223. Depth 15
  224. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  225. EndSubSection
  226. SubSection "Display"
  227. Depth 16
  228. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  229. EndSubSection
  230. SubSection "Display"
  231. Depth 24
  232. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  233. EndSubSection
  234. SubSection "Display"
  235. Depth 8
  236. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  237. EndSubSection
  238. EndSection
  239.  
  240. Section "Screen"
  241. Identifier "Screen2"
  242. Device "Videocard2"
  243. Monitor "Monitor2"
  244. DefaultDepth 24
  245. Option "NoLogo" "True"
  246. Option "UseDisplayDevice" "DFP"
  247. Option "AddARGBVisuals" "True"
  248. Option "AddARGBGLXVisuals" "True"
  249. Option "DynamicTwinView" "False"
  250. Option "metamodes" "1920x1080_60 +0+0"
  251. SubSection "Display"
  252. Depth 15
  253. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  254. EndSubSection
  255. SubSection "Display"
  256. Depth 16
  257. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  258. EndSubSection
  259. SubSection "Display"
  260. Depth 24
  261. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  262. EndSubSection
  263. SubSection "Display"
  264. Depth 8
  265. Modes "1920x1080" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1600x900" "1280x1024" "1440x900" "1280x960" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  266. EndSubSection
  267. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement