2TWISTED Lv 1
Foldit was not starting; it complained that freeglut could not create an opengl context. It turned out that X was picking up the wrong version of libglx. I move the old old libglx.so to libglx.so.org and then made a symlink to the nvidia one in /usr/lib64/xorg/modules/extensions:
mv libglx.so libglx.so.orig
ln -s libglx.so.195.36.24 libglx.so
ls -lrt /usr/lib64/xorg/modules/extensions/
total 4660
-rw-r–r– 1 root root 31264 2010-07-21 08:08 librecord.so
-rw-r–r– 1 root root 418032 2010-07-21 08:08 libglx.so.orig
-rw-r–r– 1 root root 106096 2010-07-21 08:08 libextmod.so
-rw-r–r– 1 root root 43768 2010-07-21 08:08 libdri.so
-rw-r–r– 1 root root 14616 2010-07-21 08:08 libdri2.so
-rw-r–r– 1 root root 18824 2010-07-21 08:08 libdbe.so
-rwxr-xr-x 1 root root 4127400 2010-08-01 12:39 libglx.so.195.36.24
lrwxrwxrwx 1 root root 19 2010-10-16 17:37 libglx.so -> libglx.so.195.36.24