昨天我更新了我的系统(带有 Arch linux 的 DELL 笔记本电脑),不幸的是今天我发现 HDMI 端口无法识别外接显示器。
到目前为止,我在 .xinitrc 文件中使用以下命令,但从今天开始它停止工作。
xrandr | grep -q HDMI1 && xrandr --output eDP1 --auto --output HDMI1 --auto --right-of eDP1
这里是 Xorg 日志
lspci|grep
VGA 返回:
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
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) 290mm x 160mm
1366x768 60.00*+ 40.00
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)
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
知道发生了什么事吗?似乎可以识别 HDMI 端口,但无法发出任何信号。
谢谢