Login  Register

Re: JOGL on ODROID-XU3 Lite

Posted by Xerxes Rånby on Jun 27, 2015; 9:05pm
URL: https://forum.jogamp.org/JOGL-on-ODROID-XU3-Lite-tp4034217p4034768.html

andreas_dr wrote
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! adding Disable "glx" made GLES2 work with JOGL on the ODROID-C Rev 3 as well!