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 &quot;Screen&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp;&nbsp; &quot;800x600&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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 &lt;<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>&gt; 1.3.0-6<br>- Re-add the sync range hack. (#235066)<br><br>* Tue Mar 20 2007 Adam Jackson &lt;
<a href="mailto:ajax@redhat.com">ajax@redhat.com</a>&gt; 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>