I wanted to update NVIDIA drivers on my Ubuntu 20.04. I have installed them by command sudo apt install nvidia-driver-510
, then I reboot my PC. And now when I use command nvidia-smi
I get the error message:
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Also, now I can't to change display resolution. How can I fix this issue?
Maybe I do something wrong. What is the proper way to install these drivers?
dkms status
nvidia, 510.54, 5.14.0-39-generic, x86_64: installed
uname -r
5.13.0-39-generic
dkms status
and alsouname -r
– nobody Apr 06 '22 at 09:58lsmod | grep nvidia
anddpkg -l | grep nvidia
alsodpkg -l | egrep -v '^ii|rc'
– nobody Apr 06 '22 at 11:12