|
I am trying to get this JOGL to work on on IRIX as well as this is the error that I get...
GLCapabilities [DoubleBuffered: false, Stereo: false, HardwareAccelerated: true, DepthBits: 24, StencilBits: 0, Red: 8, Green: 8, Blue: 8, Alpha: 0, Red Accum: 0, Green Accum: 0, Blue Accum: 0, Alpha Accum: 0, Multisample: false ] Xlib: extension "GLX" missing on display "localhost:65.0". Exception in thread "main" java.lang.NullPointerException at com.sun.opengl.impl.x11.X11GLDrawableFactory.chooseGraphicsConfiguration(X11GLDrawableFactory.java:152) at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:409) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:117) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:86) at test.image.<init>(image.java:75) at test.image.main(image.java:100)
I am not a Unix expert, so I really need some assistance.
Thanks in Advance.
|