Originally posted by marks
View Post
Downgrading xorg-server
1. edit the file /etc/pacman.conf; add the line "Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/x86_64/" at the [extra] entry or if you have a 32bit version "Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686/" and put # before "Include = /etc/pacman.d/mirrorlist" (mirror.pacific.net.au is the only server which still have such a old Arch xorg-server package https://users.archlinux.de/~gerbra/mirrorcheck.html)
2. pacman -Scc
3. pacman -Syy
4. pacman -S xorg-server xf86-input-evdev xf86-video-ati xf86-video-vesa xf86-video-vmware xf86-video-v4l xf-86-video-chips
(if there is any conflict with another xf86-* package you can probably remove it or downgrade it too)
5. after the downgrading change the file /etc/pacman.conf again like it was before, if you want to update your system you have to ignore the packages above: "pacman -Syu --ignore xorg-server --ignore xf86-input-evdev --ignore xf86-video-ati --ignore xf86-video-chips --ignore xf86-video-v4l --ignore xf86-video-vesa"
installing catalyst 10.1
- download the catalyst AUR package from http://aur.archlinux.org/packages.php?ID=29111 make a package with makepkg and install it with pacman -U catalyst*.pkg.tar.gz
- run the command "aticonfig --initial" to build or change the xorg.conf file
I downgraded xorg-server like above and it runs fine with catalyst 10.1

Leave a comment: