LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-25-2005, 08:37 PM   #1
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Rep: Reputation: 15
how do i exit my X Server on Fedora core 3


how do i exit out of my X Server on Fedora Core 3 can any one plz plz help me out with this
 
Old 04-25-2005, 08:46 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
cant exactly remmeber, think its either ctrl+alt+backspace or ctrl+shift+backspace
 
Old 04-25-2005, 09:30 PM   #3
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
ya i tryd ctrl-alt-backspace and then i logd in root here i typed this

su
password
then i typed my password to get in root then i tryd installing my video card driver and it said im in a X server still.....
 
Old 04-25-2005, 09:48 PM   #4
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Type the command: init 3
 
Old 04-25-2005, 09:53 PM   #5
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
could also maybe check 'ps aux' and use kill to kill xinit?
 
Old 04-25-2005, 11:02 PM   #6
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
uhhh ps aux works but not init well i dont get this shit, it should work...
 
Old 04-25-2005, 11:03 PM   #7
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
do u know any other commands to kill X so i can install my video card driver
 
Old 04-25-2005, 11:36 PM   #8
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
open a terminal and login as root (su, enter password). then edit the /etc/inittab file with gedit or whatever text editor (ie 'gedit /etc/inittab'). there will be a line in there.. something like 'id:5:initdefault:' or maybe its a 4.. whatever. change this to a 3, save, and reboot the computer. this will have the computer start up in multiuser mode with no X.. itll boot just to console and youll have to login and do everything through the terminal with commands.

so after you reboot you can login and install the driver or whatever you had to do, then type 'startx' to startup gnome or kde whatever you use. login as root again like before and change the 3 you changed back to a 4 or 5 if you want it how it was initially.
 
Old 04-26-2005, 07:49 PM   #9
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
it says #
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#

# 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)
#
id:5:initdefault:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:/etc/rc.d/rc 0
l1:1:wait:/etc/rc.d/rc 1
l2:2:wait:/etc/rc.d/rc 2
l3:3:wait:/etc/rc.d/rc 3
l4:4:wait:/etc/rc.d/rc 4
l5:5:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6

# Trap CTRL-ALT-DELETE
ca::ctrlaltdel:/sbin/shutdown -t3 -r now

# When our UPS tells us power has failed, assume we have a few minutes
# of power left. Schedule a shutdown for 2 minutes from now.
# This does, of course, assume you have powerd installed and your
# UPS connected and working correctly.
pf:owerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"

# If power was restored before the shutdown kicked in, cancel it.
pr:12345owerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"


# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6

# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
 
Old 04-26-2005, 08:04 PM   #10
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
it workd
 
Old 04-26-2005, 09:52 PM   #11
Rangerboy567
Member
 
Registered: Apr 2005
Posts: 44

Original Poster
Rep: Reputation: 15
how do i find out if my driver is running or w/e how do i list it cause i dont know if it is runnning plz help me out
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail server using Fedora Core 4 victorlid Linux - Newbie 6 09-22-2005 03:54 PM
Fedora Core server sleeping? gsrichmo Linux - Newbie 1 08-27-2005 05:47 AM
DHCP Server on Fedora Core 3 bakersman Linux - Networking 1 05-01-2005 04:37 AM
Fedora Core 3 Server Magma_11 Linux - Newbie 3 02-10-2005 12:11 AM
On Fedora Core 2 what DNS server am I using? jlepich Linux - Networking 2 06-22-2004 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:04 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