Re: Error on arm64 linux: X11GLXDrawableFactory - Could not initialize shared resources for X11GraphicsDevice
Posted by
gouessej on
Oct 31, 2023; 8:41am
URL: https://forum.jogamp.org/Error-on-arm64-linux-X11GLXDrawableFactory-Could-not-initialize-shared-resources-for-X11GraphicsDevie-tp4043075p4043118.html
Thank you for the valuable feedback. LIBGL_ALWAYS_INDIRECT works with Mesa but not with Nvidia (you have to use another flag), it is intended to enable indirect rendering through GLX. Indirect rendering is generally less capable than direct rendering, use it only when you really need it.