我买了一个新的LG 34WK95U超宽屏幕,它的原生分辨率为5120x2160在60赫兹。
当通过Thunderbolt 3 USB-C连接连接监视器时,它会被拾取,但是它无法探测到正确的分辨率。此外,一旦连接,我现在得到两个(!)新产出。这是我现在的X射线画:
% xrandr
Screen 0: minimum 320 x 200, current 3440 x 1440, maximum 8192 x 8192
eDP-1 connected (normal left inverted right x axis y axis)
# Snip; removed the laptop modes
DP-1 connected (normal left inverted right x axis y axis)
2560x2160 59.66
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected primary 3440x1440+0+0 (normal left inverted right x axis y axis) 800mm x 330mm
3440x1440 59.97*+ 59.96 49.99
3840x2160 60.00 30.00
1920x1080 60.00 60.00 59.94
1600x900 60.00
1280x1024 60.02
1280x800 59.81
1152x864 59.97
1280x720 60.00 60.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94 59.94
5120x2160_60.00 59.99
5120x2160_30.00 29.98
HDMI-2 disconnected (normal left inverted right x axis y axis)
当我把USB-C连接到外部屏幕后,那些DP-1和DP-2弹出.我不知道第二个输出的意思是什么。有趣的是,当我第一次这样做的时候,DP-1
列出了所有的模式,而DP-2
现在在DP-1
下只有这两种模式。
您还可以看到我添加的附加模式:5120x2160_60.00
和5120x2160_30.00
,分别运行% cvt 5120 2160 30
和60
,然后分别运行xrandr --newmode
和xrandr --addmode
。
使用这两种模式中的任何一种调用xrandr的结果给出了如下结果:
% xrandr --output DP-2 --mode 5120x2160_30.00
xrandr: Configure crtc 0 failed
发布于 2021-03-22 22:58:16
当我试图将LG 34WK95U-W 5120x2160与我的华硕Zenbook S UX393EA连接到POPOS20.10上时,我遇到了类似的问题。在内核更新到5.10后,问题得到了解决。系统现在运行5120x2160 @ 60 Hz。
https://unix.stackexchange.com/questions/486350
复制相似问题