Géraud Meyer wrote: > The description I gave, "inverted video", lacks precision: > * the background is still black (not white) > * the characters in colour may not be as bright as if they were truly > displayed in inverted video > > I tested the version in experimental (probably > 1:6.8.1~git20080310.38606b08-1) saturday and it had the same problems. > > As for the versions in snapshot.debian.net I have not managed to get > them installed. I do not know how to downgrade. All I could think of was > /etc/apt/preferences but how to pin snapshot.debian.net? And how to > downgrade a package to a specific version with its dependencies > automatically? >
What you can do is download the .deb file and install it with dpkg -i foo.deb Downgrading may then be done with dpkg -i anotherfoo.deb or aptitude install xserver-xorg-video-ati/unstable or so. Or you can add deb http://snapshot.debian.net/archive pool xserver-xorg-video-ati to your sources.list, run aptitude update, see the list of available versions with apt-cache policy xserver-xorg-video-ati and install whichever version you want with something like aptitude install xserver-xorg-video-ati=1:6.8.1~git20080302.a4398ac3-1 > I noticed that the email I sent to [EMAIL PROTECTED] only had > also appeared in the bug log. Is it magic? I usually bounce messages to [EMAIL PROTECTED] when the submitter forgets to keep it in cc. Sorry if I shouldn't have done that, was there anything top-secret to hide? > I am sending to [EMAIL PROTECTED] and [EMAIL PROTECTED] at once this time. > Is that right? > Yes, that's what you're supposed to do. Brice