Results 1 to 10 of 30
I run Mint Julia and want to exit xWindows and run only terminal without using cntrl>alt>F1. Any help on how to do that?...
- 04-05-2011 #1
[SOLVED] Howto exit xWindows to run only terminal
I run Mint Julia and want to exit xWindows and run only terminal without using cntrl>alt>F1. Any help on how to do that?
- 04-05-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-05-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,957
Linux Mint is an Ubuntu clone. With Red Hat (including Fedora) distributions it is a simple matter of changing the default run level in /etc/inittab to 3 (no GUI login). In theory, this should work for Ubuntu distributions as well, but I'm not sure 100% about that. You may need to alter the grub2 boot options to effect that change.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-05-2011 #4
In Debian based distributions the process is different to Redhat/Fedora. You need to run a terminal and enter
Code:sudo update-rc.d -f gdm remove
- 04-05-2011 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,957
Thanks o' Daark one!
What if you want to put GDM back?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-06-2011 #6
yea, this is a little spooky - and daark... I don't see inittab in /etc (only init.d or init) and don't know how to get back to booting into xWindows automatically. I am afraid to break something I can't fix. Two additional questions before I try this...
1. As Mr Rubber mentioned - how do I put it back? I read the man file but still not sure.
2. If I do make this change, I can just type 'startx' to boot into xwindows manually right?
Thanks in advance for your help. Trying to learn to be a terminal warrior but still pretty green...Last edited by bonesTdog; 04-06-2011 at 01:41 AM.
- 04-06-2011 #7
- 04-06-2011 #8
- 04-07-2011 #9
Awesome. Thanks. I will give this a shot... holding my breath the whole time.
- 04-07-2011 #10
hrmph... Houston, we have a problem...
1. The command didn't make any change. I got the following message:
Removing any system startup links for /etc/init.d/gdm ...
System booted into Mint though as usual.
2. rcconf is not installed on my machine. Would that help?
3. Services-admin says command not found.
Three strikes - am I out? Any thoughts?




