Tried several times to get drivers from nvidia to work on a laptop and all I got was a black screen.
Did a bit more of a look and I discovered that F11 uses the new nouveau drivers as default. Which is great, but there is no support yet for this card in the nouveau project. So I need the nvidia drivers for decent GL. The nouveau drivers conflict with the ones from nvidia.
Once you have the nvidia drivers compiled and installed, either direct from nvidia or the rpmfusion project you need to recreate the initrd boot image.
# mv /boot/initrd-$(uname -r).img /boot/initrd-($uname -r)-nouveau.img
# mkinitrd /boot/initrd-$(uname -r).img $(uname -r)
# reboot
X should now start with the nvidia driver.
