外部 DELL 屏幕无法与 Thinkpad 上的 Ubuntu 21.04 配合使用

外部 DELL 屏幕无法与 Thinkpad 上的 Ubuntu 21.04 配合使用

我正在尝试连接我的联想、Thinkpad笔记本电脑戴尔通过外部屏幕HDMI。外部屏幕要么闪烁,颜色显示质量很差,要么无法与“您的设备没有 HDMI 信号”消息。笔记本电脑运行 Ubuntu 21.04。

我的外接屏幕通过同样的方式工作正常HDMI另一台笔记本电脑的电缆。此外,我的联想、Thinkpad也可以通过另一个外接屏幕正常使用HDMI

我尝试了论坛里的许多建议,但都无济于事。我尝试过的一些操作包括禁用安全启动、编辑/lib/systemd/system/gdm3.service、重新启动gdm3、安装nvidia-driver-435、检查blacklist-nvidia.conf文件、运行update-initramfs -u等等,但都不起作用。

你知道发生了什么吗?提前谢谢!

〜$ xrandr

Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
XWAYLAND0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
   1920x1080     59.96*+
   1440x1080     59.99  
   1400x1050     59.98  
   1280x1024     59.89  
   1280x960      59.94  
   1152x864      59.96  
   1024x768      59.92  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1680x1050     59.95  
   1440x900      60.03  
   1280x800      59.99  
   720x480       59.71  
   640x400       59.95  
   320x200       58.96  
   1600x900      59.95  
   1368x768      59.88  
   1280x720      59.86  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.55  
   640x350       59.77  

~ $ sudo lshw -C 显示

 *-display                 
       description: VGA compatible controller
       product: UHD Graphics 620
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 07
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:2f0-2ef iomemory:2f0-2ef irq:158 memory:2ffa000000-2ffaffffff memory:2fa0000000-2fafffffff ioport:e000(size=64) memory:c0000-dffff

相关内容