Skip to content

Instantly share code, notes, and snippets.

@jppommet
Last active August 29, 2015 14:04
Show Gist options
  • Save jppommet/c1858d7a25755ae6e771 to your computer and use it in GitHub Desktop.
Save jppommet/c1858d7a25755ae6e771 to your computer and use it in GitHub Desktop.
official nvidia drivers running on linux
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