외부 모니터가 감지되지 않는 이유는 무엇입니까?

외부 모니터가 감지되지 않는 이유는 무엇입니까?

HDMI 포트를 통해 외부 모니터의 DVI 입력에 연결된 외부 모니터가 있습니다. 모니터가 감지되지 않습니다. Intel 비디오 드라이버 lspci -v를 사용하여 ubuntu 17.1을 실행하고 있습니다.

00:02.0 VGA compatible controller: Intel Corporation HD Graphics 520 (rev 07) (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems HD Graphics 520
    Flags: bus master, fast devsel, latency 0, IRQ 126
    Memory at c0000000 (64-bit, non-prefetchable) [size=16M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 3000 [size=64]
    [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915

모니터는 삼성 메가모델 BX2335, 노트북은 Toshiba tecra-z40-c, 커널은 4.13.0-32-generic 입니다. xrandr는 다음을 보여줍니다:

jeremy@jeremy-TECRA-Z40-C-pipl:~/Downloads$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
   1920x1080     60.02*+  59.93  
   1680x1050     59.95    59.88  
   ....<a bunch of resolutions>....
   320x240       60.05  
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)

첫 번째 화면은 노트북 화면입니다. xorg.conf는 괜찮아 보입니다.

jeremy@jeremy-TECRA-Z40-C-pipl:~/Downloads$ more /usr/share/doc/xserver-xorg-video-intel/xorg.conf
Section "Device"
    Identifier "Intel"
    Driver "intel"
#   Option "AccelMethod" "uxa"
EndSection

모니터 제어판에서 외부 모니터가 감지되지 않습니다. 재부팅하고 apt update, 업그레이드, dist-upgrade를 실행하고 드라이버 업그레이드를 시도했습니다(아무것도 발견되지 않았으며 아무것도 강요하지 않았습니다).

관련 정보