Created
June 19, 2021 17:21
-
-
Save dantheman213/d31602d67f0128936033eacf134ac130 to your computer and use it in GitHub Desktop.
Elementary OS Install NVIDIA Graphics Card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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