내부 노트북 디스플레이 연결이 끊어졌습니다(LVDS-0 연결 끊김).

내부 노트북 디스플레이 연결이 끊어졌습니다(LVDS-0 연결 끊김).

내 lenovo w520에 ubuntu gnome 16.04를 새로 설치했습니다(홈 파티션을 포맷하지 않고, ubuntu gnome 15.10을 사용하기 전). 내 노트북에는 (슬프게도 - 항상 문제가 있었기 때문에) nvidia Quadro 2000M(옵티머스 지원 포함)이 설치되어 있습니다. 15.10에서는 모두 잘 작동했습니다. 이제 nvidia 독점 드라이버(nvidia-361)를 설치할 때 노트북 화면이 감지되지 않습니다. 외부 모니터를 연결하면 제대로 작동하지만 노트북 화면이 작동하지 않습니다. 누군가 아이디어가 있습니까? 이미 xorg를 재구성하려고 시도했으며 ~/.config/monitors.xml 파일을 삭제했습니다. 또 무엇이 있을까요? 홈 디렉터리에 이전 설치의 일부 구성이 남아 있을 수 있습니까?

다음은 몇 가지 유용한 정보입니다.

david@david-ubuntu:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
LVDS-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    59.94  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

xorg.conf:

david@david-ubuntu:~$ cat /etc/X11/
cat: /etc/X11/: Is a directory
david@david-ubuntu:~$ cat /etc/X11/xorg.conf 
Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

답변1

361 드라이버 문제인 것 같습니다. 이전 버전을 설치해도 문제가 해결되지 않지만 ppa를 통해 364를 설치하면 문제가 해결되었습니다.

ppa를 추가하는 방법에 대한 정보가 필요하면 다음을 수행할 수 있습니다.이 링크를 따라가세요.

관련 정보