0

I just read What does "Ctrl + Alt + F12" do?. It was helpful, but I'm left with the question:

If you accidentally press "CTRL+ALT+F12" is the only way out of the virtual terminal to reboot the machine?

I tried every combination of (CTRL, CTRL+ALT, CTRL+SHIFT, CTRL+ALT+SHIFT, ALT, ALT+SHIFT, SHIFT) + each of the F1-12 keys to try and get back to the GUI. Nothing worked. Is the only way back into the GUI to reboot the machine?

axiopisty
  • 153
  • 1
  • 8

2 Answers2

1

Once you switch to a virtual "terminal" without a getty running, your keyboard input is not available, so trying to use it to switch back is useless. Come into your system via ssh, and kill the lightdm --session.... to get back to an X login screen.

ubfan1
  • 17,838
0

Ctrl+Alt+F7 should get you back to the GUI. (I just tested this on xubuntu 12.04)

Specifically, I hit Ctrl+Alt+F1 to get to the first terminal, then Ctrl+Alt+F7, which brings me back to the GUI.

David Oneill
  • 12,144