57

I'm using 12.04, I accidentally used Ctl-Alt-F9 and got a black full screen with command line cursor (Terminal). How can I go back to the normal Unity screen?

desgua
  • 32,917
  • Another way, just press Alt + right or left arrow couple times, until you get out of gui. Ubuntu by default has like 6 black screens (ttys), and 7th is the gui – Sergiy Kolodyazhnyy Feb 04 '15 at 09:28

2 Answers2

71

Press Ctl + Alt + F7, that is the default graphical tty.

Linux systems use to have 12 terminals: 6 for text (Ctl + Alt + F1 to F6) and 6 for graphical (Ctl + Alt + F7 to F12)

desgua
  • 32,917
7

Ctrl+Alt+F7 did not work for me, here are the alternatives:

  1. For those who have a Fn button, try Ctrl+Alt+Fn+F7
  2. if all fails, try the command: chvt 7
Fouad
  • 71
  • doesn;t work in my case! please check this https://askubuntu.com/questions/1186897/ubuntu-guest-os-in-vmware-shows-a-blank-screen-if-ctrlaltdel-key-is-pressed – Simple Fellow Nov 07 '19 at 10:07
  • 1
    Ctrl+Alt+F1 helped me to return GUI back on Ubuntu 18.04 when I accidentally pressed Ctrl+Alt+F9. – Yamashiro Rion Jul 12 '20 at 08:14
  • You need press additional because your keyboard has other Function given to the Fn's keys like volume, screen refreshing and brightness settings I do guess. – Ziggy Witkowski Aug 01 '20 at 16:06