If you got a backup of your compiz settings you may either edit the textfile by hand,search for one of the suspects and change its value (most likely from 1 to 0), or remove the folder ~/.config/compiz or rename it, or back it up and then remove it, simply make sure theres no configuration file left for compiz in your home folder.
If you have it configured using gconf, you'll prlly have to run a locate command, for instance, if you think blur caused it:
Code:
locate compiz | grep gconf | grep blur
this is what i get for the command, but i used water cause my blur is disabled:
Code:
docter[~] locate compiz | grep gconf | grep water
/home/docter/.gconf/apps/compiz/plugins/water
/home/docter/.gconf/apps/compiz/plugins/water/%gconf.xml
/home/docter/.gconf/apps/compiz/plugins/water/allscreens
/home/docter/.gconf/apps/compiz/plugins/water/allscreens/%gconf.xml
/home/docter/.gconf/apps/compiz/plugins/water/allscreens/options
/home/docter/.gconf/apps/compiz/plugins/water/allscreens/options/%gconf.xml
docter[~]
The file you're looking for is the deepest %gconf.xml, so in this case the last one.
This is whats written into it:
Code:
docter[~] cat /home/docter/.gconf/apps/compiz/plugins/water/allscreens/options/%gconf.xml
<?xml version="1.0"?>
<gconf>
<entry name="title_wave" mtime="1226425048" type="bool" value="true">
</entry>
</gconf>
docter[~]
The one for blur should look similar, just change the value from "true" to "false"
Bookmarks