Hi,
I’ve run into a problem with JOGL on Windows. I have two applications that are launched through Web Start, both using a GLCanvas. I run both applications on the same machine but get different OpenGL renderers!
- A simple tool that analyzes whether the graphics card supports the VBO extension (which it does):
renderer = Intel Cantiga
version = 2.0.0 - Build 7.15.10.4980
vendor = Intel
VBO extension = yes
VBO functions = yes
capabilities = HardwareAccelerated: true, DoubleBuffered: true, …, Multisample: false
- A complex app for visualization of high-dimensional data:
renderer = GDI Generic
version = 1.1.0
vendor = Microsoft Corporation
VBO extension = no
VBO functions = no
capabilities = HardwareAccelerated: false, DoubleBuffered: true, …, Multisample: false
I request exactly the same capabilities in both applications when I create the GLCanvas.
Does anyone have an idea what could cause this problem? The card obviously supports hardware acceleration and the drivers are available, too. I must be doing something in the second application that causes the selection of the GDI Generic renderer. Any idea what that could be?
I’d very grateful for any hints regarding the cause of this issue.
Thanks in advance,
Nils