is jogl compatible with SIS Mirage Graphics?

I can´t run jogl in an computer that have this video card (SIS Mirage Graphics).

The application start but inmediatly crash.

I run with -Dsun.java2d.noddraw=true and with classpath ok and native lib in the path

If is problem of the video card, exist any solution?.

Thanks.

Well, SIS is sorta famous for their horrible opengl drivers. Did you try the latest drivers?

Maybe it’s just the pbuffer support that’s flakey? Try using a GLCanvas instead of the GLJPanel if that is feasible for your project, i.e. if you don’t rely on lightweight panels.