Re: JOGL on ODROID-XU3 Lite
Posted by andreas_dr on Apr 01, 2015; 10:25am
URL: https://forum.jogamp.org/JOGL-on-ODROID-XU3-Lite-tp4034217p4034222.html
Hi,
Disabling glx module in XOrg fixes the problem! After adding the following to /etc/X11/xorg.conf GLES2 works with JOGL.
Section "Module"
Disable "glx"
EndSection
Thank you.
Best regards
Andreas