Advertisement
Guest User

xorg-seat0.conf

a guest
Aug 5th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Seat0"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" LeftOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen0"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9. Option "Xinerama" "0"
  10. EndSection
  11.  
  12. #Section "InputClass"
  13. # Identifier "ignore other seats"
  14. # Option "Ignore" "yes"
  15. #EndSection
  16.  
  17. #Section "InputClass"
  18. # Identifier "Seat0"
  19. # MatchTag "Seat0"
  20. # Option "Ignore" "no"
  21. #EndSection
  22.  
  23. Section "Monitor"
  24. Identifier "Monitor0"
  25. Option "DPMS"
  26. EndSection
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor1"
  30. Option "DPMS"
  31. EndSection
  32.  
  33. Section "Monitor"
  34. Identifier "Monitor2"
  35. Option "DPMS"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "Device0"
  40. Driver "nvidia"
  41. VendorName "NVIDIA Corporation"
  42. BoardName "GeForce GTX 660"
  43. BusID "PCI:1:0:0"
  44. Screen 0
  45. Option "NoLogo" "True"
  46. Option "ProbeAllGpus" "false"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Device1"
  51. Driver "nvidia"
  52. VendorName "NVIDIA Corporation"
  53. BoardName "GeForce GTX 660"
  54. BusID "PCI:1:0:0"
  55. Screen 1
  56. Option "NoLogo" "True"
  57. Option "ProbeAllGpus" "false"
  58. EndSection
  59.  
  60. Section "Device"
  61. Identifier "Device2"
  62. Driver "nvidia"
  63. VendorName "NVIDIA Corporation"
  64. BoardName "GeForce GTX 660"
  65. BusID "PCI:1:0:0"
  66. Screen 2
  67. Option "NoLogo" "True"
  68. Option "ProbeAllGpus" "false"
  69. EndSection
  70.  
  71. Section "Screen"
  72. Identifier "Screen0"
  73. Device "Device0"
  74. Monitor "Monitor0"
  75. DefaultDepth 24
  76. Option "Stereo" "0"
  77. Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
  78. SubSection "Display"
  79. Depth 24
  80. EndSubSection
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "Screen1"
  85. Device "Device1"
  86. Monitor "Monitor1"
  87. DefaultDepth 24
  88. Option "Stereo" "0"
  89. Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
  90. SubSection "Display"
  91. Depth 24
  92. EndSubSection
  93. EndSection
  94.  
  95. Section "Screen"
  96. Identifier "Screen2"
  97. Device "Device2"
  98. Monitor "Monitor2"
  99. DefaultDepth 24
  100. Option "Stereo" "0"
  101. Option "metamodes" "DFP-3: nvidia-auto-select +0+0"
  102. SubSection "Display"
  103. Depth 24
  104. EndSubSection
  105. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement