We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
randyk
Ansys Employee

I see you are directing VGL to reference a specific installed graphics card.

Perhaps some more details:
vglrun glxinfo | grep -i opengl

-- look for graphics card
lspci -vnn | grep VGA -A 12-- list graphics 
nvidia-smi
-- get driver details

cat /etc/*release
-- what is the OS
VGL_LOGO=1 vglrun +v glxinfo|head -10
-- does VirtualGL logo show on lower right
-- what details are displayed
-- what is fps value

Â