User Tools

Site Tools


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

sudo apt search nvidia-driver

Then, Install a specific version

For example,

sudo apt install nvidia-driver-470

or

sudo apt install -y nvidia-driver nvidia-cuda-toolkit

returns:

┌─────────────────────────────────┤ 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>                                                     │
│                                                                                                           │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Reboot

sudo reboot -f
ubuntu/gpu/nvidia_gpu/setup/setup_using_a_specific_driver_version.txt · Last modified: 2023/06/27 08:17 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki