"james.fogg" wrote:
> I screwed up my x-windows configuration and now when X boots it locks up
> (video driver experiments.. ooops).
>
> My problem now is that I cannot change my settings from X (cause it wont
> run) and yet it runs X on boot. I see the penguin and a command line login
> for about 2 seconds then X server starts.
>
> How can I stop X from starting when I see the login?
login as linux1 and edit file: inittab.
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault:
change thius final line to:
id:3:initdefault:
Sergio Korlowsky