Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Correct assumption. @user6081: That is why [Ctrl][Alt][F1-6] gets you a text terminal, but [Ctrl][Alt][F7] brings you the Mint GUI. Commented Aug 23, 2015 at 8:41
  • On my machine (I believe this is the Mint default, and possibly Ubuntu, from which Mint is derived) the X session uses tty8. Grepping Xorg.0.log and using kbdinfo as you described confirms this. ctrl-alt-F8 gets me the Mint GUI, and ctrl-alt-F7 gets me a text console with a few startup messages still sitting in it. kbdinfo on tty7 returns mode "text". Commented Aug 23, 2015 at 17:32
  • @user6081 On Ubuntu, X runs on tty7 by default. Commented Aug 23, 2015 at 19:39
  • Interesting. So how do you get to the (text) startup console? Or is tty7 essentially usurped as soon as X starts, and then there's no way back to the startup console? Commented Aug 23, 2015 at 23:15