← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 366743] Re: Separate X screen blank in Jaunty (nvidia)

 

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.