Nvidia drivers in Ubuntu
The guide below describes how to install Nvidia drivers on Ubuntu.
We will do everything with a few simple commands.
First, we run the terminal and add the repository to the system.
1 | sudo add-apt-repository ppa:graphics-drivers |
We update the repositories database:
1 | apt-get update |
Finally, we install the driver of our choice:
For example:
1 | apt install -y nvidia-driver-418 |
The list of available drivers can be found here:
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
You must restart after installing the driver.
We will do this from the console by issuing a command:
reboot
To check, if your GPU has been detected give the command:
1 | nvidia-smi |
Related entries:
How to change the background color / Ubuntu login screen wallpaper 21.10
The following tutorial describes a very quick change of the terminal that starts by default on Ubuntu 20.04
Starting TLS 1.3 w Nginx
Installing the Slack Client in Ubuntu 20.04 / Linux Mint 20
5 Browser add-ons that make life easier for webmasters and developer