Desktop effects could not be enabled’ error while trying to enable ‘compiz’
Jul
16
2010
Ok, my Nvidia 9500 GT card is burned
, i tried to use the build in 4500 HD intel GLX card instead ,
The problem was with a previous installation of Nvidia drivers that was removed.
Although I am using the intel driver, the GLX extension from Nvidia was being picked up. This is because the alternatives tool is still linked to nvidia for glx lib.
Fixed it with following commands -
Although I am using the intel driver, the GLX extension from Nvidia was being picked up. This is because the alternatives tool is still linked to nvidia for glx lib.
Fixed it with following commands -
sudo apt-get purge nvidia*
sudo apt-get install –reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg
sudo update-alternatives –remove gl_conf /usr/lib/nvidia-current/ld.so.conf
restart
that is all
-
Abakdash says:
August 2, 2010 at 5:30 pm
CommentsAbakdash…
[...] something about abakdash[...]…