Before installing the Livna RPMs, you need to remove any previous ATI driver. Something like:
CODE
yum remove ati-fglrx* kernel-module-fglrx*
rpm -e fglrx
rm -rf /lib/modules/fglrx
rpm -e fglrx
rm -rf /lib/modules/fglrx
First, you have to setup yum for Livna.org unstable repository. So modify your /etc/yum.conf file.
* Fedora Core 2
CODE
[livna-unstable]
name=Livna Unstable
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
gpgcheck=1
name=Livna Unstable
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
gpgcheck=1
* Fedora Core 3
CODE
[livna-unstable] name=Livna Unstable
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
gpgcheck=1
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
gpgcheck=1
You can import the GPG key for Livna repositories:
CODE
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
Then, install the ATI driver:
CODE
yum install ati-fglrx kernel-module-fglrx-$(uname -r)
That's it !! Restart Xorg...
The ATI driver has its own internal AGP management for Intel chipsets. If you don't have an Intel chipset, change the "UseInternalAGPGART" option to "no" in the device section of the /etc/X11/xorg.con file :
CODE
Option "UseInternalAGPGART" "no"
Note that if you have a nForce chispet, you need the nVidia driver installed and loaded (I guess, it's no my case).
If you have a problem with the RPM packages, please report bugs at:
http://bugzilla.livna.org
http://bugzilla.livna.org/show_bug.cgi?id=296
If you have problem configure the ATI driver, have look at:
http://rage3d.com/board/forumdisplay.php?f=88
Enjoy
Source: FedoraForum.org