<br>Odd, I thought Fedora had the failsafe X where it would load a generic xorg.conf if you were to lose the GUI. You could try moving the current xorg.conf somewhere else and see if it will auto-generate another one for you:<br>
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup<br>Then you could try typing in: startx<br>If that doesn&#39;t work, since you already have a good idea about what video driver you use, you could open up xorg.conf, go down to the &quot;Device&quot; section, and change &quot;Driver&quot; to point to the savage driver (I think it&#39;s simply called &quot;savage&quot;).<br>
As root:<br>cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf<br>nano /etc/X11/xorg.conf<br>Then type &#39;startx&#39; to try it. <br>If none of the above works, you&#39;ll have to ask one of the Fedora gurus on the list what the equivalent command of &#39;dpkg-reconfigure xserver-xofg&#39; is :)<br>
<br>HTH,<br>Steve Brown<br>