ubuntu:gpu:nvidia_gpu:setup
This is an old revision of the document!
Table of Contents
Ubuntu - GPU - NVIDIA GPU - Setup
Using Default Repository
Check the currently attached NVIDIA devices and all the recommended drivers to install.
sudo ubuntu-drivers devices <code> ---- ===== Optionally, choose to auto detect and install all the device drivers ===== <code bash> sudo ubuntu-drivers autoinstall
Opptionally, Search all the NVIDIA drivers available
sudo apt search nvidia-driver
Install the latest version
For example,
sudo apt install nvidia-driver-470
Optionally, install the driver through a PPA repository
Add the repository by using add-apt-repository ppa:graphics-drivers/ppa command.
sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update
ubuntu/gpu/nvidia_gpu/setup.1686158928.txt.gz · Last modified: 2023/06/07 17:28 by peter