|
You can 'vi' (or your 'fav' editor) your /etc/inittab file, in that file, you will see something like this:
id:5:initdefault:
change it to this:
#id:5:initdefault:
id:1:initdefault:
save the file, reboot. This will bring you up in 'single user mode', where you only get a 'console' log on. fix what you need to, and you can manually 'startx' to bring up x-windows, if it works, edit your /etc/inittab file and change it to this:
id:5:initdefault:
#id:1:initdefault:
and then you should be able to reboot and come up in multi-user mode, just like before. If your 'mods' to your X-windows are not working, have a look at your xlog file in (I'm not sure about RH), /var/log/XFree86.0.log file for hints on what might be wrong. Have fun!
|