Tengo 2 monitores, un Samsung UE590 de 28" y un DELL de 24". Después de suspender mi escritorio, descubrí que solo se muestra el monitor DELL y tenía una resolución mucho más baja.
Lo revisé xrandr
, pero obtuve:
xrandr: failed to get size of gamma for output default
Después de investigar un poco, logré que el monitor Samsung UE590 funcionara, pero tengo que usar el Nouveau (controlador de código abierto), en lugar del controlador NVIDIA 470 para hacerlo. Esto hace que el ventilador de la CPU funcione con ruido cada 10 segundos y que toda la computadora reaccione mucho más lentamente, probablemente debido a controladores de tarjetas gráficas incompatibles.
Intenté ejecutar:
sudo ubuntu-drivers autoinstall
y aparece este error:
WARNING:root:_pkg_get_support nvidia-driver-390: package has invalid Support Legacyheader, cannot determine support level
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
linux-modules-nvidia-470-generic-hwe-20.04 :
Depends: linux-modules-nvidia-470-5.11.0-38-generic (= 5.11.0-38.42~20.04.1) but it is not going to be installed
Depends: nvidia-kernel-common-470 (>= 470.74) but 470.63.01-0ubuntu0.20.04.2 is to be installed
E: Unable to correct problems, you have held broken packages.
Después de eso intenté usar NVIDIA 460 en lugar de 470:
$ sudo apt install nvidia-driver-460
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-driver-460 is already the newest version (460.91.03-0ubuntu0.20.04.1).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Y configuro las Actividades →Actualizaciones de software→Conductores adicionalesanvidia-460.
El monitor UE590 todavía no muestra nada. Sólo funciona cuando se usa Nouveau.
Quiero saber cómo volver a utilizar el controlador NVIDIA y también el monitor UE590 como antes.
¡Gracias!
Respuesta1
Intente eliminar los controladores propietarios de Nvidia existentes con estos comandos:
sudo apt update
sudo apt-get remove '^nvidia'
sudo apt autoremove
sudo reboot
y luego instale los nuevos controladores propietarios de Nvidia consudo ubuntu-drivers install