0

Possible Duplicate:
How does one exit the X server?

So I need to turn off Unity GUI and get back to the text user interface, how do I do that in Ubuntu 12.04 LTS?

Luobin
  • 11
  • 1
  • 1

3 Answers3

1

use Ctrl + Alt + F1 for text user interface

and When you want to back Unity GUI then use Ctrl + Alt + F7

Sandy8086
  • 133
0

I think you can just use

sudo apt-get remove unity unity-2d

smartboyhw
  • 1,225
  • That would still leave the X server running and wut not, not really recommend. Besides disable does not mean removal in most cases. – Bruno Pereira Aug 30 '12 at 09:51
-1

If you're looking to edit your run levels, it's not too easy in Ubuntu, but here is a great reference page with all the information you need for 12.04 lts.

I've you're looking to save system resources for server running, or just want the pure CLI experience, you should switch to a much more open distro like Fedora, Debian, cENTos, or RHEL.

Or if you just want access to a command line, just use Terminal!

  • Why Ubuntu can't be in "open distro" list? Fedora is just like Ubuntu with gnome-shell interface. So, what is the key point? – Anwar Aug 30 '12 at 09:44