A tela interna do laptop está desconectada (LVDS-0 desconectado)

0

Eu fiz uma instalação limpa do gnome do ubuntu 16.04 no meu lenovo w520 (sem formatar a partição inicial; antes eu tinha o gnome do ubuntu 15.10). Meu laptop vem (infelizmente - desde que eu sempre tive problemas com ele) com uma NVIDIA quadro 2000M (com suporte a optimus) instalado nele. Menos de 15.10 tudo funcionou bem. Agora, quando eu instalo o driver proprietário da nvidia (nvidia-361) a tela do laptop não é detectada. Se eu ligar o monitor externo, isso está funcionando bem, mas a tela do laptop nunca funciona. Alguém tem uma ideia? Eu já tentei reconfigurar o xorg, eu deletei o arquivo ~ / .config / monitors.xml. O que mais poderia ser? Poderia ser que alguma configuração permanecesse da instalação mais antiga no diretório inicial?

Aqui estão algumas informações úteis:

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
    
por David 22.04.2016 / 23:47

1 resposta

0

Parece que há um problema com o driver 361. A instalação dos mais antigos não resolve o problema, mas a instalação do 364 via ppa resolveu o problema.

Se você precisar de informações sobre como adicionar o ppa, você pode siga este link .

    
por David 23.04.2016 / 10:30