Last active
December 11, 2015 16:28
-
-
Save joar/4627761 to your computer and use it in GitHub Desktop.
My NVIDIA drivers crash every time I install a new kernel. Putting this here so that I can remember it.
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
| sudo apt-get install linux-headers-$VERSION-generic | |
| sudo dpkg-reconfigure nvidia-current-updates | |
| sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment