
#Install nvidia drivers fedora install#
Howto install nVidia driver on Fedora 12 (and just disable the nouveau driver).Fedora 12 – Nouveau + Nvidia Driver Solution.To load the graphical desktop after booting in init level 3, just log in as root and type init 5.
#Install nvidia drivers fedora drivers#
I chose to let the default init level to 3 because with every kernel update we have to reinstall the NVIDIA drivers (the version installed for the previous kernel will crash with a various severity, most likely preventing you from running the installer).

set the default init level to 3 (otherwise, nouveau will load when the GUI gets loaded): edit /etc/inittab and replace id:5:initdefault: with id:3:initdefault:.blacklist it again in Grub: edit /boot/grub/menu.lst and add rdblacklist=nouveau at the end of the line starting with “kernel” in the proper section ( NB: I have this file because I’m using Grub from an old Ubuntu installation, but I was told that Fedora 12 uses Grub 2, which has a totally different configuration file structure… I don’t know it, sorry).blacklist it: edit /etc/modprobe.d/nf and add blacklist nouveau at the end.The problem is: NVIDIA’s drivers from refused to install with nouveau already running, so I had to kill it first. Most notably, most or all of them required me to install NVIDIA’s drivers (they propose to use the RPM Fusion repository, but I wanted to use the drivers straight from, in order to be more easily up-to-date) then follow some instructions to make it beat nouveau.

I found several methods but none of them worked.
