* xwindows login
@ 2002-09-26 13:56 Sagar N Chand
2002-09-26 16:03 ` pa3gcu
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Sagar N Chand @ 2002-09-26 13:56 UTC (permalink / raw)
To: linux-newbie
I've recently installed Mandrake on my system.
Everything is well and good. But by default it is going
into xwindows for the login. I changed the runlevel to 3 in the
etc\inittab file and now it is showing the login in the console
mode only. Is there any other way to do this???
regards,
/sagar
------------------------------------------------------------
Applying computer technology is simply finding the
right wrench to pound in the correct screw.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xwindows login
2002-09-26 13:56 xwindows login Sagar N Chand
@ 2002-09-26 16:03 ` pa3gcu
2002-09-26 16:22 ` Ray Olszewski
2002-09-26 21:03 ` lawson_whitney
2002-09-27 5:08 ` a.c.labij
2 siblings, 1 reply; 6+ messages in thread
From: pa3gcu @ 2002-09-26 16:03 UTC (permalink / raw)
To: Sagar N Chand, linux-newbie
On Thursday 26 September 2002 13:56, Sagar N Chand wrote:
> I've recently installed Mandrake on my system.
> Everything is well and good. But by default it is going
> into xwindows for the login. I changed the runlevel to 3 in the
> etc\inittab file and now it is showing the login in the console
> mode only. Is there any other way to do this???
No that i know off, what is it you really want, you need to login one way or
the other.
You can use both tho' simply use runlevel 4 or 5 (dont know what mandrake
uses for X) after startup you can go to console mode with ctrl-alt-F6 and
login on the console.
ctrl-alt-F2 to return to X.
>
> regards,
> /sagar
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xwindows login
2002-09-26 16:03 ` pa3gcu
@ 2002-09-26 16:22 ` Ray Olszewski
0 siblings, 0 replies; 6+ messages in thread
From: Ray Olszewski @ 2002-09-26 16:22 UTC (permalink / raw)
To: Sagar N Chand, linux-newbie
At 04:03 PM 9/26/02 +0000, pa3gcu wrote:
>On Thursday 26 September 2002 13:56, Sagar N Chand wrote:
> > I've recently installed Mandrake on my system.
> > Everything is well and good. But by default it is going
> > into xwindows for the login. I changed the runlevel to 3 in the
> > etc\inittab file and now it is showing the login in the console
> > mode only. Is there any other way to do this???
>
>No that i know off, what is it you really want, you need to login one way or
>the other.
>
>You can use both tho' simply use runlevel 4 or 5 (dont know what mandrake
>uses for X) after startup you can go to console mode with ctrl-alt-F6 and
>login on the console.
>ctrl-alt-F2 to return to X.
I missed this one first time through. Richard's solution is a correct one,
but there may be another, depending on what *exactly* you mean by "do this".
The other possible solution to running both consoles and X is to start in
runlevel 3, then log into a console and start X manually. You usually do
this with the command "startx", which is a shell script that sets up some
stuff, then calls xinit, the binary that actually starts X. I don't know if
a standard Mandrake install sets up startx or if you will need to do some
setup manually.
If you do it this way, X will most likely be running on console 7, with tty
consoles running on 1-6. As with Richard's approach, you use CTRL-ALT-F7
(or just ALT-F7) to get to X, and CTRL-ALT-F1 to -F6 to get back to the
consoles from the X display. (That is, if X is on the displa,y you need
CTRL-ALT-Fsomething to switch, but from a command-line tty you can use
either CRTL-ALT-Fsomething or ALT-Fsomething to switch consoles).
This is what I catually do on my workstations, BTW ... but I happen not to
like xdm as a login mechanism.
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xwindows login
2002-09-26 13:56 xwindows login Sagar N Chand
2002-09-26 16:03 ` pa3gcu
@ 2002-09-26 21:03 ` lawson_whitney
2002-09-27 5:08 ` a.c.labij
2 siblings, 0 replies; 6+ messages in thread
From: lawson_whitney @ 2002-09-26 21:03 UTC (permalink / raw)
To: sagar; +Cc: linux-newbie
On Thu, 26 Sep 2002, Sagar N Chand wrote:
> I've recently installed Mandrake on my system.
> Everything is well and good. But by default it is going
> into xwindows for the login. I changed the runlevel to 3 in the
> etc\inittab file and now it is showing the login in the console
> mode only. Is there any other way to do this???
>
> regards,
> /sagar
Yes. At runlevel 5, control-alt-F1 through F6 should bring you to a
text login, unless Mandrake has gone off the deep end since I messed
with it. You know you can start X from runlevel 3 with startx or xinit,
right? The user who starts X owns that session(s). Another user could
start X on a different display (virtual console) with, say,
xinit -- 1:
That would typically run on tty8, reachable with control-alt-F8, instead
of tty7.
Lawson
---oops---
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/web/.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xwindows login
@ 2002-09-27 0:00 Heimo Claasen
0 siblings, 0 replies; 6+ messages in thread
From: Heimo Claasen @ 2002-09-27 0:00 UTC (permalink / raw)
To: linux-newbie
Ydes, Mandrake is usually well behaved (if you don't miss the -
clearly and understandably worded - selection step whith installing)
and starts up with a txt console, asks for the login, and then starts
whatever GUI chosen with "startx".
And so did Debian - hitherto: Now, with a new install of DEB 3.0 it
goes mandatory into X, and does the login there too.
I could _not_ find the place anywhere in the various "init" files where
the runlevel, or the (automatic) startup of the window manager is
defined. It's not where it was with earlier DEB installs.
Apparently, this has changed places, and there's no information in the
number of READMEs and the like (at least, not in one of those where I
tried to find it).
// Heimo Claasen // <hammer at revobild dot net> // Brussels 2002-09-27
The WebPlace of ReRead - and much to read ==> http://www.revobild.net
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xwindows login
2002-09-26 13:56 xwindows login Sagar N Chand
2002-09-26 16:03 ` pa3gcu
2002-09-26 21:03 ` lawson_whitney
@ 2002-09-27 5:08 ` a.c.labij
2 siblings, 0 replies; 6+ messages in thread
From: a.c.labij @ 2002-09-27 5:08 UTC (permalink / raw)
To: Sagar N Chand; +Cc: linux-newbie
On Thu, 26 Sep 2002, Sagar N Chand wrote:
> I've recently installed Mandrake on my system.
> it is going into xwindows for the login. I changed the runlevel to 3 in
> the etc\inittab file ... Is there any other way to do this???
In textmode %linuxconf , go to boot , go to default boot mode, change
default operation mode with <space> .
adriaan
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-09-27 5:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-26 13:56 xwindows login Sagar N Chand
2002-09-26 16:03 ` pa3gcu
2002-09-26 16:22 ` Ray Olszewski
2002-09-26 21:03 ` lawson_whitney
2002-09-27 5:08 ` a.c.labij
-- strict thread matches above, loose matches on Subject: below --
2002-09-27 0:00 Heimo Claasen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox