Hello,
I’ve recently started having problems, and unfortunately I cannot track down the source of the problem.
I’m using JOGL 1.1.1 (but I also tried 1.1.0) and NVidia drivers 178.24 (the latest) on a GeForce 8800 GTX card, and I’m unable to run applications which use a GLJPanel and the Java2D/OpenGL bridge. If I do not specify -Dsun.java2d.opengl=true it works ok but with a slow framerate. With the pipeline enabled, I’m seeing that either the Java2D elements are not rendered correctly (the JGears bottom bar with the JCheckBox is just black), or the OpenGL context flickers horribly (this happens with Chris Campbell’s BezierAnim3D demo). I’m using JDK 1.6.0 u 10. I’ve tried downgrading JOGL, my video driver, and the JDK to no avail. For now I have to run without the pipeline enabled, which is painfully slow.
I’ve also tried:
-Dsun.java2d.noddraw=true
-Dsun.awt.noerasebackground=true
-Dsun.java2d.opengl.fbobject=false
and I’ve tried to change gl.setSwapInterval(0) but that was a silly thing to try because that only affects GLCanvas, I think.
Anyone else experiencing flickering or Swing components not painting properly?
Thanks,
Chris