Last active
April 3, 2023 06:46
-
-
Save bspguy/73f8716cb44dfcc4efc76ac93a387e76 to your computer and use it in GitHub Desktop.
fix nvidia drivers for old gtx-730
This file contains 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
#remove new driver and install version 390. | |
sudo apt-get purge '*nvidia*' | |
sudo apt install nvidia-driver-390 | |
sudo apt-mark hold nvidia-driver-390 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment