User Tools

Site Tools


ubuntu:gpu:nvidia_gpu:setup:setup_using_a_specific_driver_version

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_specific_driver_version [2023/06/07 17:38] – created peterubuntu:gpu:nvidia_gpu:setup:setup_using_a_specific_driver_version [2023/06/27 07:17] (current) peter
Line 1: Line 1:
 ====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a specific driver version ====== ====== Ubuntu - GPU - NVIDIA GPU - Setup - Setup using a specific driver version ======
  
 +===== Search all the NVIDIA drivers available =====
 +
 +<code bash>
 +sudo apt search nvidia-driver
 +</code>
 +
 +----
 +
 +===== Then, Install a specific version =====
 +
 +For example, 
 +
 +<code bash>
 +sudo apt install nvidia-driver-470
 +</code>
 +
 +or
 +
 +<code bash>
 +sudo apt install -y nvidia-driver nvidia-cuda-toolkit
 +</code>
 +
 +returns:
 +
 +<code bash>
 +┌─────────────────────────────────┤ Configuring xserver-xorg-video-nvidia ├─────────────────────────────────┐
 +│                                                                                                           │
 +│ Conflicting nouveau kernel module loaded                                                                  │
 +│                                                                                                           │
 +│ The free nouveau kernel module is currently loaded and conflicts with the non-free nvidia kernel module. 
 +│                                                                                                           │
 +│ The easiest way to fix this is to reboot the machine once the installation has finished.                  │
 +│                                                                                                           │
 +│                                                  <Ok>                                                     │
 +│                                                                                                           │
 +└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘
 +</code>
 +
 +----
 +
 +===== Reboot =====
 +
 +<code bash>
 +sudo reboot -f
 +</code>
ubuntu/gpu/nvidia_gpu/setup/setup_using_a_specific_driver_version.1686159494.txt.gz · Last modified: 2023/06/07 17:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki