我的 NVidia 卡有两个输出:DVI 和 DisplayPort。DVI 端口直接连接到显示器的 DVI 输入,没有任何问题。
DisplayPort 有一个 DP 转 DVI 适配器,其中插入了一条 DVI 转 HDMI 电缆 - 因为我的第二台显示器只有 HDMI 输入。
xrandr
列表四连接:
DVI-I-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 597mm x 336mm
1920x1080 60.00*+ 59.94 50.00 60.05 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x576 50.00
720x480 59.94
640x480 75.00 72.81 59.94 59.93
DP-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 336mm
1920x1080 60.00*+
1680x1050 59.95
1600x1200 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 60.02
1280x960 60.00
1024x768 60.00
800x600 60.32
640x480 59.94
DP-1 disconnected (normal left inverted right x axis y axis)
第二台显示器正常,但图片的边缘没有显示...当最大化窗口时,您会注意到没有显示边框......
这两款显示器均为 ViewSonic 的 27 英寸产品,原始分辨率均为 1920x1080,属于同一型号系列,只是生产年份不同。
无论 DP->HDMI 连接出了什么问题,我都可以通过强制某些参数来弥补它吗?
强制在第二个屏幕上降低分辨率可以解决像素“脱落”的问题,但会使图像失真或变差。
尝试“设置欠扫描”失败:
% xrandr --output DP-0 --set underscan on
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 11 (RRQueryOutputProperty)
Serial number of failed request: 33
Current serial number in output stream: 33
答案1
好的,我的“解决方案”是将 HDMI 电缆插入另一个 HDMI 端口在显示器上。据我了解,制造商出厂时将这两个端口配置为“电视”和“计算机”。
我将问题留待以后解决,因为我很好奇,我是否可以通过软件/配置来改变现状 - 例如通过巧妙地使用xrandr
...