Acabei de instalar um novo ubuntu 16.04,
nova instalação limpa, logado na primeira e única coisa que fiz foi selecionar o driver proprietário 361 da nvidia, reiniciar a máquina.
depois de reiniciar eu consigo entrar, mas a unidade não está aparecendo, ainda posso clicar com o botão direito e abrir o terminal, tentei muitas respostas:
link1
link2
não ajudou, fiquei frustrado, inicializei no usb e o instalei novamente, desta vez tentei o mesmo problema com 340 drivers.
Quero dizer, este é 16.04 LTS pelo amor de Deus.
Tenho duas placas grahpic nvidia gt 740m, intel construído no laptop ASUS.
saída do grep "EE \ | WW" /var/log/Xorg.0.log:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 23.758] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 23.761] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[ 25.323] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 25.448] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 25.613] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 25.613] (WW) modeset(G0): Option "IgnoreDisplayDevices" is not used
[ 25.902] (EE) NVIDIA(0): Failed to initiate mode change.
[ 25.902] (EE) NVIDIA(0): Failed to complete mode change
[ 26.214] (WW) evdev: SteelSeries Sensei Raw Gaming Mouse: ignoring absolute axes.
[ 26.216] (WW) evdev: SteelSeries SteelSeries Apex Raw Gaming Keyboard: ignoring absolute axes.
[ 26.272] (II) XINPUT: Adding extended input device "USBest Technology SiS HID Touch Controller" (type: TOUCHSCREEN, id 16)
arquivo de log completo LOG
Arquivo 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:4@0:0:0"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
Option "IgnoreDisplayDevices" is not used
eu acho que você tem xorg.conf
arquivo em algum lugar. Eu tentaria primeiro movê-lo para algum lugar, por exemplo, para um diretório pessoal, para ver se isso resolve o problema. É provavelmente em /etc/X11/xorg.conf
. Se não estiver lá, você pode ver o caminho executando o comando grep "Using config file" /var/log/Xorg.0.log
.
grep "EE\|WW" /var/log/Xorg.0.log
mostra?