Now when I try to run the sample JavaFX 8 program (locally or remotely) 
different error messages appear like the following:

=======================================================
Connecting to xxx.xxx.xxx.xxx:22
cmd : cd '/home/debian/NetBeans_Projects//JavaFX_Test'; 
'/home/debian/ejre-1.8.0_fx/bin/java'  -Dfile.encoding=UTF-8   -jar 
/home/debian/NetBeans_Projects//JavaFX_Test/dist/JavaFX_Test.jar 
*eglGetConfigAttrib failed!*
Graphics Device initialization failed for :  es2
Error initializing QuantumRenderer: no suitable pipeline found
=======================================================

Getting very close towards the end goal (?). Spotted in the EGL ApI Docs 
<https://www.khronos.org/registry/egl/sdk/docs/man/html/eglGetConfigAttrib.xhtml>
 
by chance that the *eglGetConfigAttrib* function according to the 
description, *"return information about an EGL frame buffer configuration"*. 
Discovered indirectly from the docs that JavaFX needs direct access to the 
frame buffer and doesn't require *X Server* to be running. Right now I am 
assuming that JavaFX can now create an EGL surface but cannot obtain 
configuration information for the frame buffer which is needed to render 
everything else graphics wise, hence an exception (error) is 
thrown/displayed.

I suspect that the SGX driver is being very naughty by withholding vital 
frame buffer configuration information needed for graphics rendering. Is TI 
going to properly fix this serious issue?

-- 
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