Nice forums guys … anyways, I was trying to duplicate my problems on another box (where I just installed a fresh new gentoo system) and am getting the following new errors.
Anyone know what these errors mean? Is this a kernel problem or a lib of some sort problem?
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Exception in thread “main” net.java.games.jogl.GLException: glXGetConfig failed: error code GLX_NO_EXTENSION
at net.java.games.jogl.impl.x11.X11GLContextFactory.glXGetConfig(X11GLContextFactory.java:284)
at net.java.games.jogl.impl.x11.X11GLContextFactory.xvi2GLCapabilities(X11GLContextFactory.java:135)
at net.java.games.jogl.impl.x11.X11GLContextFactory.chooseGraphicsConfiguration(X11GLContextFactory.java:80)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:150)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:118)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:85)
at com.flashnet.console.Figtree.initGLTabPane(Figtree.java:794)
at com.flashnet.console.Figtree.(Figtree.java:97)
at com.flashnet.console.Figtree.main(Figtree.java:504)
Any help much appreciated.