ubuntu 20.04,未检测到 hdmi 端口上的第二个监视器

cal*_*eve 14 multiple-monitors hdmi

这似乎是一个常见问题,但我找不到解决方案。

  • 只需清理安装的 Ubuntu 20.04 桌面并使用“软件和更新”工具对其进行更新。
  • PC:HP ProDesk 400 G4 台式机-迷你-PC
  • 显示器连接到 DisplayPort 端口之一:HP EliteDisplay E243
  • 显卡 ( lspci -k | grep -A 2 -i "VGA") :
00:02.0 VGA compatible controller: Intel Corporation 8th Gen Core Processor Gaussian Mixture Model
    DeviceName: Onboard IGD
    Subsystem: Hewlett-Packard Company 8th Gen Core Processor Gaussian Mixture Model
Run Code Online (Sandbox Code Playgroud)
  • 在其他相关问题/答案中看到的命令输出:
xrandr --query
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 16384 x 16384
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-3 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200     59.95*+
   1920x1080     60.00  
   1600x1200     60.00  
   1680x1050     59.95  
   1280x1024     60.02  
   1280x960      60.00  
   1024x768      60.00  
   800x600       60.32  
   640x480       59.94  
   720x400       70.08  
HDMI-3 disconnected (normal left inverted right x axis y axis)
Run Code Online (Sandbox Code Playgroud)
  • 该配置在 Windows 10 和 Debian 10 上开箱即用。
  • 我在dmesg输出中找不到任何明显错误的东西。
  • (编辑)我也尝试更改 grub 以添加nomodeset它没有任何区别。
  • (编辑)我尝试切换到 lightDM(然后回到 gdm,+reboot),但没有发现任何区别。
  • (编辑)我也做了一个更新,sudo apt update ; sudo apt upgrade但没有改变。
  • (编辑)我将内核升级到最后一个稳定版本 (5.6.16) 但没有效果。

如果需要一些额外的信息,请告诉我。

Muh*_*ili 12

检查您是否有最新的驱动程序

sudo ubuntu-drivers autoinstall

然后检查您的其他驱动程序。尝试去

  • Software & updates
  • Additional Drivers (在那里你可以看到你的司机。)
  • 更换你的卡驱动然后按apply(即使是好的驱动),
  • 然后再次更改为最新的驱动程序。
  • reboot

这解决了我的问题,我认为是因为 ubuntu 由于某些更新而无法识别驱动程序。

希望能帮助到你。

  • 这是完美无缺的。出色的解决方案。[+10] (2认同)

小智 7

只是花了几个小时试图解决同样的问题。没有意识到我使用的是定向 HDMI 电缆

在疯狂寻找解决方案之前,请翻转你的电缆,它可能就是这么简单......