On some systems, in particular on systems with the NVidia driver on server, software glx drivers are not available.
This problem is not only with us, read this: https://www.nomachine.com/AR01Q01012
The solution is to add "export LD_PRELOAD=/some_dir/libGL.so" to /home/user/.bashrc
However, such a solution is not suitable if the user works both locally and remotely and complicates server administration.
I suggest adding options ENABLE_GLX_PRELOAD=1/0 and GLX_LD_PRELOAD=/some_dir/lib.so
In this case, it will be possible to choose the fastest library, for example LLVMpipe or VirtualGL.
On some systems, in particular on systems with the NVidia driver on server, software glx drivers are not available.
This problem is not only with us, read this: https://www.nomachine.com/AR01Q01012
The solution is to add "export LD_PRELOAD=/some_dir/libGL.so" to /home/user/.bashrc
However, such a solution is not suitable if the user works both locally and remotely and complicates server administration.
I suggest adding options ENABLE_GLX_PRELOAD=1/0 and GLX_LD_PRELOAD=/some_dir/lib.so
In this case, it will be possible to choose the fastest library, for example LLVMpipe or VirtualGL.