Installing Proprietary Nvidia Drivers in Fedora 12
January 12th, 2010
I just upgraded to Fedora 12. When I tried to install the proprietary Nvidia driver (version 190.53 for AMD64), the installation failed. Some research turned up a partial solution to the issue: Fedora 12 Nvidia Driver Installation. However, things still were not working as expected. Linux reported that it could not find the nvidia.ko kernel module for my kernel. After further research, I determined it was necessary to pass the current kernel version to the Nvidia installer. Below are the steps I followed to install the proprietary Nvidia drivers in Fedora 12:
- Add the RPM Fusion repositories
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
- Install the Nvidia driver from the RPM Fusion repositories
yum install kmod-nvidia
- Append to the kernel line in
/etc/grub.confnouveau.modeset=0 vga=0×318
- Reboot
- Download the proprietary Nvidia driver from http://www.nvidia.com/object/unix.html
- Install the propriety Nvidia driver, including the kernel version with the
-koption./NVIDIA-Linux-x86_64-190.53-pkg2.run -k $(uname -r)
- Follow through the steps of the proprietary driver installation
- Reboot
- Configure your graphics as necessary using
nvidia-settings