User Tools

Site Tools


ubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository [2023/06/07 17:40] – created peterubuntu:gpu:nvidia_gpu:setup:setup_using_a_ppa_repository [2025/05/21 15:33] (current) peter
Line 1: Line 1:
 ====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a PPA Repository ====== ====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a PPA Repository ======
 +
 +<WRAP important>
 +**WARNING:**  This makes the latest NVIDIA beta drivers available for installation, albeit with a higher risk of system instability.
 +</WRAP>
 +
 +
 +Add the repository:
 +
 +<code bash>
 +sudo add-apt-repository ppa:graphics-drivers/ppa
 +sudo apt-get update
 +</code>
 +
 +
 +Then check all the devices and drivers.
 +
 +<code bash>
 +sudo ubuntu-drivers devices
 +</code>
 +
 +
 +Optionally, choose to auto detect and install all the device drivers
 +
 +<code bash>
 +sudo ubuntu-drivers autoinstall
 +</code>
 +
 +or, install any specific driver:
 +
 +<code bash>
 +sudo apt install nvidia-driver-470
 +</code>
 +
 +----
 +
 +===== Restart the system =====
 +
 +<code bash>
 +sudo init 6
 +</code>
  
ubuntu/gpu/nvidia_gpu/setup/setup_using_a_ppa_repository.1686159608.txt.gz · Last modified: 2023/06/07 17:40 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki