[JAVA3D] graphic error on win2k

2005-01-26 Thread Rolf Gabler-Mieck
Hi all, I write an applet which contains some RotPosPathInterpolator-Objects- work fine... but... when I run the applet and start the RotPosPathInterpolator (adding them to the scenegraph at runtime & moving some loaded Models in different formats through an elevationgrid) after some minutes (1-3

[JAVA3D] visualized error...

2005-01-26 Thread Rolf Gabler-Mieck
Hi here's a link to a screenshot I made to show the error which is at my win2k mashine (refer to the posting "graphics error on win2k") http://www.uni-kiel.de/geo/java22/back/j3derr.html to be complete heres also the full (last) posting appended regrads rolf Date: Wed, 26 Jan 2005 10:36:41 +0100

Re: [JAVA3D] "GLX" missing on display?

2005-01-26 Thread Fredrik Andersson
Hello! Thanks for your reply! My out put from glxgears was: Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual Seems like a problem to me, but perhaps you can tell me what? My hardware is: Motehrboard ASUS P3B-F Graficcard Nvidia Riva TNT Screen Mul

Re: [JAVA3D] Why? -They should really close this list

2005-01-26 Thread michaelpfeiffer
On Tue, 25 Jan 2005 12:02:12 +, Fredrik Andersson <[EMAIL PROTECTED]> wrote: Sorry to bother you with this, perhaps I have missed something? Perhaps this is a stupid question but is there an other list or forum for this subject, Java 3D? The complete J3D-project moved to dev.java.net and becam

Re: [JAVA3D] "GLX" missing on display?

2005-01-26 Thread Alessandro Borges
Check your video driver install. In the link below you will find very useful info : ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6629/README.txt Alessandro Fredrik Andersson <[EMAIL PROTECTED]> wrote: Hello!Thanks for your reply!My out put from glxgears was:Xlib: extension "GLX" missing on displ

Re: [JAVA3D] "GLX" missing on display?

2005-01-26 Thread Gilson Laurent
Hello > My out put from glxgears was: > Xlib: extension "GLX" missing on display ":0.0". GLX is some sort of DirectX (it's OpenGL) for Linux. No GLX => no 3D => no java3d. GLX only works if: - mesa is installed (hardware-version) - drm/dri are "loaded" - the nividia-driver loads without problem