<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'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 "Device" section, and change "Driver" to point to the savage driver (I think it's simply called "savage").<br>
As root:<br>cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf<br>nano /etc/X11/xorg.conf<br>Then type 'startx' to try it. <br>If none of the above works, you'll have to ask one of the Fedora gurus on the list what the equivalent command of 'dpkg-reconfigure xserver-xofg' is :)<br>
<br>HTH,<br>Steve Brown<br>