Comment 7 for bug 363821

Revision history for this message
Shang Wu (shangwu) wrote : Re: MASTER: Compiz is disabled on GM965 as of Apr 19, 2009 due to bug 359392

For anyone's video card does not freeze but still want to have their compiz enabled, can try to create a script under the home directory called: compiz_enable.sh with the content:

#!/bin/bash

SKIP_CHECKS=yes compiz

Then, Give the file executed permission:

chmod +x compiz_enable.sh

Last, go to System> Preferences> Startup Applications and add the entry there.

Log out and log back in. Everything should start working again.

* I tried to write it under ~/.config/compiz/compizconfig/config & ~/.config/compiz/compizconfig/Default.ini, but it does not work for me.