Skip to content

Instantly share code, notes, and snippets.

@nathantsoi
Last active June 28, 2023 18:48
Show Gist options
  • Save nathantsoi/508f0ffb41ecc723318de992d50bcfd3 to your computer and use it in GitHub Desktop.
Save nathantsoi/508f0ffb41ecc723318de992d50bcfd3 to your computer and use it in GitHub Desktop.
sudo apt-get remove --purge -y '^nvidia-.*' '^libnvidia-.*' '^cuda-.*'
sudo ubuntu-drivers autoinstall
@nathantsoi
Copy link
Author

If you don't know what driver to install, run sudo ubuntu-drivers list first then sudo apt install [package name] where [package name] is something like nvidia-driver-530. I suggest you don't use the -open drivers as they tend to have problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment