Advertisement
darkpulse

xorg.conf (for mutli-gpu overclocking)

Jun 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 375.66 (buildmeister@swio-display-x86-rhel47-06) Mon May 1 15:45:32 PDT 2017
  3. # Specifically configured for 4 NVIDIA GPUs on PCI-E Bus Slots 1, 2, 4, and 6.
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0"
  8. Screen 1 "Screen1"
  9. Screen 2 "Screen2"
  10. Screen 3 "Screen3"
  11. InputDevice "Keyboard0" "CoreKeyboard"
  12. InputDevice "Mouse0" "CorePointer"
  13. EndSection
  14.  
  15. Section "Files"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19. # generated from default
  20. Identifier "Mouse0"
  21. Driver "mouse"
  22. Option "Protocol" "auto"
  23. Option "Device" "/dev/psaux"
  24. Option "Emulate3Buttons" "no"
  25. Option "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. # generated from default
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor0"
  36. VendorName "Unknown"
  37. ModelName "Unknown"
  38. HorizSync 28.0 - 33.0
  39. VertRefresh 43.0 - 72.0
  40. Option "DPMS"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. BusID "PCI:1:0:0"
  48. Option "Coolbits" "31"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "Device1"
  53. Driver "nvidia"
  54. VendorName "NVIDIA Corporation"
  55. BusID "PCI:2:0:0"
  56. Option "Coolbits" "31"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "Device2"
  61. Driver "nvidia"
  62. VendorName "NVIDIA Corporation"
  63. BusID "PCI:4:0:0"
  64. Option "Coolbits" "31"
  65. EndSection
  66.  
  67. Section "Device"
  68. Identifier "Device3"
  69. Driver "nvidia"
  70. VendorName "NVIDIA Corporation"
  71. BusID "PCI:6:0:0"
  72. Option "Coolbits" "31"
  73. EndSection
  74.  
  75. Section "Screen"
  76. Identifier "Screen0"
  77. Device "Device0"
  78. Monitor "Monitor0"
  79. DefaultDepth 24
  80. SubSection "Display"
  81. Depth 24
  82. EndSubSection
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen1"
  87. Device "Device1"
  88. Option "Coolbits" "31"
  89. Option "UseDisplayDevice" "none"
  90. EndSection
  91.  
  92. Section "Screen"
  93. Identifier "Screen2"
  94. Device "Device2"
  95. Option "Coolbits" "31"
  96. Option "UseDisplayDevice" "none"
  97. EndSection
  98.  
  99. Section "Screen"
  100. Identifier "Screen3"
  101. Device "Device3"
  102. Option "Coolbits" "31"
  103. Option "UseDisplayDevice" "none"
  104. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement