我是一名 arch-linux 用户,但这个问题在 Ubuntu 上也存在,但在 Windows 上却可以解决。我正在寻求帮助来解决我的问题,我可以根据要求提供日志、配置,因为我不确定现在发布什么对我更有帮助。我的问题如下:
我购买了一个 Thinkpad USB-C Gen2 底座,它有 2 个 DP 输出和 1 个 HDMI,笔记本电脑还有 1 个独立的 HDMI 输出。笔记本电脑本身仅具有集成的英特尔显卡和以下 CPU:i5-10210U。我的问题是我无法通过底座在显示器上获得完整的刷新率。显示器有 2 个 HDMI 输出 @50Hz。1 个 DP 输出 @85Hz 和 1 个 USB-C(类似底座)输出用于视频和 USB 集线器。当显示器通过 DP 端口连接到底座时,在启用笔记本电脑屏幕的情况下我可以设置的最大频率为 60Hz,否则 xrandr 会给我以下错误:
I ~ [1] $ xrandr 2s 625ms
Screen 0: minimum 8 x 8, current 5360 x 1440, maximum 32767 x 32767
eDP1 connected 1920x1080+3440+0 (normal left inverted right x axis y axis) 310mm x 170mm
1920x1080 60.02*+ 59.93 48.00
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP1-1 disconnected (normal left inverted right x axis y axis)
DP1-2 connected (normal left inverted right x axis y axis)
1920x1080 60.00 +
1680x1050 59.95
1680x945 60.02
1400x1050 74.87 59.98
1600x900 60.00
1280x1024 75.02 60.02
1440x900 74.98 59.89
1280x960 60.00
1366x768 59.79
1360x768 60.02
1280x800 74.93 59.81
1152x864 75.00
1280x768 74.89 59.87
1280x720 60.00
1024x768 75.03 70.07 60.00
1024x576 59.97
800x600 72.19 75.00 60.32 56.25
848x480 60.00
640x480 75.00 72.81 59.94
720x400 70.08
DP1-3 connected 3440x1440+0+0 (normal left inverted right x axis y axis) 820mm x 340mm
3440x1440 84.96 59.97* 49.99
1920x1080 60.00 60.00 59.94
1280x720 60.00 59.94
1024x768 60.00
800x600 60.32
720x480 60.00 59.94
640x480 60.00 59.94
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
I ~ $ xrandr --output DP1-3 --mode 3440x1440 --left-of eDP1
xrandr: Configure crtc 1 failed
我已经在另一台笔记本电脑上测试过,它同样配备了英特尔高清显卡,但 i7 CPU 稍旧一些,在 Linux 下也遇到了同样的问题。另一方面,我在两台笔记本电脑上都安装了 Windows 来更新底座固件,并进行了进一步的测试,可以报告在 Windows 下,我可以使用相同的配置(4k 85Hz + 笔记本电脑屏幕)正常工作,但在 Linux 下却失败了。还有一件事,如果我通过 USB-C 集线器端口将笔记本电脑直接连接到显示器,则 85Hz 刷新率在 Linux 下的 4k 显示器上有效!
我已经在以下内核(所有当前版本)下进行了测试:linux linux-lts linux-zen
我也尝试过使用英特尔驱动程序、不使用英特尔驱动程序以及使用 nouveau 驱动程序。
任何帮助或指导都将不胜感激,因为我不确定这是 dock 问题还是 linux 问题!提前致谢!