Here is a fix until the bug is fixed, I have been using it on another computer for a different compiz related issue. I found it during a search a long time ago and had worked well.
#!/bin/bash sleep 2 DISPLAY=:0.0 compiz --only-current-screen --replace & disown $! sleep 2 DISPLAY=:0.1 compiz --only-current-screen --replace & disown $! -- Separate X screen blank in Jaunty (nvidia) https://bugs.launchpad.net/bugs/366743 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers-180 in ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

