Updated the OpenGL ES libraries so that the SGX ones are used. Ran the Magic Lantern demo again locally and ended up with different error messages appearing like the following:
==================================================== ubuntu@arm:/opt/gfxsdkdemos/ogles2$ ./OGLES2MagicLantern Can't open keypad input device (/dev/input/event0) Exit message has been set to: "PVRShell: Unable to initialise EGL ". PVRShell: EGL Error (EGL_BAD_ALLOC) InitAPI failed! PVRShell: Unable to initialise EGL ==================================================== Do wonder if the SGX video driver was built properly. On Wednesday, 18 June 2014 12:00:08 UTC+12, Nick Apperley wrote: > > Did install the mesa-dev type packages including mesa-dev-extra, which has > the OpenGL ES 2.0 utilities (eg es2_info, es2gears). > > > On Wednesday, 18 June 2014 11:51:53 UTC+12, RobertCNelson wrote: >> >> >> 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.
