Re: [JAVA2D] GLJPanel / JOGL / OpenGL interoperability

2006-08-25 Thread java2d
Thanks Chris, javagaming.org is still down. I use JDK java version 1.6.0-rc Java(TM) SE Runtime Environment (build 1.6.0-rc-b96) Java HotSpot(TM) Client VM (build 1.6.0-rc-b96, mixed mode, sharing) And yes, JGears once worked. I don't know if it worked perfectly, it was some time ago I tried

[JAVA2D] GLJPanel / JOGL / OpenGL interoperability

2006-08-24 Thread java2d
Not sure if this is the right place to ask, but javagaming.org is down. When I run the JGears demo (from JOGL demo package) I get the following exception repeatedly: exception in QueueFlusher: javax.media.opengl.GLException: context creation error: couldn't find a suitable frame buffer

Re: [JAVA2D] GLJPanel / JOGL / OpenGL interoperability

2006-08-24 Thread java2d
Here is the glxinfo output: name of display: :0.1 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method,

Re: [JAVA2D] GLJPanel / JOGL / OpenGL interoperability

2006-08-24 Thread java2d
I have to add that I get the same exception with the latest jogl build (2006-08-24 03:00) as well as with the beta 5 build. [Message sent by forum member 'ingomaier' (ingomaier)] http://forums.java.net/jive/thread.jspa?messageID=146575

Re: [JAVA2D] GLJPanel / JOGL / OpenGL interoperability

2006-08-24 Thread Chris Campbell
You're probably better off waiting until javagaming.org is restored and ask this question on the JOGL forum. But I'll take a stab. Has JGears ever worked for you in the past (with different driver/JDK/ JOGL versions)? In other words, is this a new problem? Which JDK build are you using? What