Re: 260.xx drivers break Java2D OpenGL pipeline
I can confirm this on a 32 bit system.
Environment (old system):
Fedora 14: 2.6.35.10-74.fc14.i686
JDK/JRE: 1.6.0_23
NetBeans: 6.9.1
Video: 7600 GS
Driver: 260.19.29
Run NetBeans with -J-Dsun.java2d.opengl=true and just an empty frame is displayed.
Run NetBeans with -J-Dsun.java2d.opengl=true -J-Dsun.java2d.opengl.fbobject=false and everything works as expected (but with an obvious performance impact).
|