We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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

Â