On Tue, Jun 17, 2014 at 6:29 PM, Nick Apperley <[email protected]> wrote:
> Tried running one of the demos remotely (via SSH) and ended up with error
> messages being spitted out (aka crash 'n' burn) like the following:
>
> ===========================================================
> ubuntu@arm:/opt/gfxsdkdemos/ogles2$ ./OGLES2MagicLantern
> Can't open keypad input device (/dev/input/event0)
> libEGL warning: DRI2: xcb_connect failed
> libEGL warning: DRI2: xcb_connect failed
> libEGL warning: GLX: failed to load GLX
> Exit message has been set to: "PVRShell: Unable to initialise EGL
> ".
> PVRShell: EGL Error (EGL_NOT_INITIALIZED)
> InitAPI failed!
> PVRShell: Unable to initialise EGL

This happens when the mesa libegl.so get's installed..

Fixup with:

sudo cp -v /usr/lib/libEGL.so /usr/lib/arm-linux-gnueabihf/libEGL.so
sudo cp -v /usr/lib/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libGLESv2.so

> ===========================================================
>
> Very similar error messages when trying to run the sample JavaFX 8 program
> remotely (via SSH). Robert can you please confirm if you can run one of the
> SGX demos (eg Magic Lantern) successfully, and post the results from running
> the fbset -i and es2_info commands (locally).

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to