Computing.Net > Forums > Linux > How to Disable X server

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to Disable X server

Reply to Message Icon

Name: stevea326
Date: February 17, 2004 at 17:56:07 Pacific
OS: Mandrake 9.2
CPU/Ram: Pentium 3 1 GHZ
Comment:

Hello I am trying to install a NVIDIA graphics driver for my graphics card however it will not let me install it because it says X server is running. How do u turn of X server?
Thank YOu.



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: February 18, 2004 at 03:02:32 Pacific
Reply:

All you need to do is to switch to runlevel 3:
# init 3
Once installed you can test it with startx. If all goes according to plan go back into graphical mode (renlevel 5 on mandrake) with:
# init 5

FYI if you want to change it so that it goes into text mode every time you boot, edit /etc/inittab and change:
id:5:initdefault:
to
id:3:initdefault:


0

Response Number 2
Name: stevea326
Date: February 22, 2004 at 06:47:27 Pacific
Reply:

Could You explain more to me what that means?
I do not understand how to edit or stop Xserver.
Thank You.


0

Response Number 3
Name: 3Dave
Date: February 23, 2004 at 05:57:38 Pacific
Reply:

To switch to non-graphical mode, bring up a terminal (somewhere you type commands in like "command" or "cmd" under windoze) and type "init 3" (without the quotes). You can then install your drivers and after switch back to graphical mode by typing "init 5".

To edit /etc/inittab, it is simply a text file (like 99% of all linux config files)....so start up your favourite text editor (kedit, gedit, vi, emacs, mcedit, open office etc) and make the changes.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: How to Disable X server

How to disable DNS lookup in sendmail www.computing.net/answers/linux/how-to-disable-dns-lookup-in-sendmail/39.html

How to disable telnet from email user www.computing.net/answers/linux/how-to-disable-telnet-from-email-user/12801.html

How to test CUPS server www.computing.net/answers/linux/how-to-test-cups-server/20321.html