Comment 14 for bug 150109

Revision history for this message
John Kozyrakis (ikoz) wrote :

One maybe workaround for this problem:

You could make a sh script to kill compiz on suspend (the script should be put in /etc/acpi/suspend.d/ )
This script would be something like just:

killall compiz.real

and one to start compiz in resume: (located at /etc/acpi/resume.d/ ) like this:

compiz --replace &

I'm pretty sure everything would work this way.