HOWTO Compile Debian X-strike Force ===================================== Authors: Ilja Gerhardt & Emmanuel Fleury 1) Get the source from the Debian repository apt-get source xorg-x11 2) Get the package needed to compile this (as root) su -c 'apt-get build-dep xorg-x11' 3) Move to the build directory cd xorg-x11-6.8.2.dfsg.1 4) Copy the patch to the right directory cp 999_debian_Xorg_crusoe_bug.diff debian/patches/ 5) Build the package (this might take quite a while) dpkg-buildpackage -rfakeroot -us -uc *** Warning ! *** This operation will take quite a while and require about 4Go. *** Warning ! *** 6) Install the packages (as root) su -c 'dpkg -i xserver-xorg_6.8.2.dfsg.1-6_i386.deb' 7) Freeze the Xserver package echo xserver-xorg hold | dpkg --set-selections 8) Enjoy your laptop without this annoying bug. :)