Advertisement
Guest User

xorg.conf

a guest
Sep 27th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 370.28 (buildmeister@swio-display-x64-rhel04-17) Thu Sep 1 20:22:52 PDT 2016
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. Screen 1 "Screen1" RightOf "Screen0"
  8. Screen 2 "Screen2" RightOf "Screen1"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  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 "Device"
  60. Identifier "Device0"
  61. Driver "nvidia"
  62. VendorName "NVIDIA Corporation"
  63. BoardName "GeForce GTX 1080"
  64. Screen 0
  65. BusID "PCI:1:0:0"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Device1"
  70. Driver "nvidia"
  71. VendorName "NVIDIA Corporation"
  72. BoardName "GeForce GTX 780"
  73. BusID "PCI:2:0:0"
  74. EndSection
  75.  
  76. Section "Device"
  77. Identifier "Device2"
  78. Driver "nvidia"
  79. VendorName "NVIDIA Corporation"
  80. BoardName "GeForce GTX 780"
  81. BusID "PCI:14:0:0"
  82. EndSection
  83.  
  84. Section "Screen"
  85. Identifier "Screen0"
  86. Device "Device0"
  87. Monitor "Monitor0"
  88. DefaultDepth 24
  89. Option "Coolbits" "28"
  90. SubSection "Display"
  91. Depth 24
  92. EndSubSection
  93. EndSection
  94.  
  95. Section "Screen"
  96. Identifier "Screen1"
  97. Device "Device1"
  98. Monitor "Monitor1"
  99. DefaultDepth 24
  100. Option "AllowEmptyInitialConfiguration" "True"
  101. Option "UseDisplayDevice" "none"
  102. Option "Coolbits" "28"
  103. SubSection "Display"
  104. Depth 24
  105. Virtual 320 320
  106. EndSubSection
  107. EndSection
  108.  
  109. Section "Screen"
  110. Identifier "Screen2"
  111. Device "Device2"
  112. Monitor "Monitor2"
  113. DefaultDepth 24
  114. Option "AllowEmptyInitialConfiguration" "True"
  115. Option "UseDisplayDevice" "none"
  116. Option "Coolbits" "28"
  117. SubSection "Display"
  118. Depth 24
  119. Virtual 320 320
  120. EndSubSection
  121. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement