HDMI1 연결이 끊어졌습니다


13

랩톱에서 보조 모니터를 사용하려고합니다. 우분투 16.04 LTS를 실행 중입니다. 동일한 랩톱에 Windows 10이 설치되어 있으며 Windows 10에서 작동합니다. 현재 xrandr -q출력 :

Screen 0: minimum 8 x 8, current 1600 x 900, maximum 32767 x 32767
eDP1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 382mm x 215mm
   1600x900      60.08*+
   1440x900      59.89  
   1368x768      60.00  
   1360x768      59.80    59.96  
   1152x864      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   800x450       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

dmesg에서 눈에 띄는 것을 보지 못했고 /var/log/Xorg.0.log는 HDMI 코드를 연결할 때 아무것도 기록하지 않습니다.

에 따르면 lspci -v내 그래픽 카드에 대한이 있습니다 :

00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b) (prog-if 00 [VGA controller])
        Subsystem: Toshiba America Info Systems Haswell-ULT Integrated Graphics Controller
        Flags: bus master, fast devsel, latency 0, IRQ 48
        Memory at a0000000 (64-bit, non-prefetchable) [size=4M]
        Memory at 90000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 5000 [size=64]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

xserver-xorg-video-intel 및 libdrm-intel1을 설치했습니다.

나는 또한 시도했다

xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr --addmode HDMI1 1920x1080_60.00
xrandr --output HDMI1 --mode 1920x1080_60.00

그리고 마지막 명령에서을 얻습니다 xrandr: Configure crtc 1 failed.

xrandr --output HDMI1 --auto 아무것도하지 않습니다.

누구든지 추천하거나 무언가를 시도하고 있습니까? HDMI 코드를 연결하면 모니터의 전원 표시등이 파란색으로 바뀌고 몇 초 후에 "No signal detected"라고 표시됩니다. 그래서 적어도 그것이 연결되어 있다는 것을 알고 있지만 랩톱이 듣고 있지 않은 것처럼.

답변:


5

해결, 나는 이것을 실행해야했습니다.

xrandr --output HDMI1 --auto --right-of eDP1

0

나는 거의 같은 문제에 직면했다. nvidia 드라이버가 있고 최신 버전을 다시 설치하는 경우 nvidia 드라이버를 제거하고 다시 부팅하면 부팅 (Mok)하는 동안 보안 암호 (새 nvidia 드라이버를 설치하는 동안 설정 한 암호)를 입력하면 문제가 해결됩니다.

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.