I was trying to run a jogl application on a linux machine and got the following problem:
NV: could not open control device /dev/nvidiactl (Permission denied)
Error: Could not open /dev/nvidiactl because the permissions
are too resticitive. Please see the FREQUENTLY ASKED QUESTIONS
section of /usr/share/doc/NVIDIA_GLX-1.0/README for steps
to correct.
Do I need to be root to access the driver? How can this be solved? I really need this to work on this machine, which I don’t have root access. Help, please