Could you also run the following commands on the ubuntu server.
List all packages installed on the system.
sudo su -
dpkg --admindir=/var/lib/dpkg/ --get-selections > installed.packages
The current Kernel Version.
uname -a > installed.kernel
The jre installed on the system
The jdk the system is using
java -version 2> installed.java
The nvidia driver version loaded in the kernel.
dmesg | grep nvidia > installed.nvidia
I had a similar problem and when I upgraded to 16.04 lts and the latest
nvidia driver it stopped.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users