Comment 4 for bug 234061

Revision history for this message
Erwin (erwin-feldhaus) wrote :

BTW: I had a non-related issue with Compiz-fusion not working correctly when 2 separate X screens were being used. The solution was to start two instances:

#!/bin/bash
# start compiz
DISPLAY=:0.0 compiz-manager &
disown $!
sleep 3
DISPLAY=:0.1 compiz-manager &
disown $!

Maybe a similar solution is workable for rescueTime?