Page 1 of 1

ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sat Dec 13, 2003 10:13 pm
by iNViSiGOD
Howdy, I recently installed a version of linux very similar to RedHat called "Fedora Core". Well im running it under VMWare and wish to install the VMWare tools,but in order to do so i need X to be shutdown. BUT X always starts automatically upon boot, so i dont have a chance to get into the terminal only mode.



My question is this: How do i either A: Go straight to terminal and bypass the auto-startup of X or B: How do i drop out of X to using Text Mode only.

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sat Dec 13, 2003 10:45 pm
by Xetox
I thought there was a option during the install to boot straight to terminal.

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sun Dec 14, 2003 12:34 pm
by iNViSiGOD
Nope it doesnt, BUMP.

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sun Dec 14, 2003 6:33 pm
by Xetox
Well it does on redhat :P

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sun Dec 14, 2003 8:06 pm
by apathy
My question is this: How do i either A: Go straight to terminal and bypass the auto-startup of X or B: How do i drop out of X to using Text Mode only.



Edit /etc/inittab (or equivalent) and change your default RunLevel from 5 to 3. In full multiuser mode (rl3) you can type "startx" to get into X11.



As for getting to it just once in awhile, on your login screen there should be an ability to drop to console only mode...what version of X are you running, and what's your desktop manager? KDE, Gnome, etc?



Oh, and in case you didn't figure it out, flip that 3 back to a 5 to default to X again.



Have fun

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sun Dec 14, 2003 10:53 pm
by iNViSiGOD
Thankyou much apathy. Ill be trying that out later. :D

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Tue Dec 30, 2003 5:02 am
by Kryax
Edit /etc/inittab (or equivalent) and change your default RunLevel from 5 to 3. In full multiuser mode (rl3) you can type "startx" to get into X11.



As for getting to it just once in awhile, on your login screen there should be an ability to drop to console only mode...what version of X are you running, and what's your desktop manager? KDE, Gnome, etc?



Oh, and in case you didn't figure it out, flip that 3 back to a 5 to default to X again.



Have fun



No. It switches from 4 to 3.



And even if you DO boot into runlevel 4, you can always get into a console by doing:



ctrl + alt + F6-F12



The F key differs on different flavors.



Contact me via aim if you have any problems: AbsoluteBSD

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Wed Jan 28, 2004 3:11 pm
by apathy
No. It switches from 4 to 3.



And even if you DO boot into runlevel 4, you can always get into a console by doing:



ctrl + alt + F6-F12



The F key differs on different flavors.



Contact me via aim if you have any problems: AbsoluteBSD





Excuse my horribly lateness, but Linux runlevels are different through each distro, but since this is RedHat, I'm pretty sure it'll use:

# 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)



UNIX/Linux RunLevels are different, too (which always messes me up when I use a SuSE box), so I'm guessing you're referring to BSD (I haven't used BSD except in console-only mode). Slack uses 4 instead of 5, though....



Shrug.

Re: ATTN: Linux Saavy [Archive] - ForumsHQ

Posted: Sun Jun 27, 2004 10:57 pm
by crazyA2
I just installed fedora core 1 too. apathy is correct; if you open /etc/inittab you can read comments that verify those runlevels.