Last active
August 29, 2015 14:04
-
-
Save jppommet/c1858d7a25755ae6e771 to your computer and use it in GitHub Desktop.
official nvidia drivers running on linux
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
Check that your official nvidia driver is running properly on linux : | |
lspci -vnn | grep -i VGA -A 12 | |
glxinfo | grep OpenGL | grep renderer | |
grep 'nouveau' /etc/modprobe.d/* | grep nvidia | |
lsmod | grep nvidia | |
modprobe -R nvidia | |
modinfo nvidia_<N> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment