LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-27-2004, 11:25 PM   #1
hoserdude
LQ Newbie
 
Registered: Feb 2004
Posts: 1

Rep: Reputation: 0
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.
 
Old 02-28-2004, 12:38 AM   #2
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Just go into single user mode. An init 1 should get you there.
 
Old 02-28-2004, 12:55 AM   #3
xxrealmsxx
LQ Newbie
 
Registered: Feb 2004
Location: Marietta GA
Posts: 7

Rep: Reputation: 0
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.
 
Old 02-28-2004, 01:01 AM   #4
Longinus
Member
 
Registered: Sep 2003
Distribution: Redhat 9.0 && Slackware 9.1
Posts: 420

Rep: Reputation: 30
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
 
Old 02-28-2004, 01:02 AM   #5
PolyPerception
LQ Newbie
 
Registered: Feb 2004
Location: Fort Worth, Texas
Distribution: Slackware-9.1
Posts: 29

Rep: Reputation: 15
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
 
Old 02-28-2004, 01:07 AM   #6
kLUMSY bOT
Member
 
Registered: Jan 2004
Distribution: Gentoo 1.4
Posts: 36

Rep: Reputation: 15
Poly said what i was about to.
 
Old 02-28-2004, 01:08 AM   #7
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
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.
 
Old 02-28-2004, 10:11 AM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
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.
 
Old 11-07-2014, 07:32 AM   #9
Hairyloon
LQ Newbie
 
Registered: Mar 2008
Posts: 29

Rep: Reputation: 15
I have the same problem.

Quote:
Originally Posted by DavidPhillips View Post
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.

Last edited by Hairyloon; 11-07-2014 at 07:40 AM.
 
Old 11-07-2014, 07:40 AM   #10
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
You do know that they cover this in their documentation http://us.download.nvidia.com/XFree8...ppendix-h.html
 
Old 11-07-2014, 07:44 AM   #11
c0d3d
Member
 
Registered: Aug 2012
Posts: 74

Rep: Reputation: 12
What OS did you install? Because the fastest way to do this is to kill the window manager, but each OS has its own.
 
Old 11-07-2014, 12:40 PM   #12
Hairyloon
LQ Newbie
 
Registered: Mar 2008
Posts: 29

Rep: Reputation: 15
Quote:
Originally Posted by rtmistler View Post
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.
 
Old 11-07-2014, 12:44 PM   #13
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
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.

Last edited by astrogeek; 11-07-2014 at 12:48 PM.
 
Old 11-07-2014, 01:59 PM   #14
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
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.

Last edited by DavidPhillips; 11-07-2014 at 02:17 PM.
 
Old 11-08-2014, 03:44 AM   #15
Hairyloon
LQ Newbie
 
Registered: Mar 2008
Posts: 29

Rep: Reputation: 15
Quote:
Originally Posted by DavidPhillips View Post
From the boot menu...
Thanks for the suggestion, but I haven't spotted any boot menu. :?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to shutdown X server in Redhat 8 Eric3 Linux - Newbie 4 10-20-2005 02:51 PM
My Server won't off when i shutdown kamtono Mandriva 1 09-30-2003 09:46 AM
X server shutdown michael_mead Mandriva 2 08-25-2003 09:36 AM
mysterious server shutdown buttnutt Linux - Security 4 06-30-2003 07:04 AM
how can I remote shutdown other WinNT server from Linux Server? adelel Linux - Networking 2 01-06-2002 12:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration