← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #76725]: i tried to use compiz git to enable extra compizpugins but nothing happened so i completeely removed all of compiz from synaptic packet managaer .But nowwhen I am trying to enabl visual effects it says desktop effect couldn't be nabled

 

Question #76725 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76725

    Status: Open => Answered

actionparsnip proposed the following answer:
Your removal command will not work as its '--purge' not simply 'purge'

try:

sudo apt-get --purge remove compiz*; sudo apt-get --purge autoremove; cd
~/; find . -name "compiz*" -exec rf -rf {} \;

will remove all compiz stuffs from ~ and the system. You can now
reinstall with:

sudo apt-get clean; sudo apt-get update; sudo apt-get install
compizconfig-settings-manager; sleep 5; clear; compiz --replace

If you get the same error, I suggest you reinstall your vidia drivers as
thats what the error message suggests to me:

sudo apt-get --purge remove nvidia*; sudp apt-get --purge autoremove; rm ~/.nvidia-settings-rc
; sudo dpkg-reconfigure xserver-xorg; sudo apt-get clean; sudo apt-get install nvidia-glx-180

Then restart x with alt+ctrl+sysrq+k and you should have nice vido
again. You can then retry the compiz

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.