mar, 30 Mar 2010, al cole skribis: > Thanks for the quick reply. > > > libGL is not provided by osmesa, instead it should be part of display > > card driver. To find out which package, try > > ls -l /usr/lib/libGL.so* > > $ ls -l /usr/lib/libGL.so* > lrwxrwxrwx 1 root root 10 2009-11-02 23:08 /usr/lib/libGL.so -> > libGL.so.1 > lrwxrwxrwx 1 root root 12 2009-11-02 23:08 /usr/lib/libGL.so.1 -> > libGL.so.1.2 > -rw-r--r-- 1 root root 403800 2009-10-13 23:08 /usr/lib/libGL.so.1.2 > > > and for each of its output, type > > sudo dpkg -S /usr/lib/libGL.so.1 (etc) > > $ sudo dpkg -S /usr/lib/libGL.so.1.2 > libgl1-mesa-glx: /usr/lib/libGL.so.1.2 > > > but that might not helping solving the problem. > > > > Or did you install sun-java? > > This is my version of java: > $ java -version > java version "1.6.0_16" > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) > > I can also run the Java opengl demos from > https://jogl-demos.dev.java.net/ (albeit slowly, since ATI dropped > support for my video card).
So you also use vesa, (same as I, since I now don't use nvidia driver). Some years ago, perhaps I successfully ran some but not all opengl demo. I think that you should better run J on window if you are really interested in those opengl stuff. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
