compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #10362
[Bug 559183] Re: Windows flicker with a thick white border when resized
It also happens on ubuntu 64 bit (ati mobiliy radeon x1600). Same driver and compiz configuration as Rune.
I got it working by running compiz with --loose-binding. Unfortunately I didn't find a way to pass command line options to compiz when it starts up so I had to hack it a little:
sudo bash
cd /usr/bin
mv compiz compiz.binary
vi compiz
#!/bin/bash
exec /usr/bin/compiz.binary --loose-binding $*
:wq
chmod 755 compiz
ln /usr/bin/compiz-decorator /usr/bin/compiz.binary-decorator
exit
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in ubuntu.
https://bugs.launchpad.net/bugs/559183
Title:
Windows flicker with a thick white border when resized
References