When you install Fedora 14 from DVD, it installs in the low res display mode. To enhance that mode to high after installation, do following steps:
# cd /etc/X11
# rm xorg.conf
# cd /boot/grub
# vi grub.conf
and delete the nomodeset from the kernel boot lines.
:wq
You will now find it boots into high res display mode.