Re: No Default Device Available
Posted by
Xerxes Rånby on
Jun 02, 2016; 6:45pm
URL: https://forum.jogamp.org/No-Default-Device-Available-tp4036780p4036781.html
The Mesa3D OpenGL ES implementation work in combination with AWT and NEWT GLWindow
The Broadcom OpenGL ES implementation only work in combination with NEWT GLWindow
When using JogAmp 2.3.2 the only known workaround is to remove one of the two implementations from the system.
To get your AWT program running you have to first select the experimental opengl driver in raspi-config
then you have to make the Broadcom driver unavailable by renaming the /opt/vc driver folder
sudo mv /opt/vc /opt/vc-disabled
To get Broadcom OpenGL ES initialization working you uninstall Mesa3d OpenGL ES
sudo aptitude remove libgles1-mesa libgles2-mesa libgl1-mesa-dri