this is an error try this:
sudo apt-get install nvidia-settings
sudo nvidia-smi
or run it (without sudo) as root.
After that you can start it.
add
nvidia-smi
in /etc/rc.local (of course, before exiting), so your GPU will be available after each boot.
source
share