我正在尝试通过 HDMI 将笔记本电脑连接到电视屏幕。这是输出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 60.01*+
1280x720 59.86 60.00 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 connected (normal left inverted right x axis y axis)
1920x1080 60.00 50.00 59.94 30.00 25.00 24.00 29.97 23.98
1920x1080i 60.00 50.00 48.04 59.94
1600x1200 60.00
1680x1050 59.88
1400x1050 59.95
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 72.81 60.00 59.94
720x400 70.08
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
现在,当我尝试使用屏幕时,总是出现以下错误:
$ xrandr --output HDMI1 --auto
xrandr: Configure crtc 1 failed
我已经尝试过使用不同的模式和其他 crtc,仍然遇到相同的错误。
编辑:驱动程序信息
$ lspci -k | grep -A 3 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
Subsystem: ASUSTeK Computer Inc. Device 161d
Kernel driver in use: i915
Kernel modules: i915
编辑2:所以我发现电视似乎是问题所在,因为我尝试过的所有其他屏幕都工作正常。我还找到了一种对我有用的解决方法:使用 创建自定义模式--newmode
,使用 将其添加到 HDMI1 输出--addmode
,这样我就可以在拔下插头时启用输出,然后插入电缆。虽然不太确定为什么会这样,所以任何解释仍然非常受欢迎。