我知道像这样的问题还有一百万个,但是我仍然觉得这个问题有它自己独特的问题。
主要问题是:我想以 50Hz 以上的 4K 分辨率运行外接显示器
xrandr 清楚地显示[电子邮件保护]Hz 作为一个选项(见下面的输出)并且它作为一个选项出现在每个 GUI 中,但是 - 它就是不起作用。
X.org:我一拿起它,屏幕就变黑了,然后恢复到 4k@30Hz 或 1440@60 Hz(无论我之前运行的是什么)。Wayland:Wayland 会声称它以 4K 运行,但 DPI 太低了。这意味着我只能在显示器上看到 1920x1080 像素左右,桌面的其余 3/4 显示在显示器之外 - 无法使用。我应该指出,我对运行 Wayland 不感兴趣,除非它能让我的生活更轻松 :) 我只是在这里提供信息,因为我觉得它很有趣。
有人会认为这可能是由于电缆故障,但我尝试的另外两台 Windows 笔记本电脑都可以正常运行 4K@60Hz(或 50Hz),因此从底座到显示器的带宽似乎足够高。
硬件设置如下:
- 笔记本电脑(有问题):Thinkpad P43s
- 运行 Ubuntu 22.10,搭载 525.89.02 版 nvidia 驱动程序
- 底座:联想 ThinkPad USB-C 底座 Gen2。使用 Thunderbolt 3 连接到笔记本电脑
- 显示器:Dell s3221qs(连接 DisplayPort 1.2)
我还添加了从命令行手动设置分辨率的详细输出。4K@30Hz 可以工作,但 50Hz 不知为何不工作
如果有人对下一步该尝试有什么好的想法——我很乐意听听。
xrandr 的输出:
myuser@myuser-ThinkPad-P43s:~$ xrandr
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
eDP-1 connected 1920x1080+0+360 (normal left inverted right x axis y axis) 309mm x 173mm
1920x1080 60.00*+ 60.00
1680x1050 60.00
1400x1050 60.00
1600x900 60.00
1280x1024 60.00
1400x900 60.00
1280x960 60.00
1440x810 60.00
1368x768 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
960x720 60.00
928x696 60.00
896x672 60.00
1024x576 60.00
960x600 60.00
960x540 60.00
800x600 60.00
840x525 60.00
864x486 60.00
700x525 60.00
800x450 60.00
640x512 60.00
700x450 60.00
640x480 60.00
720x405 60.00
684x384 60.00
640x360 60.00
512x384 60.00
512x288 60.00
480x270 60.00
400x300 60.00
432x243 60.00
320x240 60.00
360x202 60.00
320x180 60.00
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
DP-2-1 disconnected (normal left inverted right x axis y axis)
DP-2-2 disconnected (normal left inverted right x axis y axis)
DP-2-3 connected primary 2560x1440+1920+0 (normal left inverted right x axis y axis) 697mm x 392mm
3840x2160 50.00 30.00 25.00 24.00 29.97 23.98
2560x1440 59.95*
1920x1200 59.88
1920x1080 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
从命令行设置分辨率
myuser@myuser-ThinkPad-P43s:~$ xrandr --output DP-2-3 --mode 3840x2160 --rate 50.00 --verbose
screen 0: 3840x2160 1016x571 mm 96.00dpi
crtc 0: 3840x2160 50.00 +0+0 "DP-2-3"
xrandr: Configure crtc 0 failed
crtc 0: disable
crtc 1: disable
crtc 2: disable
screen 0: revert
crtc 0: revert
crtc 1: revert
crtc 2: revert
myuser@myuser-ThinkPad-P43s:~$ xrandr --output DP-2-3 --mode 3840x2160 --rate 30.00 --verbose
screen 0: 3840x2160 1016x571 mm 96.00dpi
crtc 0: 3840x2160 30.00 +0+0 "DP-2-3"
myuser@myuser-ThinkPad-P43s:~$