Created
February 6, 2016 14:15
-
-
Save liquidmetal/623e3d5a726c791149ff to your computer and use it in GitHub Desktop.
Load nvidia drivers for cuda on ubuntu 14.04
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
echo Updating alternatives | |
sudo update-alternatives --set x86_64-linux-gnu_gl_conf /usr/lib/nvidia-352-prime/ld.so.conf | |
sudo update-alternatives --set i386-linux-gnu_gl_conf /usr/lib/nvidia-352-prime/alt_ld.so.conf | |
echo "Starting nvidia-352" | |
sudo modprobe nvidia-352 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment