我最近升级到了 GeForce GTX 1070 以支持新的显示器设置,但在连接 4 个显示器时遇到了问题。
使用显示设置,我可以看到所有 4 个显示器,但我无法正确对齐它们,因为无论放置在哪个位置,两个显示器之间都有间隙。如果我拔掉其中一个显示器的电源,就不会出现问题。
我正在使用开源 Nvidia 367 驱动程序。
xrandr 输出:
Screen 0: minimum 8 x 8, current 9200 x 1920, maximum 32767 x 32767
DP-4.8 connected primary 3440x1440+1920+0 (normal left inverted right x axis y axis) 798mm x 335mm
3440x1440 59.97*+ 49.99
2560x1440 59.95
2560x1080 60.00
1920x1080 60.00 60.00 59.94 50.00 60.00 50.04
1720x1440 60.00
1600x1200 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 59.94
640x480 75.00 59.94 59.93
DP-2.1 connected 1920x1080+0+360 (normal left inverted right x axis y axis) 527mm x 296mm
1920x1080 60.00*+ 59.94 50.00 60.05 60.00 50.04
1600x1200 60.00
1600x900 60.00
1280x1024 75.02 60.02
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 59.94
640x480 75.00 59.94 59.93
DVI-D-0 connected 1200x1920+8000+0 left (normal left inverted right x axis y axis) 518mm x 324mm
1920x1200 59.95*+
1920x1080 60.00
1680x1050 59.95
1600x1200 60.00
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 59.94
HDMI-0 connected (normal left inverted right x axis y axis)
1920x1080 60.00 + 59.94 23.97 60.05 60.00
1440x480 60.05
1280x720 60.00 59.94
720x480 59.94
640x480 59.93
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
答案1
我能够使用 xrandr 命令修复此问题。这需要反复试验,所以我没有最终解决问题的确切命令,但它涉及使用 xrandr --left-of 命令。使用上面的 xrandr 输出,我将 --left-of DVI-D-0 设置为输出 DP-4.8,将 HDMI-0 --left-of 设置为 DVI-D-0。设置完成后,我能够使用 xrandr 命令和显示设置设置彼此之间的相对位置。
有关更多信息,请参阅 do use things 下的 --left-of 和 --right-of 命令这里。