Howto for F10
Click this link to make sure your card is supported by this driver ( ATI cards 9250 and below are unsupported )
1. Update kernel
Code:
su
yum update kernel
reboot to the new kernel
2. Install driver ( if you previously downgraded libdrm you will need to upgrade to the F10 version first see end of post ~1 for instructions )
install the F10 rpmfusion driver
For older ATI cards ( X series or less )
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-fglrx xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs.i386
Or for kernel-PAE:
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-fglrx-PAE xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs.i386
Or (akmod builds the required kmod on bootup )
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install akmod-fglrx xorg-x11-drv-fglrx xorg-x11-drv-fglrx-libs.i386
For newer ATI cards ( HD series or greater )
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i386
Or for kernel-PAE:
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-catalyst-PAE xorg-x11-drv-catalyst-libs.i586 xorg-x11-drv-catalyst
3. Backup Old initrd
Code:
su
mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.backup
4. Remake initrd for the kernel (So the radeon module is not force loaded)
Code:
su -
mkinitrd -v /boot/initrd-`uname -r`.img `uname -r`
5. Edit grub.conf
Code:
su
gedit /boot/grub/grub.conf
and add this "nopat" to the kernel arguments.
i.e
Code:
splashimage=(hd3,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.1-42.fc10.x86_64)
root (hd3,1)
kernel /boot/vmlinuz-2.6.29.1-42.fc10.x86_64 ro root=UUID=f372564c-f1a7-430e-b97f-b250812e2c30 rhgb quiet vga=0x318 nopat
initrd /boot/initrd-2.6.29.1-42.fc10.x86_64.img
Optional (in case libdrm change breaks things due to relationship with KMS):
add "nomodeset" to end of kernel arguments
6. Reboot
due to the akmod, it is *absolutely necessary* to reboot after the install, otherwise the kernel module won't be compiled.
7. Optional install compiz-fusion.
http://forums.fedoraforum.org/showpo...05&postcount=1
================================================== ============================================
================================================== ============================================
How to upgrade libdrm if previously downgraded .
Code:
su
rm -f /etc/yum.repos.d/rpmfusion-nonfree-updates-9.repo
rm -f /etc/yum.repos.d/fedora9.repo
sed -i -e 's|^exclude.*||' /etc/yum.repos.d/fedora*
yum clean all
yum update libdrm