GDM freezes when logging out in 18.04
I have recently done a clean install of Ubuntu 18.04. I have noticed that if I choose the 'Log Out' option, after logging out of the session, the GDM screen does appear, but there is no cursor, and I cannot do anything.
The system doesn't respond to any action, including trying to switch to a free TTY, a hard reboot is the only thing I can do.
It might help with the debugging to note that I also had this issue a couple of days ago (I did multiple (re)installations for various reasons in a short time frame). Prior to that install, I had a Windows 10 partition on my laptop, and I used that install to wipe it out. However on my sdb, which I use as /home, I had the remnants of the D: partition of W10. I have deleted that partition and extended the sdb1 /home partition to encompass that space though. After this, the issue was gone . This might be coincidental, however.
I can, of course, provide logs, if a potential answerer tells me which logs are needed.
EDIT: In case it matters, I use the ubuntu-gnome-desktop session with Dash-to-Dock, Ubuntu Appindicators and Unite as extensions.
EDIT2: Disabled extensions - doesn't help. Went back to the default Ubuntu session - doesn't help. Installed Gparted and resized /home slightly (see my remark about my past W10 partition) - doesn't help.
18.04 gdm logout display-manager
add a comment |
I have recently done a clean install of Ubuntu 18.04. I have noticed that if I choose the 'Log Out' option, after logging out of the session, the GDM screen does appear, but there is no cursor, and I cannot do anything.
The system doesn't respond to any action, including trying to switch to a free TTY, a hard reboot is the only thing I can do.
It might help with the debugging to note that I also had this issue a couple of days ago (I did multiple (re)installations for various reasons in a short time frame). Prior to that install, I had a Windows 10 partition on my laptop, and I used that install to wipe it out. However on my sdb, which I use as /home, I had the remnants of the D: partition of W10. I have deleted that partition and extended the sdb1 /home partition to encompass that space though. After this, the issue was gone . This might be coincidental, however.
I can, of course, provide logs, if a potential answerer tells me which logs are needed.
EDIT: In case it matters, I use the ubuntu-gnome-desktop session with Dash-to-Dock, Ubuntu Appindicators and Unite as extensions.
EDIT2: Disabled extensions - doesn't help. Went back to the default Ubuntu session - doesn't help. Installed Gparted and resized /home slightly (see my remark about my past W10 partition) - doesn't help.
18.04 gdm logout display-manager
add a comment |
I have recently done a clean install of Ubuntu 18.04. I have noticed that if I choose the 'Log Out' option, after logging out of the session, the GDM screen does appear, but there is no cursor, and I cannot do anything.
The system doesn't respond to any action, including trying to switch to a free TTY, a hard reboot is the only thing I can do.
It might help with the debugging to note that I also had this issue a couple of days ago (I did multiple (re)installations for various reasons in a short time frame). Prior to that install, I had a Windows 10 partition on my laptop, and I used that install to wipe it out. However on my sdb, which I use as /home, I had the remnants of the D: partition of W10. I have deleted that partition and extended the sdb1 /home partition to encompass that space though. After this, the issue was gone . This might be coincidental, however.
I can, of course, provide logs, if a potential answerer tells me which logs are needed.
EDIT: In case it matters, I use the ubuntu-gnome-desktop session with Dash-to-Dock, Ubuntu Appindicators and Unite as extensions.
EDIT2: Disabled extensions - doesn't help. Went back to the default Ubuntu session - doesn't help. Installed Gparted and resized /home slightly (see my remark about my past W10 partition) - doesn't help.
18.04 gdm logout display-manager
I have recently done a clean install of Ubuntu 18.04. I have noticed that if I choose the 'Log Out' option, after logging out of the session, the GDM screen does appear, but there is no cursor, and I cannot do anything.
The system doesn't respond to any action, including trying to switch to a free TTY, a hard reboot is the only thing I can do.
It might help with the debugging to note that I also had this issue a couple of days ago (I did multiple (re)installations for various reasons in a short time frame). Prior to that install, I had a Windows 10 partition on my laptop, and I used that install to wipe it out. However on my sdb, which I use as /home, I had the remnants of the D: partition of W10. I have deleted that partition and extended the sdb1 /home partition to encompass that space though. After this, the issue was gone . This might be coincidental, however.
I can, of course, provide logs, if a potential answerer tells me which logs are needed.
EDIT: In case it matters, I use the ubuntu-gnome-desktop session with Dash-to-Dock, Ubuntu Appindicators and Unite as extensions.
EDIT2: Disabled extensions - doesn't help. Went back to the default Ubuntu session - doesn't help. Installed Gparted and resized /home slightly (see my remark about my past W10 partition) - doesn't help.
18.04 gdm logout display-manager
18.04 gdm logout display-manager
edited Sep 12 '18 at 12:43
Uldreth
asked Sep 12 '18 at 12:28
UldrethUldreth
11617
11617
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Switch the login display manager from gdm3 to lightdm. LightDM is a more lightweight login display manager than gdm3.
sudo apt install lightdm
sudo dpkg-reconfigure lightdm
sudo reboot
sudo dpkg-reconfigure lightdm
will open up a new window allowing you to select lightdm as the default login display manager. Use the arrow keys to select lightdm and press the Tab key to put the focus on <OK> and press Enter. Then reboot by running this command: sudo reboot
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%2f1074593%2fgdm-freezes-when-logging-out-in-18-04%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
Switch the login display manager from gdm3 to lightdm. LightDM is a more lightweight login display manager than gdm3.
sudo apt install lightdm
sudo dpkg-reconfigure lightdm
sudo reboot
sudo dpkg-reconfigure lightdm
will open up a new window allowing you to select lightdm as the default login display manager. Use the arrow keys to select lightdm and press the Tab key to put the focus on <OK> and press Enter. Then reboot by running this command: sudo reboot
add a comment |
Switch the login display manager from gdm3 to lightdm. LightDM is a more lightweight login display manager than gdm3.
sudo apt install lightdm
sudo dpkg-reconfigure lightdm
sudo reboot
sudo dpkg-reconfigure lightdm
will open up a new window allowing you to select lightdm as the default login display manager. Use the arrow keys to select lightdm and press the Tab key to put the focus on <OK> and press Enter. Then reboot by running this command: sudo reboot
add a comment |
Switch the login display manager from gdm3 to lightdm. LightDM is a more lightweight login display manager than gdm3.
sudo apt install lightdm
sudo dpkg-reconfigure lightdm
sudo reboot
sudo dpkg-reconfigure lightdm
will open up a new window allowing you to select lightdm as the default login display manager. Use the arrow keys to select lightdm and press the Tab key to put the focus on <OK> and press Enter. Then reboot by running this command: sudo reboot
Switch the login display manager from gdm3 to lightdm. LightDM is a more lightweight login display manager than gdm3.
sudo apt install lightdm
sudo dpkg-reconfigure lightdm
sudo reboot
sudo dpkg-reconfigure lightdm
will open up a new window allowing you to select lightdm as the default login display manager. Use the arrow keys to select lightdm and press the Tab key to put the focus on <OK> and press Enter. Then reboot by running this command: sudo reboot
answered Nov 3 '18 at 16:03
karelkarel
58.5k13128147
58.5k13128147
add a comment |
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%2f1074593%2fgdm-freezes-when-logging-out-in-18-04%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