I did my usual old “yum update” the other day and it hosed up my video upon reboot!
Never fear, it is a known problem, and has probably already been fixed by the time you read this.
But one thing I learned is that you should have akmod installed so the system will be smart and use a previous video driver if it fails. To do this, all I needed to do was:
yum install akmod-nvidia
then, on reboot, it was all working again.
[Update]
One thing to note is that when you do a yum update, make sure if there is a new kernel that there is a corresponding nvidia update for it! If not, then DO NOT yum update, and try again in a day or so. Eventually there will be a matching nvidia update and you are safe to update. Example:
Installing:
kernel x86_64 2.6.34.9-69.fc13 updates 22 M
kernel-devel x86_64 2.6.34.9-69.fc13 updates 6.4 M
Removing:
kernel x86_64 2.6.34.7-63.fc13 @updates 102 M
kernel-devel x86_64 2.6.34.7-63.fc13 @updates 23 M
Installing for dependencies:
kmod-nvidia-2.6.34.9-69.fc13.x86_64 x86_64 1:260.19.36-1.fc13.3 rpmfusion-nonfree-updates 2.8 M
Removing for dependencies:
kmod-nvidia-2.6.34.7-63.fc13.x86_64 x86_64 1:260.19.29-1.fc13 @rpmfusion-nonfree-updates 12 M
I ran a yum update on my Fedora13 install the other day, and then when I booted back up and logged in, my KDE would not start! It would start to show the login screen, but once I did a login, it blacked out and went back to the login screen again.
Now that I got my new system running Fedora 13, I needed to configure my Nvidia card to support my two monitors.
I was readying my nice new home Linux server/desktop for Fedora 12 when I realized I only had to wait a few more days for Fedora 13. Sounded good!
I’m configuring a new desktop setup for myself, using dual Nvidia 9600 GSO cards so I can hook up 3-4 monitors. I’ve been using Fedora more than other distros, so I wanted to stick with it for now (although I was tempted, after running into this issue, to jump to Ubuntu).