Tenho 2 monitores, um Samsung UE590 de 28" e um DELL de 24". Depois de suspender minha área de trabalho, descobri que apenas o monitor DELL era mostrado e estava em uma resolução muito mais baixa.
Eu verifiquei xrandr
, mas consegui:
xrandr: failed to get size of gamma for output default
Após alguma investigação, consegui fazer o monitor Samsung UE590 funcionar, mas tenho que usar o Nouveau (driver de código aberto), em vez do driver NVIDIA 470 para fazer isso. Isso faz com que o ventilador da CPU funcione ruidosamente a cada 10 segundos e também todo o computador reaja muito mais lentamente, provavelmente devido a drivers de placa gráfica incompatíveis.
Eu tentei executar:
sudo ubuntu-drivers autoinstall
e há este erro:
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.
Depois disso tentei usar NVIDIA 460 em vez 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.
E eu configurei as Atividades →Atualizações de software→Drivers Adicionaisparanvidia-460.
O monitor UE590 ainda não exibe nada. Só funciona ao usar o Nouveau.
Quero saber como usar novamente o driver NVIDIA e também o monitor UE590 como antes.
Obrigado!
Responder1
Tente remover os drivers proprietários da Nvidia existentes com estes comandos:
sudo apt update
sudo apt-get remove '^nvidia'
sudo apt autoremove
sudo reboot
e, em seguida, instale os novos drivers proprietários da Nvidia comsudo ubuntu-drivers install