Hello all, I am using a distro called Minibian that is very stripped down for speed, but I am using an x11 session and I want it to utilize OpenGL ES (which it does not seem to be). When I use normal full Raspbian and open the app I want to use and it is smooth with only 35% cpu usage, but when I run Minibian headless, launching an x11 session which loads the same app, it uses 80-85% cpu and does not get very good frame rate. I am guessing eitther OpenGL ES is not installed, or it is just not using it. How can I check if I have it installed already (dont know the package names I would need as every where I look, people say "Raspbian already has OpenGL ES installed", but this is an extremely minimal build which probably has it disable or not installed), or what packages do I need to install / configs do I need to change to utilize this in a Java application?
Thanks all!