Acabo de instalar un nuevo ubuntu 16.04,
nueva instalación limpia, inicié sesión en la primera y lo único que hice fue seleccionar el controlador propietario 361 para nvidia, reinicié la máquina.
después de reiniciar puedo iniciar sesión pero la unidad no se muestra, todavía puedo hacer clic derecho y abrir la terminal, probé muchas respuestas:
link1
link2
no ayudó, me sentí frustrado, arranqué en usb y lo instalé nuevamente nuevamente, esta vez probé 340 controladores con el mismo problema.
Quiero decir, esto es 16.04 LTS por el amor de Dios.
Tengo dos tarjetas gráficas NVIDIA GT 740m, Intel integrado en la computadora portátil ASUS.
salida de 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)
archivo de registro completo LOG
Archivo 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
, supongo que tienes un xorg.conf
archivo en alguna parte. Primero trataría de moverlo a algún lugar, por ejemplo, a un directorio de inicio, para ver si soluciona el problema. Lo más probable es que esté adentro /etc/X11/xorg.conf
. Si no está allí, puede ver la ruta ejecutando el comando grep "Using config file" /var/log/Xorg.0.log
.
grep "EE\|WW" /var/log/Xorg.0.log
muestra?