Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created June 19, 2021 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantheman213/d31602d67f0128936033eacf134ac130 to your computer and use it in GitHub Desktop.
Save dantheman213/d31602d67f0128936033eacf134ac130 to your computer and use it in GitHub Desktop.
Elementary OS Install NVIDIA Graphics Card
# Elementary OS install nvidia graphics drivers
## remove old drivers
sudo apt autoremove nvidia*
## install new drivers
sudo ubuntu-drivers autoinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment