The error: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
Prerequisites: Everything was fine yesterday, I didnt install any drivers or updates
A problem: I have bad screen resolution 640x380
Current OS is: Ubuntu 20.04.1 LTS
GPU: geforce gtx 1080
nvidia driver is: 455
cuda is 11.1: but i didnt touch any settings related to it more than a few weeks, so it couldn`t affect it, because i switched on and restarted my PC for many times after installing it and there is not any problems
What I have done to try to fix it:
1)
sudo apt update -y
sudo apt upgrade -y
sudo reboot now
sudo prime-select intel
sudo prime-select nvidia
# i didnt have /lib/modprobe.d/blacklist-nvidia.conf
# so i wasnt able to delete it
sudo update-initramfs -u
sudo reboot now
- I have disabled the security boot in my bios
- Tried to install again, but it was written: "I have the latest version"
sudo ubuntu-drivers autoinstall
Any thoughts?
graphics-drivers
PPA which doesn't install the DKMS driver version that will carry over into the new kernel. Any kernel updates when using the proprietary driver from NVIDIA will have to be reinstalled after the kernel update. – Terrance Jan 07 '21 at 14:45graphics-drivers
PPA along with it so that you don't bump into driver issues after kernel updates. Take a look. – Terrance Jan 07 '21 at 15:20.profile
lines there to match the 11.1 installation. – Terrance Jan 07 '21 at 15:41