Skip to content

Instantly share code, notes, and snippets.

@bspguy
Last active April 3, 2023 06:46
Show Gist options
  • Save bspguy/73f8716cb44dfcc4efc76ac93a387e76 to your computer and use it in GitHub Desktop.
Save bspguy/73f8716cb44dfcc4efc76ac93a387e76 to your computer and use it in GitHub Desktop.
fix nvidia drivers for old gtx-730
#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