User Tools

Site Tools


ubuntu:gpu:nvidia_gpu:setup

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 [2023/06/07 17:28] – created peterubuntu:gpu:nvidia_gpu:setup [2025/05/21 15:26] (current) peter
Line 1: Line 1:
 ====== Ubuntu - GPU - NVIDIA GPU - Setup ====== ====== Ubuntu - GPU - NVIDIA GPU - Setup ======
  
-===== Using Default Repository =====+===== Ubuntu Desktop =====
  
-Check the currently attached NVIDIA devices and all the recommended drivers to install.+  * Launch the **Software & Updates** application. 
 +  * Navigate to the **Additional Drivers** tab. 
 +    * This will display a list of proprietary NVIDIA drivers available for installation. 
 +  * Select the NVIDIA driver of your choice.
  
-<code bash+<WRAP info
-sudo ubuntu-drivers devices +**NOTE:**  This method is user-friendly and recommended for those who prefer a graphical interface for driver installation. 
-<code>+</WRAP>
  
 ---- ----
  
-===== Optionally, choose to auto detect and install all the device drivers =====+===== Command Line Installation =====
  
-<code bash> +[[Ubuntu:GPU:NVIDIA GPU:Setup:Check the currently attached NVIDIA devices and all the recommended drivers to install|Check the currently attached NVIDIA devices and all the recommended drivers to install]]
-sudo ubuntu-drivers autoinstall +
-</code>+
  
-----+There are various methods that can be used to setup the drivers. **ONLY CHOOSE ONE OPTION**:
  
-===== Opptionally, Search all the NVIDIA drivers available ===== +  * [[Ubuntu:GPU:NVIDIA GPU:Setup:Auto detect and install all the device drivers|Auto detect and install all the device drivers]] 
- +  * [[Ubuntu:GPU:NVIDIA GPU:Setup:Setup using a specific driver version|Setup using a specific driver version]] 
-<code bash> +  * [[Ubuntu:GPU:NVIDIA GPU:Setup:Setup using a PPA Repository|Setup using a PPA Repository]] 
-sudo apt search nvidia-driver +  * [[Ubuntu:GPU:NVIDIA GPU:Setup:Setup manually|Setup manually]]
-</code>+
  
 ---- ----
  
-===== Install the latest version ===== 
- 
-For example,  
- 
-<code bash> 
-sudo apt install nvidia-driver-470 
-</code> 
- 
----- 
- 
-===== Optionally, install the driver through a PPA repository ===== 
- 
-Add the repository by using **add-apt-repository ppa:graphics-drivers/ppa** command. 
- 
-<code bash> 
-sudo add-apt-repository ppa:graphics-drivers/ppa 
-sudo apt-get update 
-</code> 
  
ubuntu/gpu/nvidia_gpu/setup.1686158928.txt.gz · Last modified: 2023/06/07 17:28 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki