Login  Register

Re: Overwriting nativewindow.ws.name to force x11 on R-Pi resuls in UnsatisfiedLinkError

Posted by gohai on Jun 15, 2015; 10:05pm
URL: https://forum.jogamp.org/Overwriting-nativewindow-ws-name-to-force-x11-on-R-Pi-resuls-in-UnsatisfiedLinkError-tp4034695p4034704.html

Thanks for your message! I am indeed trying Eric Anholt's vc4 driver. I followed his suggestion to compile & install the various packages needed in /usr/local, so that I can from the command line either boot the (legacy) Raspbian X Server, or the one with Glamour and VC4 - very convenient for testing purposes!

That's why I thought that setting "nativewindow.ws.name" to "jogamp.newt.driver.x11" would be sufficient to disable the Pi auto-detection. But it appears it is not..

Would you consider a (tested) patch that makes it so that any (set) property of "nativewindow.ws.name" by the user overrules the auto-detection in NativeWindowFactory.java? (basically using nativewindow.ws.name also for nativeWindowingTypePure, if set)

Best
Gottfried