Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
02-18-2003, 01:38 PM
|
#1
|
LQ Newbie
Registered: Feb 2003
Posts: 10
Rep:
|
How do I revert from Gui to text login??
How do I disable my gui login and move to a text based login before the boot process? My problem is I've installed a new monitor and I need to use x-configurator to update my system but cannot get to a command prompt to do so. I used a boot disk and tried the command "linux text" at the "boot:" prompt. This didn't work though. Any thoughts??
|
|
|
02-18-2003, 01:41 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Give /etc/inittab a close look :}
Cheers,
Tink
|
|
|
02-18-2003, 01:43 PM
|
#3
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
And never look back... I cannot stand a gui login anymore. If I install a new system, first thing I disable (if it's enabled) is the gui login. What's the point?
Cool
|
|
|
02-18-2003, 01:46 PM
|
#4
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
You might try booting "linux 3" for most distros (you kept your distribution secret).
|
|
|
02-18-2003, 01:46 PM
|
#5
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally posted by MasterC
And never look back... I cannot stand a gui login anymore. If I install a new system, first thing I disable (if it's enabled) is the gui login. What's the point?
Cool
|
Aaaaaaaaamen ;}
Blessed be the Slacker! :D
Cheers,
Tink
|
|
|
02-18-2003, 02:36 PM
|
#6
|
LQ Newbie
Registered: Feb 2003
Posts: 10
Original Poster
Rep:
|
How do I get to a command line, without hitting the GUI first?
|
|
|
02-18-2003, 02:40 PM
|
#7
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
By editing /etc/inittab  Look for a line:
id:5:initdefault:
And change it to 3. If it doesn't work, post up your /etc/inittab file and we will help figure out which one you need
COol
|
|
|
02-18-2003, 02:49 PM
|
#8
|
LQ Newbie
Registered: Feb 2003
Posts: 10
Original Poster
Rep:
|
I denfinately appreciate the help. My problem is that I can't read anthing on my screen to login because I changed to a new monitor. Thus I can't get to a command line. Is there a way to get to the x-configuartor before the login process?
|
|
|
02-18-2003, 02:50 PM
|
#9
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Quote:
Originally posted by jpflager
How do I get to a command line, without hitting the GUI first?
|
If you are in a GUI, try pressing ctrl-alt-F3. If you see a login screen, login as root and command init 3
That should kill X and leave you with the console command line.
Now, command mc
Navigate to /etc/inittab and press F4.
Edit the default runlevel to what number your distro uses for "Full multiuser mode", usually 3
Code:
#
# 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:3:initdefault:
<snip>
|
|
|
02-18-2003, 05:01 PM
|
#10
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Quote:
Originally posted by jpflager
I denfinately appreciate the help. My problem is that I can't read anthing on my screen to login because I changed to a new monitor. Thus I can't get to a command line. Is there a way to get to the x-configuartor before the login process?
|
Depending on your distro (and since you are looking for xconfigurator I'm assuming Rhat) you may have a failsafe kernel option. If you don't, boot up with your distro's install CDROM, if it's 1 of the big 3 (RH, Mandy, SuSE) you have a rescue option. If it's something else, you probably still have a rescue option, it's just not as "Straight forward". Either way, once you get to the screen to continue your installation, you can usually type 'rescue' and it will boot into rescue mode. If not, at that point try CTRL ALT F2 and procede.
Cool
|
|
|
02-18-2003, 05:11 PM
|
#11
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
If you can read anything during boot up, look for some option that will let you pass an option and try linux 3 (most distros, some have a different one and you still wont tell us what you are using  ).
Last edited by fancypiper; 02-18-2003 at 05:13 PM.
|
|
|
All times are GMT -5. The time now is 05:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|