User Tools

Site Tools


ubuntu:gpu:nvidia_gpu:setup

This is an old revision of the document!


Ubuntu - GPU - NVIDIA GPU - Setup

There are various methods that can be used to setup the drivers:


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.1686159031.txt.gz · Last modified: 2023/06/07 17:30 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki