.png)
Eu fiz uma instalação limpa do ubuntu gnome 16.04 no meu lenovo w520 (sem formatar a partição inicial; antes de ter o ubuntu gnome 15.10). Meu laptop vem (infelizmente - já que sempre tive problemas com ele) com um nvidia quadro 2000M (com suporte optimus) instalado nele. Abaixo das 15h10 tudo funcionou bem. Agora, quando instalo o driver proprietário da nvidia (nvidia-361), a tela do laptop não é detectada. Se eu conectar o monitor externo, tudo funcionará bem, mas a tela do laptop nunca funciona. Alguém tem uma ideia? Já tentei reconfigurar o xorg, apaguei o arquivo ~/.config/monitors.xml. O que mais poderia ser? Será que resta alguma configuração 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
Responder1
Parece que é um problema com o driver 361. Instalar os mais antigos não resolve o problema, mas instalar o 364 via ppa resolveu o problema.
Se precisar de informações sobre como adicionar o ppa, você podeSiga este link.