Alright I got it working again with the old vesa package.....<br><br>Fresh install of F7 live cd fails.<br><br>Once, X bails 6 times or more and you can login with root (no passwd):<br><br># init 3<br><br>Add a mode line of 800x600 to 
xorg.conf<br><br># vi /etc/X11/xorg.conf<br><br>Section "Screen"<br>        Identifier "Screen0"<br>        Device     "Videocard0"<br>        DefaultDepth     24<br>        SubSection "Display"
<br>                Viewport   0 0<br>                Depth     24<br>                Modes     "800x600"<br>        EndSubSection<br>EndSection<br><br># init 5<br><br>Get a terminal<br><br># yum install wget<br>
# wget <a href="http://koji.fedoraproject.org/packages/xorg-x11-drv-vesa/1.3.0/5.fc7/i386/xorg-x11-drv-vesa-1.3.0-5.fc7.i386.rpm">http://koji.fedoraproject.org/packages/xorg-x11-drv-vesa/1.3.0/5.fc7/i386/xorg-x11-drv-vesa-1.3.0-5.fc7.i386.rpm
</a><br><br># rpm -Uvh --oldpackage xorg-x11-drv-vesa-1.3.0-5.fc7.i386.rpm <br><br><br><a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=6413">http://koji.fedoraproject.org/koji/buildinfo?buildID=6413</a><br><br>
What was the reason for adding the sync range hack?<br><br><pre>* Wed May 09 2007 Adam Jackson <<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>> 1.3.0-6<br>- Re-add the sync range hack. (#235066)<br><br>* Tue Mar 20 2007 Adam Jackson <
<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>> 1.3.0-5<br>- vesa-1.3.0-mode-heuristics.patch: If strict intersection of VBE and EDID<br>  modes leaves no modes remaining after validation, try again with just<br>
  range and VBE checks.  Replaces earlier range-hack and validmode patches.</pre><br>