How to install NVIDIA drivers on Ubuntu
Instructions If you are on an LTS, make sure you are running the HWE kernel: sudo apt update source /etc/os-release sudo apt install -y linux-generic-hwe-$VERSION_ID And reboot. Then: sudo apt update sudo apt install -y ubuntu-drivers-common sudo ubuntu-drivers install That’s it. Don’t install NVIDIA’s Debian repositories, no need to re-compile everytime a new kernel is released and it works with secure boot. Wait but isn’t that some opensource drivers that are less performant? No. These will get you the closed-source, proprietary drivers. ...