I have a Sony VAIO laptop (GRX500) with ATI’s Mobility Radeon 7500 video card. Everytime when I run a JOGL program (even a very simple one), it always throw the following exception:
Exception in thread “main” net.java.games.jogl.GLException: Unable to enumerate
pixel formats of window using wglGetPixelFormatAttribivARB
at net.java.games.jogl.impl.windows.WindowsGLContext.choosePixelFormatAn
dCreateContext(WindowsGLContext.java:378 )
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.create(Wind
owsOnscreenGLContext.java:204)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(Windows
GLContext.java:133)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent
(WindowsOnscreenGLContext.java:110)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:232)
at net.java.games.jogl.GLCanvas.reshape(GLCanvas.java:97)
…
My video card driver is the latest I can find. Can anyone please help?