Fedora 14 – Set back resolution to hi-res after install from DVD

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.