我有一台联想 thnikpad T490,搭载的是 Ubuntu 18.04.3。
当我将笔记本电脑连接到扩展坞或直接使用 HDMI 时,它可以完美扩展,但在家里我有一个旧的外接三星显示器,只有 DVI 作为输入,所以我使用 HDMI-DVI 适配器。连接此显示器时,可以检测到它,但尽管操作系统运行正常,但屏幕是黑的。连接 Windows 笔记本电脑时,显示器工作正常。
uname -a:
Linux T490-ubuntu 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
lshw -c 显示:
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:147 memory:c7000000-c7ffffff memory:a0000000-afffffff ioport:3000(size=64) memory:c0000-dffff
xrandr——列表监控
Monitors: 2
0: +*eDP-1 1920/309x1080/173+0+0 eDP-1
1: +HDMI-2 1920/531x1080/299+0+0 HDMI-2
我已经尝试了一些建议的解决方案:
xrandr --output eDP-1 --mode 1920x1080 --output HDMI-2 --mode 1920x1080 --same-as eDP-1
并且我将其添加amdgpu.dc=0
到 grub 中,但没有任何作用。