FYI, I do the workaround a little differently now than what's described
here. Instead of having a session start-up script, I renamed
/usr/bin/compiz to /usr/bin/compiz.shipped and then put the workaround
script in place of /usr/bin/compiz. So my /usr/bin/compiz looks like
this:

#!/bin/bash
# start compiz
DISPLAY=:0.0 compiz.shipped --only-current-screen $* &
disown $!
sleep 3
DISPLAY=:0.1 compiz.shipped --only-current-screen $* &
disown $!

You can then enable and disable compiz normally in System -> Preferences
-> Appearance -> Visual Effects and it should all just work. You'll need
to repeat every time they update compiz though.

I too would like some sort of update on this.

-- 
[nvidia] slow gtk popup menus with gtk dual head
https://bugs.launchpad.net/bugs/149764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to