Login  Register

Re: JOGL Linux Hardware Acceleration

Posted by Stefan on Apr 23, 2011; 2:34pm
URL: https://forum.jogamp.org/JOGL-Linux-Hardware-Acceleration-tp2792228p2855036.html

Turns out the problem was using GLJPanel. I don't think the GLJPanel lacks hardware acceleration, because the processor was hardly in use. However, the GPU was hardly in use as well, so it might have some thread locking problems. GLCanvas seems to fix this problem.