HDMI를 통해 노트북을 TV 화면에 연결하려고 합니다. 출력은 다음과 같습니다 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)
이제 screen을 사용하려고 하면 항상 다음 오류가 발생합니다.
$ 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: 그래서 제가 시도한 다른 모든 화면이 제대로 작동하기 때문에 TV에 문제가 있는 것 같다는 것을 알았습니다. 또한 나에게 맞는 해결 방법을 찾았습니다. 사용자 정의 모드 만들기를 사용하고 --newmode
을 사용하여 HDMI1 출력에 추가하면 --addmode
플러그를 뽑을 때 출력을 활성화한 다음 케이블을 연결할 수 있습니다. 왜 이런 일이 발생하는지 잘 모르겠으므로 어떤 설명이라도 환영합니다.