Comment 11 for bug 160766

Revision history for this message
Nicolas M (nicolas-martin-gmail) wrote :

The fix proposed in bug #211962 : https://bugs.launchpad.net/ubuntu/+source/pyopengl/+bug/211962
worked for me, after a fresh install of Karmic on an eeepc 1005PE platform, 3D in glchess was at start unavailable.

The fix is to add a link to LibGL.so:
sudo ln -s /usr/lib/libGL.so.1 /usr/lib/libGL.so

Then I rebuilt the ld cache:
sudo ldconfig

And 3D in glchess was back after that.

Maybe this is has more to see with openGL libs then ?