I recently upgraded from Fedora Core 4 to Fedora Core 5, and now my jogl application, using a GLJPanel, sucks up CPU (100%) most of the time. The display method seems to execute reasonably fast (I time it in the tens of milli seconds), but the redraw on screen of the GLJPanel is slow (~10s). You literally see it redrawing from the bottom up.
I’m using the latest nightly builds of jogl, mustang b80 and a NVIDIA 8756 driver. I’ve seen a few posts that it might be Swing and the GTK theme but does anyone have this problem or a way for me to identify what it is exactly.