Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active February 1, 2023 10:38
Show Gist options
  • Save vicente-gonzalez-ruiz/eb75332ac1b16d96224ec71cd94d7763 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/eb75332ac1b16d96224ec71cd94d7763 to your computer and use it in GitHub Desktop.
(optional) ubuntu-drivers devices # This is to see what is available
sudo apt install nvidia-driver-525
sudo reboot

# After reboot, check:
nvidia-smi

# (optional) To uninstall NVIDIA driver (returning to `nouveau`, see https://linuxconfig.org/how-to-uninstall-the-nvidia-drivers-on-ubuntu-20-04-focal-fossa-linux):
sudo dpkg -P $(dpkg -l | grep nvidia-driver | awk '{print $2}')
sudo apt autoremove
sudo apt install xserver-xorg-video-nouveau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment