I have a problem with the intel 82852/82855 GM/GME and my Jogl application. With Jogl 1.1.1, it works fine, but with beta 2 it seems to have a double buffer problem. I’m using a GlCanvas and the FPSAnimator (custom but very similar code for the 1.1.1 version).
It seems to constantly alternate between the previous frame and the current frame, causing a jittering effect.
Jogl 1.1.1 version: http://spdc.sdsc.edu/iedb/protein_workshop/jogl_test2.php
beta 2 version: http://spdc.sdsc.edu/iedb/protein_workshop/jogl_test4.php