JOGL very slow in Linux

A fix has been checked in to JOGL and the GlueGen run-time which fixes the problems that have been seen at least with ATI’s drivers. It turns out that dlopen(“libGL.so”) caused Mesa to be picked up while dlopen(“libGL.so.1”) caused ATI’s drivers to be used. Anyway, this fix might address your problem so please pick up a nightly build dated 1/21 or later and let us know whether it does.