Comment 41 for bug 740767

Revision history for this message
Oliver Dungey (oliver-dungey) wrote :

I am running Ubuntu 12 with Unity with a dual monitor setup with nVidia graphics on my laptop. Whenever I start using the mouse scroll wheel on the secondary monitor compiz-decorator goes bang (not all apps cause the problem). As a temporary workaround I now fire up a terminal when it goes bang the first time and run this to keep it going forever:

while true; do compiz-decorator --sync; done;

Nasty hack but at least I can get on with work without having to continually restart it by hand.