libGL error

Hello
I am trying to run some root event browser examples like csgdemo.C in my lxplus account.
I am getting an error like :
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
root [4] Info in TGeoManager::SetVisLevel: Automatic visible depth disabled

root v = 5.34/32
gcc version 4.8.0 (GCC)
what should i do ?
thank you
A.

Hi,

I cannot reproduce the issue.
Could you try:

ssh -XY <USER>@lxplus.cern.ch
source /afs/cern.ch/sw/lcg/contrib/gcc/4.8.1/x86_64-slc6/setup.sh
. /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.32/x86_64-slc6-gcc48-opt/root/bin/thisroot.sh
root -l  /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.32/x86_64-slc6-gcc48-opt/root/tutorials/geom/csgdemo.C 

Cheers,
Danilo

Also, what is your client machine?

Matevz

No sorry . i get the same error for many version configurations.

Hi,

could you share the exact commands you use to login into lxplus, setup and run root?

Danilo

Hello

I have this problem when I m running the .L box.C -> box() example, BUT from the X-win32 2012 GNOME predefined connection. When i am running the same command from a slc release 6.5 , gnome 2.28.2 it works .

Hi,

is this the only graphics issue you have? Can you display simple plots, guis or other tridimensional objects?

Danilo

hello
simple graphs histos are ok like the basic3d.C . But the anim.C has the same problem. It opens but with the same error.