Advertisement
ryandekker

xorg.conf (hydra)

Jan 18th, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 440.82
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. Screen 1 "Screen1" RightOf "Screen0"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. Option "Xinerama" "0"
  12. EndSection
  13.  
  14. Section "Files"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dbe"
  19. Load "extmod"
  20. Load "type1"
  21. Load "freetype"
  22. Load "glx"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/psaux"
  32. Option "Emulate3Buttons" "no"
  33. Option "ZAxisMapping" "4 5"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.  
  38. # generated from default
  39. Identifier "Keyboard0"
  40. Driver "kbd"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.  
  45. # HorizSync source: edid, VertRefresh source: edid
  46. Identifier "Monitor0"
  47. VendorName "Unknown"
  48. ModelName "Ancor Communications Inc ASUS PB287Q"
  49. HorizSync 24.0 - 160.0
  50. VertRefresh 30.0 - 80.0
  51. Option "DPMS"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor1"
  56. VendorName "Unknown"
  57. ModelName "Ancor Communications Inc ASUS PB278"
  58. HorizSync 24.0 - 99.0
  59. VertRefresh 24.0 - 76.0
  60. EndSection
  61.  
  62. Section "Device"
  63. Identifier "Device0"
  64. Driver "nvidia"
  65. VendorName "NVIDIA Corporation"
  66. BoardName "GeForce GTX 1060 6GB"
  67. BusID "PCI:80:0:0"
  68. EndSection
  69.  
  70. Section "Device"
  71. Identifier "Device1"
  72. Driver "nvidia"
  73. VendorName "NVIDIA Corporation"
  74. BoardName "Quadro P1000"
  75. BusID "PCI:79:0:0"
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier "Screen0"
  80. Device "Device0"
  81. Monitor "Monitor0"
  82. DefaultDepth 24
  83. Option "Stereo" "0"
  84. Option "nvidiaXineramaInfoOrder" "DFP-3"
  85. Option "metamodes" "HDMI-2: 2560x1440 +0+1440, DP-0: 2560x1440 +2560+1440 {ForceCompositionPipeline=On}, DP-2: nvidia-auto-select +0+0, DP-4: nvidia-auto-select +2560+0"
  86. Option "SLI" "Off"
  87. Option "MultiGPU" "Off"
  88. Option "BaseMosaic" "on"
  89. SubSection "Display"
  90. Depth 24
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen1"
  96. Device "Device1"
  97. Monitor "Monitor1"
  98. DefaultDepth 24
  99. Option "Stereo" "0"
  100. Option "nvidiaXineramaInfoOrder" "DFP-2"
  101. Option "metamodes" "DP-1-0: nvidia-auto-select +0+0 {AllowGSYNC=Off}, DP-1-2: nvidia-auto-select +0+1440"
  102. Option "SLI" "Off"
  103. Option "MultiGPU" "Off"
  104. Option "BaseMosaic" "on"
  105. SubSection "Display"
  106. Depth 24
  107. EndSubSection
  108. EndSection
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement