There are now nVidia driver RPMs provided by rpmfusion.org that are designed
especially for Fedora. Here's how to install them:
- Make sure that you're using my yum configuration from the installing software question.
- Open a Terminal.
- Become root: su -
- Install the driver:
yum install kmod-nvidia
- Rebuild your kernel configuration (otherwise it may try to load
a conflicting driver during boot):
new-kernel-pkg --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1)
- Reboot your machine:
reboot
And now you should have working 3D with your nVidia card!
Note that if you have an older card, you may need to install
kmod-nvidia-173xx or kmod-nvidia-96xx. There is
a list on the nVidia
site that says which cards are supported by which driver.
If you need support for the nVidia drivers, check out the
nV News "NVIDIA Linux Forum". (Thanks to
Exile in Paradise for this tip.)