Alex Deucher wrote: > I'm not sure if debian still has packages of the rc releases > available.
No, they are not available anymore. > Pull from git: > git clone git://git.freedesktop.org/git/xorg/driver/xf86-video-ati > checkout 6.8.191 by tag name: > git checkout -f xf86-video-ati-6.8.191 > configure: > ./autogen.sh --prefix=/usr > make: > make > install (as root): > make install > And before doing this, you can get the required development packages: $ apt-get install git-core xutils-dev $ apt-get build-dep xserver-xorg-video-ati If you need help, feel free to ask. Brice _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
