Login  Register

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

Posted by wspear on Oct 26, 2023; 10:39pm
URL: https://forum.jogamp.org/Error-on-arm64-linux-X11GLXDrawableFactory-Could-not-initialize-shared-resources-for-X11GraphicsDevie-tp4043075p4043101.html

The application won't launch without display set (localhost:10.0 and :10.0 have the same behavior). "-Djogl.disable.opengles" didn't help.

We're constructing our GLCapabilities with the default profile (new GLCapabilities()). Should we set a profile explicitly? I checked out the docs (https://jogamp.org/deployment/v2.1.4/javadoc/jogl/javadoc/javax/media/opengl/GLProfile.html) but I'm not clear on which, if any of these, would be more likely to work for X11 on Arm64... or if this is a even a potential fix.