Results 1 to 10 of 15
So I pressed ctrl+alt+F3 and now my whole system is basically one big terminal - black screen and only accepts terminal commands. How do I go back to the 'normal' ...
- 11-10-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 33
crtl+alt+F3...Now what?
So I pressed ctrl+alt+F3 and now my whole system is basically one big terminal - black screen and only accepts terminal commands. How do I go back to the 'normal' Ubuntu desktop screen? Rebooting only takes me back to the terminal command page described above. I can access root commands with sudo bash and my password, if fact all terminal commands seem to work. Is there a command I can use to go back to the regular desktop?
- 11-10-2009 #2
This is called a tty, a virtual terminal into which you can log in. They are accessed by typing Alt F1 through Alt F12. Adding control makes it "go through" your X-Windows session, which is located on tty7. To go back, press Alt F7.
- 11-10-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 33
How do you get to tty7, I can only get up to tty6?
- 11-10-2009 #4
Press Ctrl+Alt+F7 all at the same time
Linux User #453176
- 11-10-2009 #5
Oh, it looks as if your desktop isn't working for whatever reason. Have you done anything that could have broken it?
Linux User #453176
- 11-10-2009 #6
If CTRL+ALT+F7 isn't bringing you back to the desktop, you can restart the session with
Code:sudo /etc/init.d/gdm restart
- 11-10-2009 #7Just Joined!
- Join Date
- Sep 2009
- Posts
- 33
crtl+alt+F7 doesn't do anything, as in there is absolutely no response. Any other suggstions?
- 11-10-2009 #8
Have you tried entering reed9's command into your tty session? Has that helped or given any errors?
Linux User #453176
- 11-10-2009 #9Just Joined!
- Join Date
- Sep 2009
- Posts
- 33
I haven't tried that suggestion yet, I just got to work and will have to wait until I get home again. I will try though, I really don't want to have to reinstall Ubuntu 9.10 all over again and lose everything, mainly codecs and such even though I know I can get them easily enough, it will just be time consuming.
Thanks for all of your help, I will the suggestion in about 7.5 hours.
- 11-10-2009 #10
Just so you know you can get most codecs and restricted formats by installing ubuntu-restricted-extras:
This will install support for things such as Java, Flash and MP3 among other thingsCode:sudo apt-get install ubuntu-restricted-extras
Linux User #453176


Reply With Quote