On Fri, 28 Jun 2002, dan wrote:

> I was checking out SaX yesterday and when it prompted me to enable 3D
> display I stupidly said "yes".  Now when I boot my machine it come up with a
> blank screen with "Out of Range" on the monitor.....the system is set to
> automatically boot up KDE (or X Windows) so basically I'm screwed.
>
> Does anyone know what I can do?

Boot to run single user mode, mount your drives and re-run SaX to turn off
the 3D display.

At the fancy graphic when you boot up, hit the down arrow to stop the
timer and type

linux single

Once it's booted up, you need to mount your partitions {if you've got only
one, do something like this}

mount -o remount,rw /dev/hda1 /

This assumes that /dev/hda1 is your only partition, and that it gets
mounted to the root of your tree. If not, you can do this, once you've
booted up

cd /
cat ect/fstab

Then mount your partitions according to what your filesystem has. Bear in
mind that you will _HAVE_ to remount your / partition read-write using a
command something like the one I entered above {stick in your own
partition number, of course}, as single user mode mounts the partition
into read-only mode by default.

DaZZa

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to