![arch linux hdmi 未偵測到](https://rvso.com/image/178476/arch%20linux%20hdmi%20%E6%9C%AA%E5%81%B5%E6%B8%AC%E5%88%B0.png)
今天我啟動了筆記型電腦,但我的外接顯示器無法運作。我運行了命令xrandr
:
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1366x768 59.97*+
1280x720 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
680x384 60.00
640x360 59.84 59.32 60.00
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
如您所見,沒有 hdmi。當我在我的電腦上執行這個完全相同的命令時其他電腦上,顯示的是這樣的:
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1366x768 59.97*+
1280x720 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
680x384 60.00
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
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)
我的作業系統:Linux acer-a515 5.7.12-arch1-1 #1 SMP PREEMPT Fri, 31 Jul 2020 17:38:22 +0000 x86_64 GNU/Linux
有人可以幫助我嗎?
答案1
我有完全相同的問題。在 Linux 上進行完整系統升級後,Linux 和 Windows 安裝上沒有 HDMI 輸出。
事實證明,最新版本的 GRUB(版本 2.04-8)會幹擾某些筆記型電腦上的 HDMI 端口,因此您需要啟動 Linux 並將其降級回 2.04-7 或更低版本。
在 Arch 上,您可以從 pacman 快取載入舊套件:
cd /var/cache/pacman/pkg
sudo pacman -U grub-2:2.04-7-x86_64.pkg.tar.zst