Login  Register

Re: Error on arm64 linux: X11GLXDrawableFactory - Could not initialize shared resources for X11GraphicsDevice

Posted by wspear on Oct 30, 2023; 9:27pm
URL: https://forum.jogamp.org/Error-on-arm64-linux-X11GLXDrawableFactory-Could-not-initialize-shared-resources-for-X11GraphicsDevie-tp4043075p4043117.html

Since glxgears does work on this system I was trying to bundle up a small test case to submit to the tracker. But the mini-test worked every time. Turns out our application's launch script was setting LIBGL_ALWAYS_INDIRECT when it detected arm64. Apparently that was needed at some point in the past, but now, somehow, it causes this fault. Our visualization works when we don't set that variable. So I guess we're all good. Thanks very much for taking a look at this.