I have successfully installed the Nvidia driver on my FC13 system that is using an Nvidia NV44 (Ge 6200) card. It seems to be working as I see the nvidia driver when I do a
lsmod | grep nvidia and the
glxgears program works as well as the
nvidia-settings program.
Basically, I did the following:
Code:
yum install kmod-nvidia-PAE
new-kernel-pkg --mkinitrd --dracut --update $(rpm -q --queryformat="%{version}-%{release}.%{arch}\n" kernel | tail -n 1)
Reboot
However, the nice Plymouth Graphical Boot has disappeared (or at least changed) from the nice high resolution screen with the "Tear drop" that slowly fills up in the middle of the screen and then becomes the Fedora "F" logo. Instead, I get a low resolution display with a lame marching rectangle across the bottom of the screen.
I'm thinking that the
new-kernel-pkg command blew the Plymouth stuff out of the initrd image. I've tried using
Code:
plymouth-set-default-theme -R
to put back the Plymouth graphical boot into the initrd image but that doesn't seem to help.
I also tried rerunning the
new-kernel-pkg command with the
--add-plymouth-initrd switch and that doesn't seem to work either.
The documentation on Plymouth at
http://docs.fedoraproject.org/en-US/...-Plymouth.html implies that the graphic driver has to support
modeset for the Plymouth Graphical Boot to work. Maybe that's the problem and the Nvidia PAE driver doesn't yet support
modeset. (Does any know if that's the case?)
I know this is a minor cosmetic thing but I'd like to figure out how to get the nice Plymouth graphical bootup to work again.
Thanks in advance.