PDA

View Full Version : [Howto]Ati fc2


Theradoor
19th November 2004, 08:37 AM
Here is a step-by-step installation for Fedora Core 2 test3. Make sure you have the "kernel-source" package installed.

1. Download the Fedora Core 2 patches in /tmp (for example)

http://rambo.its.tudelft.nl/~ewald/....6-fedora.patch
http://www.kaseorg.com/fglrx-3.7.6-regparm.patch

2. Install the fglrx rpm (replaces file from xorg-x11-Mesa-libGL)

rpm --replacefiles -ivh fglrx-4.3.0-3.7.6.i386.rpm

3. Change directory, apply patches for Fedora Core 2

cd /lib/modules/fglrx/build_mod/
patch -p1 < /tmp/fglrx-3.7.6-fedora.patch
patch -p1 < /tmp/fglrx-3.7.6-regparm.patch

4. Build and install the kernel module

sh make.sh
cd ..
sh make_install.sh

That's it. Follow the regular steps for configuring xorg.conf.

I hope this helps, good luck!