LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   turning off graphic login (https://www.linuxquestions.org/questions/linux-newbie-8/turning-off-graphic-login-54881/)

fig 04-13-2003 05:36 PM

turning off graphic login
 
I've recently put on Linux rh 7.1 onto my old compaq, and exploring the joys of linux.

one thing which I want to do is go from a graphic login to a text based login. I want to be able to start the x server by typing startx.

Now. things I've tried.
/etc/inittab - changing this from id:5 .... to id:3..... -> no change.
switchdesk -> this doesnt give me an option to use text based login.

any other direction I should try?

Thanks,

david_ross 04-13-2003 05:46 PM

Quote:

/etc/inittab - changing this from id:5 .... to id:3..... -> no change.
This should work unless the runlevel is being set by appending "5" to the kernel arguments at boot.

cuckoopint 04-13-2003 10:33 PM

check /etc/rc3.d/ and /etc/rc5.d/

Assuming both start X, I'm assuming both have a link to xdm, kdm, etc. First check that this is just a symbolic link (presumably to /etc/init.d/xdm). If so, then just remove the symbolic link, and xdm, kdm, etc. won't start and you'll be met with a tty login.

fig 04-14-2003 03:52 AM

Thanks people, will check them out. :)


All times are GMT -5. The time now is 08:52 PM.