Hello,
I’m using the Via UniChrome (KM400) chipset for graphics acceleration. Using c/c++ graphics acceleration works, glxinfo reports:
OpenGL vendor string: VIA Technology
OpenGL renderer string: Mesa DRI UniChrome (KM400) 20050526 x86/MMX+/3DNow!+/SSEOpenGL version string: 1.2 Mesa 6.3
However when I run jogl (demos.gears.Gears), it reports:
INIT GL IS: com.sun.opengl.impl.GLImpl
GL_VENDOR: Mesa project: www.mesa3d.org
GL_RENDERER: Mesa GLX Indirect
GL_VERSION: 1.2 (1.5 Mesa 6.2.1)
And from the framerate difference between demos.gears.Gears and glxgears shows that it is definitely doing software rendering. Any ideas as to what the problem is?
I’m running the Feb. 17th release. (the latest snapshot breaks w/ an XLib async error)
Thanks!
–brendan