Switching between console and GUI
How to switch between console and GUI in Ubuntu 17.04? I wanted to see what key functions would allow me to switch between the two. I’m starting to learn to program in Ubuntu as a beginner.
gui console
|
show 1 more comment
How to switch between console and GUI in Ubuntu 17.04? I wanted to see what key functions would allow me to switch between the two. I’m starting to learn to program in Ubuntu as a beginner.
gui console
2
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
4
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
1
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
1
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59
|
show 1 more comment
How to switch between console and GUI in Ubuntu 17.04? I wanted to see what key functions would allow me to switch between the two. I’m starting to learn to program in Ubuntu as a beginner.
gui console
How to switch between console and GUI in Ubuntu 17.04? I wanted to see what key functions would allow me to switch between the two. I’m starting to learn to program in Ubuntu as a beginner.
gui console
gui console
edited May 14 '18 at 13:54
Melebius
4,57651839
4,57651839
asked May 21 '17 at 7:05
Kevin TaylorKevin Taylor
212
212
2
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
4
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
1
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
1
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59
|
show 1 more comment
2
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
4
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
1
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
1
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59
2
2
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
4
4
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
1
1
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
1
1
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59
|
show 1 more comment
1 Answer
1
active
oldest
votes
By default Ubuntu has 6 virtual consoles tty1-tty6 which are accessed by the keyboard combinations Ctrl+Alt+F1 to Ctrl+Alt+F6. The virtual console can also be accessed from a black screen if the boot process stops at a black screen when booting. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F7.
Starting with Ubuntu 17.10 the virtual consoles are accessed by the keyboard combinations Ctrl+Alt+F3 to Ctrl+Alt+F6. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.
To login from a virtual console:
At the
login:
prompt type your username and press Enter.At the
Password:
prompt type your user password and press Enter. After you have logged in, you can run commands from the virtual console.
To bring up the normal Ubuntu login screen run this command:
sudo systemctl start lightdm.service
In 16.04 and later run this command instead to bring up the normal Ubuntu login screen:
sudo systemctl start graphical.target
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917320%2fswitching-between-console-and-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
By default Ubuntu has 6 virtual consoles tty1-tty6 which are accessed by the keyboard combinations Ctrl+Alt+F1 to Ctrl+Alt+F6. The virtual console can also be accessed from a black screen if the boot process stops at a black screen when booting. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F7.
Starting with Ubuntu 17.10 the virtual consoles are accessed by the keyboard combinations Ctrl+Alt+F3 to Ctrl+Alt+F6. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.
To login from a virtual console:
At the
login:
prompt type your username and press Enter.At the
Password:
prompt type your user password and press Enter. After you have logged in, you can run commands from the virtual console.
To bring up the normal Ubuntu login screen run this command:
sudo systemctl start lightdm.service
In 16.04 and later run this command instead to bring up the normal Ubuntu login screen:
sudo systemctl start graphical.target
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
add a comment |
By default Ubuntu has 6 virtual consoles tty1-tty6 which are accessed by the keyboard combinations Ctrl+Alt+F1 to Ctrl+Alt+F6. The virtual console can also be accessed from a black screen if the boot process stops at a black screen when booting. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F7.
Starting with Ubuntu 17.10 the virtual consoles are accessed by the keyboard combinations Ctrl+Alt+F3 to Ctrl+Alt+F6. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.
To login from a virtual console:
At the
login:
prompt type your username and press Enter.At the
Password:
prompt type your user password and press Enter. After you have logged in, you can run commands from the virtual console.
To bring up the normal Ubuntu login screen run this command:
sudo systemctl start lightdm.service
In 16.04 and later run this command instead to bring up the normal Ubuntu login screen:
sudo systemctl start graphical.target
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
add a comment |
By default Ubuntu has 6 virtual consoles tty1-tty6 which are accessed by the keyboard combinations Ctrl+Alt+F1 to Ctrl+Alt+F6. The virtual console can also be accessed from a black screen if the boot process stops at a black screen when booting. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F7.
Starting with Ubuntu 17.10 the virtual consoles are accessed by the keyboard combinations Ctrl+Alt+F3 to Ctrl+Alt+F6. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.
To login from a virtual console:
At the
login:
prompt type your username and press Enter.At the
Password:
prompt type your user password and press Enter. After you have logged in, you can run commands from the virtual console.
To bring up the normal Ubuntu login screen run this command:
sudo systemctl start lightdm.service
In 16.04 and later run this command instead to bring up the normal Ubuntu login screen:
sudo systemctl start graphical.target
By default Ubuntu has 6 virtual consoles tty1-tty6 which are accessed by the keyboard combinations Ctrl+Alt+F1 to Ctrl+Alt+F6. The virtual console can also be accessed from a black screen if the boot process stops at a black screen when booting. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F7.
Starting with Ubuntu 17.10 the virtual consoles are accessed by the keyboard combinations Ctrl+Alt+F3 to Ctrl+Alt+F6. To access the GUI from any virtual console press the keyboard combination Ctrl+Alt+F2.
To login from a virtual console:
At the
login:
prompt type your username and press Enter.At the
Password:
prompt type your user password and press Enter. After you have logged in, you can run commands from the virtual console.
To bring up the normal Ubuntu login screen run this command:
sudo systemctl start lightdm.service
In 16.04 and later run this command instead to bring up the normal Ubuntu login screen:
sudo systemctl start graphical.target
edited Oct 5 '18 at 2:41
answered May 21 '17 at 11:15
karelkarel
58.4k13128146
58.4k13128146
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
add a comment |
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
In Ubuntu 17.10 and later, tty1 (accessed by Ctrl+Alt+F1) contains the login screen, and tty2 (accessed by Ctrl+Alt+F2) contains your actual loaded graphical session.
– karel
Jun 21 '18 at 11:20
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f917320%2fswitching-between-console-and-gui%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
You are running a "Terminal" and you want to switch between it and the other GUI applications right? if that's the case use Alt+Tab otherwise explain it more clearly.
– Ravexina
May 21 '17 at 7:20
4
Possible duplicate of Switching Between GUI and Terminal
– muru
May 21 '17 at 11:20
VTR so that this can be closed as the called duplicate.
– Elder Geek
May 12 '18 at 20:30
1
@ElderGeek I don't know why everyone's so excited about closing this question as a duplicate of "Switching Between GUI and Terminal". Despite its adorable but confusing title, what that question is about is I was just curious what the keyboard shortcuts mentioned above do to the GUI when switching between them.
– karel
May 14 '18 at 8:54
1
@ElderGeek You got half of the currently supported releases this time. That's better than nothing.
– karel
May 14 '18 at 21:59