Hi,
I have a notebook with an ATI Mobility Radeon 9700. Under Windows, the GLJPanel is fast. Under linux, it’s extremly slow, but GLCanvas is very fast and so I think my drivers are ok. I have to use the Swing component, because I use JTextPanes with transparent background within the panel (wow, it’s extemely fast, I wouldn’t have believed that before!)
Now I try to find the reason for the low speed in Linux. I heard, GLJPanel needs pbuffer-support.
First question: Does JOGL support the GLX 1.3 pbuffers (standard), or the SGI extension, or both?
Thanks,
Andi
EDIT: Thread title changed, because other computer with windows is affected too.