Hello all,
I have installed the driver 525 by using Additional driver GUI and then reboot.
Checking by “nvidia-smi” shows that the driver is properly installed and display its name (RTX 4080).
But when running “nvidia-settings” it shows me a blank window with “ERROR: Unable to load info from any available system”.
I have tried :
sudo prime-select nvidia → Not work
modifying the /usr/bin/prime-support to force prime overloading → work but only show Prime profile tab and still got “ERROR: Unable to load info from any available system”.
So my assumption is that the driver is not installed correctly or missing some crucial parts, is it correct ?
Please help me with this issue. This is my company PC needed for our project.
Thank in advance.
Here is the bug log. Thank you.
And sorry for the attached image does not match with the version I mentioned. At first I installed ver 525 and then tried ver 535 (as the attached image show). None of them worked. nvidia-bug-report.log.gz (415.8 KB)
The nvidia driver is fine but there’s no monitor connected so I suspect you’re connecting from remote via xrdp or similar. This is running inside a virtual Xserver, not on the nvidia gpu.
It depends on what you want to do with it. Please check if VirtualGL meets your requirements. Otherwise, set xrdp to connect direcly to the real Xserver, e.g. through x11vnc.
I use it to run Carla simulator which visualize car movement demo, have some issue like “OpenGL2ES1 is not availble at null”, so I think Nvidia incompatible driver is the root cause.
Thank you for your precious advices, I’ll try VirtualGL
One more question sir, so now my understanding is when using xrdp to remote to my company PC for rendering, the NVIDIA GPU of my company PC is not used, the rendering is performed inside virtual Xserver, is it correct ?