Linux Disable X Window System

by Vivek Gite on April 6, 2008 · 5 comments

Q. How do I disable X Window system on boot? I just need text based interface and there is no need to waste resources on X window system. How do I disable X Window under CentOS / RHEL / Red Hat / Fedora Linux?

A. The X Window System (also known as X11 or X) is a windowing system that implements the X display protocol and provides windowing on bitmap displays. It provides the standard toolkit and protocol with which to build graphical user interfaces (GUIs) on most Unix-like operating systems.

Disable X Windows System Under Red Hat / CentOS / Fedora Linux

Open /etc/inittab file, enter:
# vi /etc/inittab
Find the line that read as follows:
id:5:initdefault:
Change it as follows:
id:3:initdefault:
Save and close the file. Reboot system to test new changes:
# reboot
Run level 5 is used to boot into X Windows (Gnome or KDE GUI managers). Run level 3 is for text (console) based login.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 5 comments… read them below or add one }

1 Andres Montalban July 7, 2010

Hi,

Instead of rebooting you can try this command:

telinit 3

This will change run level to 3.

I hope it helps.

All the best,
Andres Montalban

Reply

2 bill August 24, 2010

does help if you are not root!!!
Bill

Reply

3 Raj Kumar Kundu August 30, 2010

i want to disable the xwindow and want to run only one java application at that time..
only that application window will open after rebooting the system..other all remains locked..what i have to do for that???
its for Knoppix

Reply

4 keving February 10, 2011

is there a way to do this without rebooting?

Reply

5 Deepak July 15, 2011

telinit 3

without restart

Thanks Andres Montalban

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 9 + 13 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: