LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   From kdm to Console (https://www.linuxquestions.org/questions/linux-newbie-8/from-kdm-to-console-88420/)

SilenceX 09-02-2003 10:32 AM

From kdm to Console
 
Hi,

I've got Mandrake Linux 9.1 installed on my computer and everything is running fine.

But I'm missing something with kdm. I checked out Debian and some other Distros before I finally decided for Mandrake. I remember that Debian has the option to shut down kdm to the console. That specific option was located in the menu which also offers restarting the X-Server. Mandrake does not offer shutting down kdm to console by default, but I like to include that possibility into my display manager.

I already had a look at kdm's documentation on KDE's website, but it didn't mention how to do what I want.

Maybe one of you experts knows how to teach kdm to switch to run-level 3 and kill itself.

darthtux 09-02-2003 11:52 AM

I'm not sure or if the option can be put in kdm options. There are three ways that might help you though.

1. You can switch to a command-line terminal by pressing
crtl+alt+F[1-6]
and get back to the GUI with
ctrl+alt+F7

2. As root, edit the /etc/inittab file. Change the line
id:5:initdefault:
to read
id:3:initdefault:
then run the command
telint q
This will cause the machine to start in runlevel 3 (command-line mode) permanently. Just type startx to get to the GUI

3. Type
telinit 3
in a terminal
This will return to command-line mode
changes will not be permanent

Hope this helps


All times are GMT -5. The time now is 03:53 PM.