January 28, 2008 Archives

28-01-2008 21:54

Kubuntu xorg updates crashing

This is a recent problem caused by the updates from Ubuntu of the xorg server. The problem is, it wipes out a symlink created by the .pkg installed form Nividia. So one must re-create this one by hand.

cd /usr/lib/xorg/modules/extensions/
sudo rm -f libglx.so
sudo ln -s libglx.so.169.07  libglx.so

Problem solved!!!


Posted by DaveQB | Permanent Link