LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to shutdown x server? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-shutdown-x-server-151411/)

hoserdude 02-27-2004 11:25 PM

how to shutdown x server?
 
I am trying to upgrade/install Nvidia drivers. Instructions say that I need to shutdown x server to do so. How in the world do I do that? I can't seem to find any help for that on the net anywhere.

adz 02-28-2004 12:38 AM

Just go into single user mode. An init 1 should get you there.

xxrealmsxx 02-28-2004 12:55 AM

You probably know more than i do but the way i got this done was to have X not start automatically, just do that install the drivers and start x from console.

Longinus 02-28-2004 01:01 AM

hi

first off open up a terminal

type in:

ps -A

look in the list for something callled X

look to the right of it in the very first column and you will see a number

such as 1613 or whatever...

now type in:

kill NUMBER

where number is the number that was next to X

PolyPerception 02-28-2004 01:02 AM

If X is already running you can kill X by hitting "Ctrl + Alt + Backspace"

If you don't want X to start automatically when you boot you can edit "/etc/inittab" find where is says "id:5:initdefault:" and change it to "id:3:initdefault:"

~PolyPerception

kLUMSY bOT 02-28-2004 01:07 AM

Poly said what i was about to.

adz 02-28-2004 01:08 AM

Quote:

You probably know more than i do but the way i got this done was to have X not start automatically, just do that install the drivers and start x from console.
That works also. What I like about my method is you don't have to reboot at any stage. Nor do you perform a nasty kill.

DavidPhillips 02-28-2004 10:11 AM

It's not good to kill X or do a ctrl_alt_bksp

going to a runlevel lower than 5 is really the way to go,

init 3

will work.

Hairyloon 11-07-2014 07:32 AM

I have the same problem.

Quote:

Originally Posted by DavidPhillips (Post 785982)
It's not good to kill X or do a ctrl_alt_bksp

going to a runlevel lower than 5 is really the way to go,

init 3

will work.

Doesn't work for me. :(
init 1 gives me just a blank screen with a linux logo, and I cannot find inittab.

rtmistler 11-07-2014 07:40 AM

You do know that they cover this in their documentation http://us.download.nvidia.com/XFree8...ppendix-h.html

c0d3d 11-07-2014 07:44 AM

What OS did you install? Because the fastest way to do this is to kill the window manager, but each OS has its own.

Hairyloon 11-07-2014 12:40 PM

Quote:

Originally Posted by rtmistler (Post 5266143)
You do know that they cover this in their documentation http://us.download.nvidia.com/XFree8...ppendix-h.html

Yes, but that just suggests to edit inittab. As I said: I don't seem to have it.
I'm running Mint 17.

astrogeek 11-07-2014 12:44 PM

You have resurrected a 10+ year old thread. It would surely be better to start a fresh thread and clearly state your problem as opposed to "I have the same problem...", which probably is not exactly true over such a time span, especially with a 'Buntu and Nvidia drivers.

DavidPhillips 11-07-2014 01:59 PM

Try recovery mode on Mint 17. From the boot menu choose recovery mode or edit the boot entry and add the word recovery to the arguments on the linux command line. Change ro to rw in the boot commands or remount the read only filesystem from the root shell.

Hairyloon 11-08-2014 03:44 AM

Quote:

Originally Posted by DavidPhillips (Post 5266307)
From the boot menu...

Thanks for the suggestion, but I haven't spotted any boot menu. :?


All times are GMT -5. The time now is 09:46 AM.