logoalt Hacker News

iibtoday at 8:26 PM1 replyview on HN

If anyone wants to try this without the intricate setup, if you have a linux system, you most probably can just press Ctrl+Alt+F3 and drop into a tty console directly. To return, you have to press Ctrl+Alt+F1 or Ctrl+Alt+F2. You also have multiple consoles, up until F12 probably.

I used to use this a lot when trying for a less distracting desktop, just like in the original post.


Replies

SubiculumCodetoday at 8:45 PM

Yes, and if you want it to boot directly into a tty mode run: sudo systemctl set-default multi-user.target

As an aside: on some of my computers it is Ctrl+Alt+F2 but on others it is Ctrl+Alt+F7 to return to graphical mode.

show 2 replies