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?
Asked
Active
Viewed 7.3k times
2 Answers
8
Ctrl+Alt+F7 did not work for me, here are the alternatives:
- For those who have a
Fnbutton, tryCtrl+Alt+Fn+F7 - if all fails, try the command:
chvt 7
Fouad
- 81