Comment 256 for bug 351186

Revision history for this message
Daëavelwyn (daeavelwyn) wrote : Re: [M76] [ubuntu 9.04] slow unminimizing with ati card and desktop effects enabled

On my dell studio XPS 1640 with ati HD3670, the patch from Félix Kuehling works perfectly (really thanks félix !!), minimize and resize windows are no longer a problem for me :-)

If someone wants to apply the patch, here is a little sum up :

first, DL the patch :

 http://launchpadlibrarian.net/32728179/xserver-xorg-backclear.patch

then in a terminal do :

sudo apt-get build-dep xorg-server
apt-get source xorg-server
cd xorg-server-1.6.3
patch -p1 < /path/to/xserver-xorg-backclear.patch
sudo apt-get install devscripts
debuild
cd ..
sudo dpkg --install xserver-xorg-core*.deb

I've the last 1.6.4 version of xorg-server, and it's work even if the patch was made for 1.6.3