Hi, With the current SVN version, I get a segmentation fault on Ubuntu 10.04 and 10.10, both using the free ATI drivers. The code in question is in lib/client/glXWindow.cpp:
63 // Early glxew init to have function pointers for init code 64 Display* display = getXDisplay(); 65 glXMakeCurrent( display, None, 0 ); 66 glxewInit(); If if remove the glxewInit() call, then the examples (eqHello and eqPly) work fine. It is probably not ok to just remove the glxewInit() call, and maybe this is a problem of the Xorg/Mesa/ATI driver stack instead of Equalizer, but I'm not sure about this. Does anybody have an idea what's going on? Martin -- Computer Graphics and Multimedia Systems Group University of Siegen, Germany http://www.cg.informatik.uni-siegen.de/
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

