These are the steps I took to enable Compiz on Fedora 8 with a GeForce FX5200 video card. They are a combination of instructions from this howto and a post somewhere on Fedora Forum
1. Open a terminal and su to root
2. Enable the Livna repository
rpm -Uvh http://rpm.livna.org/livna-release-8.rpm
2. Install Nvidia drivers
yum install kmod-nvidia xorg-x11-drv-nvidia
3. Open a terminal and type “init 3”, this will drop back to text console mode. Login as root.
4. Edit “/etc/X11/xorg.conf” with the following information:
Section “Module”
Load “dbe”
Load “extmod”
Section “Device”
Option “TripleBuffer” “true”
Option “RenderAccel” “true”
Section “Extensions”
Option “Composite” “Enable”
Section “Screen”
Option “AddARGBGLXVisuals” “true”
Section “ServerLayout”
Option “AIGLX” “true”
5. Run the following command to Install the necessary software. This will take some time and require a reboot if your kernel gets upgraded.
yum -v install emerald-themes compiz-fusion-extras emerald compiz-fusion compiz-manager compiz-fusion-extras-gnome gnome-compiz-manager libcompizconfig compiz-fusion-gnome ccsm
6. Go to System-> Preferences -> Personal -> Session. Click on the startup tab and click Add. Enter the following details:
Under the name field, type: Emerald
Under the command field type: emerald –replace
7. Reboot PC.
8. Go to System-> Preferences -> Look and Feel -> Desktop Effects. Click on ¨Enable desktop effects¨ and check on the two boxes. You should receive a message saying desktop effects have been enabled. Click “Keep settings” and you’re done.