Operating System - Linux
1825793 Members
2598 Online
109687 Solutions
New Discussion

newb question about XWindows startup

 
SOLVED
Go to solution
Fred Martin_1
Valued Contributor

newb question about XWindows startup

I just installed Linux 6 on a 486/33 with 64MB RAM...now that it's running, I have decided that XWindows is too bulky for the machine, I'm not happy with the performance.

I am actually a command-line geek anyway and would be fine without XWindows.

Rather than uninstall it, how do I just prevent it from starting at boot-up?
fmartin@applicatorssales.com
4 REPLIES 4
Balaji N
Honored Contributor

Re: newb question about XWindows startup

hi
Linux 6? Guess you are talking of RHL. Linux is the kernel and is still in 2.4.X or 2.5.X

and that you are running RHL,
edit the /etc/inittab and

change the line

id:5:initdefault:

to

id:3:initdefault:


and then reboot. or just to do an init 3.

-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Fred Martin_1
Valued Contributor

Re: newb question about XWindows startup

I thought maybe the version would raise a few eyebrows :) I'm using it because I have the media on hand. Not a mission-critical machine.

Do you have a reference for the run levels handy?
fmartin@applicatorssales.com
Balaji N
Honored Contributor
Solution

Re: newb question about XWindows startup

# 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)


man init, inittab.

version. it is u who decide which is the best for you. as far as ur comfortable and you dont bring this machine on internet, enjoy.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Caesar_3
Esteemed Contributor

Re: newb question about XWindows startup

Hello!

You should set your default runlevel to 3
It's full functionality runlevel without X
edit /etc/inittab for the default from 5 to 3

Caesar