Advertisement
Guest User

Untitled

a guest
Feb 4th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. Screen 2 "Screen2" RightOf "Screen1"
  6. Screen 3 "Screen3" RightOf "Screen2"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15.  
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Unknown"
  36. HorizSync 28.0 - 33.0
  37. VertRefresh 43.0 - 72.0
  38. Option "DPMS"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor1"
  43. VendorName "Unknown"
  44. ModelName "Unknown"
  45. HorizSync 28.0 - 33.0
  46. VertRefresh 43.0 - 72.0
  47. Option "DPMS"
  48. EndSection
  49.  
  50. Section "Monitor"
  51. Identifier "Monitor2"
  52. VendorName "Unknown"
  53. ModelName "Unknown"
  54. HorizSync 28.0 - 33.0
  55. VertRefresh 43.0 - 72.0
  56. Option "DPMS"
  57. EndSection
  58.  
  59. Section "Monitor"
  60. Identifier "Monitor3"
  61. VendorName "Unknown"
  62. ModelName "Unknown"
  63. HorizSync 28.0 - 33.0
  64. VertRefresh 43.0 - 72.0
  65. Option "DPMS"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Device0"
  70. Driver "nvidia"
  71. VendorName "NVIDIA Corporation"
  72. BoardName "GeForce GTX 1080"
  73. BusID "PCI:4:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77. Identifier "Device1"
  78. Driver "nvidia"
  79. VendorName "NVIDIA Corporation"
  80. BoardName "GeForce GTX 1080"
  81. BusID "PCI:5:0:0"
  82. EndSection
  83.  
  84. Section "Device"
  85. Identifier "Device2"
  86. Driver "nvidia"
  87. VendorName "NVIDIA Corporation"
  88. BoardName "GeForce GTX 1080"
  89. BusID "PCI:8:0:0"
  90. EndSection
  91.  
  92. Section "Device"
  93. Identifier "Device3"
  94. Driver "nvidia"
  95. VendorName "NVIDIA Corporation"
  96. BoardName "GeForce GTX 1080"
  97. BusID "PCI:9:0:0"
  98. EndSection
  99.  
  100. Section "Screen"
  101. Identifier "Screen0"
  102. Device "Device0"
  103. Monitor "Monitor0"
  104. DefaultDepth 24
  105. Option "AllowEmptyInitialConfiguration" "True"
  106. Option "Coolbits" "28"
  107. SubSection "Display"
  108. Depth 24
  109. EndSubSection
  110. EndSection
  111.  
  112. Section "Screen"
  113. Identifier "Screen1"
  114. Device "Device1"
  115. Monitor "Monitor1"
  116. DefaultDepth 24
  117. Option "AllowEmptyInitialConfiguration" "True"
  118. Option "Coolbits" "28"
  119. SubSection "Display"
  120. Depth 24
  121. EndSubSection
  122. EndSection
  123.  
  124. Section "Screen"
  125. Identifier "Screen2"
  126. Device "Device2"
  127. Monitor "Monitor2"
  128. DefaultDepth 24
  129. Option "AllowEmptyInitialConfiguration" "True"
  130. Option "Coolbits" "28"
  131. SubSection "Display"
  132. Depth 24
  133. EndSubSection
  134. EndSection
  135.  
  136. Section "Screen"
  137. Identifier "Screen3"
  138. Device "Device3"
  139. Monitor "Monitor3"
  140. DefaultDepth 24
  141. Option "AllowEmptyInitialConfiguration" "True"
  142. Option "Coolbits" "28"
  143. SubSection "Display"
  144. Depth 24
  145. EndSubSection
  146. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement