logoalt Hacker News

iibyesterday at 8:26 PM3 repliesview 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

SubiculumCodeyesterday 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 3 replies
luqtastoday at 1:26 AM

even worse! you can start a Emacs client evaluate (menu-bar-mode -1) and (tool-bar-mode -1) and put it on full screen

TiredOfLifetoday at 5:22 AM

you missed the fbcon thing