gdm3 won't start by default after upgrade to 18.10 from 18.04











up vote
1
down vote

favorite












When I configure gdm as my default display manager (dpkg-reconfigure gdm3) and then reboot, I get a black screen with a blinking cursor. From there, I cannot do anything since the ttys does not work (ctrl+alt+F1 to F7). I could not figure out why.



In order to resolve this issue, I boot into safe mode, reconfigure lightdm and then reboot.



I observed that gdm could not start for some reason (hence the black screen).



$ systemctl status gdm.service 
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled)
Active: inactive (dead)

Nov 04 16:46:05 rigel systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive.


When I manually start gdm systemctl status gdm.service I am able to logout and log back in using gdm. After reboot, the black screen occurs again with the blinking cursor.



Any ideas? Thanks.



GNOME Shell 3.30.1
Ubuntu 18.10 cosmic
Kernel: x86_64 Linux 4.18.0-10-generic
NVIDIA driver 410.73 (GeForce GTX 970)









share|improve this question
























  • How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
    – heynnema
    Nov 4 at 23:45












  • @heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
    – jimouris
    Nov 5 at 12:29










  • You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
    – heynnema
    Nov 5 at 13:05










  • I have also tried that, did not work.
    – jimouris
    Nov 5 at 14:12












  • Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
    – jimouris
    Nov 28 at 11:31















up vote
1
down vote

favorite












When I configure gdm as my default display manager (dpkg-reconfigure gdm3) and then reboot, I get a black screen with a blinking cursor. From there, I cannot do anything since the ttys does not work (ctrl+alt+F1 to F7). I could not figure out why.



In order to resolve this issue, I boot into safe mode, reconfigure lightdm and then reboot.



I observed that gdm could not start for some reason (hence the black screen).



$ systemctl status gdm.service 
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled)
Active: inactive (dead)

Nov 04 16:46:05 rigel systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive.


When I manually start gdm systemctl status gdm.service I am able to logout and log back in using gdm. After reboot, the black screen occurs again with the blinking cursor.



Any ideas? Thanks.



GNOME Shell 3.30.1
Ubuntu 18.10 cosmic
Kernel: x86_64 Linux 4.18.0-10-generic
NVIDIA driver 410.73 (GeForce GTX 970)









share|improve this question
























  • How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
    – heynnema
    Nov 4 at 23:45












  • @heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
    – jimouris
    Nov 5 at 12:29










  • You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
    – heynnema
    Nov 5 at 13:05










  • I have also tried that, did not work.
    – jimouris
    Nov 5 at 14:12












  • Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
    – jimouris
    Nov 28 at 11:31













up vote
1
down vote

favorite









up vote
1
down vote

favorite











When I configure gdm as my default display manager (dpkg-reconfigure gdm3) and then reboot, I get a black screen with a blinking cursor. From there, I cannot do anything since the ttys does not work (ctrl+alt+F1 to F7). I could not figure out why.



In order to resolve this issue, I boot into safe mode, reconfigure lightdm and then reboot.



I observed that gdm could not start for some reason (hence the black screen).



$ systemctl status gdm.service 
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled)
Active: inactive (dead)

Nov 04 16:46:05 rigel systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive.


When I manually start gdm systemctl status gdm.service I am able to logout and log back in using gdm. After reboot, the black screen occurs again with the blinking cursor.



Any ideas? Thanks.



GNOME Shell 3.30.1
Ubuntu 18.10 cosmic
Kernel: x86_64 Linux 4.18.0-10-generic
NVIDIA driver 410.73 (GeForce GTX 970)









share|improve this question















When I configure gdm as my default display manager (dpkg-reconfigure gdm3) and then reboot, I get a black screen with a blinking cursor. From there, I cannot do anything since the ttys does not work (ctrl+alt+F1 to F7). I could not figure out why.



In order to resolve this issue, I boot into safe mode, reconfigure lightdm and then reboot.



I observed that gdm could not start for some reason (hence the black screen).



$ systemctl status gdm.service 
● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; static; vendor preset: enabled)
Active: inactive (dead)

Nov 04 16:46:05 rigel systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive.


When I manually start gdm systemctl status gdm.service I am able to logout and log back in using gdm. After reboot, the black screen occurs again with the blinking cursor.



Any ideas? Thanks.



GNOME Shell 3.30.1
Ubuntu 18.10 cosmic
Kernel: x86_64 Linux 4.18.0-10-generic
NVIDIA driver 410.73 (GeForce GTX 970)






boot login lightdm gdm 18.10






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 5 at 8:35

























asked Nov 4 at 15:18









jimouris

146




146












  • How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
    – heynnema
    Nov 4 at 23:45












  • @heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
    – jimouris
    Nov 5 at 12:29










  • You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
    – heynnema
    Nov 5 at 13:05










  • I have also tried that, did not work.
    – jimouris
    Nov 5 at 14:12












  • Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
    – jimouris
    Nov 28 at 11:31


















  • How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
    – heynnema
    Nov 4 at 23:45












  • @heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
    – jimouris
    Nov 5 at 12:29










  • You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
    – heynnema
    Nov 5 at 13:05










  • I have also tried that, did not work.
    – jimouris
    Nov 5 at 14:12












  • Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
    – jimouris
    Nov 28 at 11:31
















How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
– heynnema
Nov 4 at 23:45






How old is this computer? Laptop or desktop? Video card? Does it boot if you set nomodeset in the kernel boot line in GRUB?
– heynnema
Nov 4 at 23:45














@heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
– jimouris
Nov 5 at 12:29




@heynnema Thanks for the suggestion. The computer is a desktop (not old, about 3 years). My video card is Nvidia GeForce GTX 970. I tried the nomodeset flag in GRUB but I got the same error.
– jimouris
Nov 5 at 12:29












You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
– heynnema
Nov 5 at 13:05




You could try reinstalling gdm3. Maybe the update didn't complete. sudo apt-get update and sudo apt-get install --reinstall gdm3. Then sudo dpkg-reconfigure gdm3 and reboot.
– heynnema
Nov 5 at 13:05












I have also tried that, did not work.
– jimouris
Nov 5 at 14:12






I have also tried that, did not work.
– jimouris
Nov 5 at 14:12














Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
– jimouris
Nov 28 at 11:31




Update: Disabling Wayland and reinstalling ubuntu-session fixed the issue, as @adrinux suggested.
– jimouris
Nov 28 at 11:31










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










I had the same problem on both my Ubuntu 18.04 boxes after upgrade to 18.10. Both are configured with nvidia grahpics and to use the vanilla gnome session Ubuntu provides (not the Unity-ish version they munged together). Much faffing with nvidia drivers had no effect.



I did two other things - not sure which brought it back. From this answer
Edit /etc/gdm3/custom.conf as a sudo and uncomment the line to force Xorg over Wayland



WaylandEnable=false


I also installed ubuntu-session:



sudo apt install ubuntu-session


But not sure whether that is really required so I suggest you try editing /etc/gdm3/custom.conf and rebooting first.



hth






share|improve this answer























  • Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
    – jimouris
    Nov 28 at 11:21










  • Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
    – adrinux
    Nov 29 at 12:48










  • Yes, I first disabled Wayland and then reinstalled ubuntu-session.
    – jimouris
    Nov 29 at 12:51











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089970%2fgdm3-wont-start-by-default-after-upgrade-to-18-10-from-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








up vote
1
down vote



accepted










I had the same problem on both my Ubuntu 18.04 boxes after upgrade to 18.10. Both are configured with nvidia grahpics and to use the vanilla gnome session Ubuntu provides (not the Unity-ish version they munged together). Much faffing with nvidia drivers had no effect.



I did two other things - not sure which brought it back. From this answer
Edit /etc/gdm3/custom.conf as a sudo and uncomment the line to force Xorg over Wayland



WaylandEnable=false


I also installed ubuntu-session:



sudo apt install ubuntu-session


But not sure whether that is really required so I suggest you try editing /etc/gdm3/custom.conf and rebooting first.



hth






share|improve this answer























  • Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
    – jimouris
    Nov 28 at 11:21










  • Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
    – adrinux
    Nov 29 at 12:48










  • Yes, I first disabled Wayland and then reinstalled ubuntu-session.
    – jimouris
    Nov 29 at 12:51















up vote
1
down vote



accepted










I had the same problem on both my Ubuntu 18.04 boxes after upgrade to 18.10. Both are configured with nvidia grahpics and to use the vanilla gnome session Ubuntu provides (not the Unity-ish version they munged together). Much faffing with nvidia drivers had no effect.



I did two other things - not sure which brought it back. From this answer
Edit /etc/gdm3/custom.conf as a sudo and uncomment the line to force Xorg over Wayland



WaylandEnable=false


I also installed ubuntu-session:



sudo apt install ubuntu-session


But not sure whether that is really required so I suggest you try editing /etc/gdm3/custom.conf and rebooting first.



hth






share|improve this answer























  • Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
    – jimouris
    Nov 28 at 11:21










  • Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
    – adrinux
    Nov 29 at 12:48










  • Yes, I first disabled Wayland and then reinstalled ubuntu-session.
    – jimouris
    Nov 29 at 12:51













up vote
1
down vote



accepted







up vote
1
down vote



accepted






I had the same problem on both my Ubuntu 18.04 boxes after upgrade to 18.10. Both are configured with nvidia grahpics and to use the vanilla gnome session Ubuntu provides (not the Unity-ish version they munged together). Much faffing with nvidia drivers had no effect.



I did two other things - not sure which brought it back. From this answer
Edit /etc/gdm3/custom.conf as a sudo and uncomment the line to force Xorg over Wayland



WaylandEnable=false


I also installed ubuntu-session:



sudo apt install ubuntu-session


But not sure whether that is really required so I suggest you try editing /etc/gdm3/custom.conf and rebooting first.



hth






share|improve this answer














I had the same problem on both my Ubuntu 18.04 boxes after upgrade to 18.10. Both are configured with nvidia grahpics and to use the vanilla gnome session Ubuntu provides (not the Unity-ish version they munged together). Much faffing with nvidia drivers had no effect.



I did two other things - not sure which brought it back. From this answer
Edit /etc/gdm3/custom.conf as a sudo and uncomment the line to force Xorg over Wayland



WaylandEnable=false


I also installed ubuntu-session:



sudo apt install ubuntu-session


But not sure whether that is really required so I suggest you try editing /etc/gdm3/custom.conf and rebooting first.



hth







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 29 at 9:25









jimouris

146




146










answered Nov 27 at 10:37









adrinux

263




263












  • Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
    – jimouris
    Nov 28 at 11:21










  • Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
    – adrinux
    Nov 29 at 12:48










  • Yes, I first disabled Wayland and then reinstalled ubuntu-session.
    – jimouris
    Nov 29 at 12:51


















  • Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
    – jimouris
    Nov 28 at 11:21










  • Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
    – adrinux
    Nov 29 at 12:48










  • Yes, I first disabled Wayland and then reinstalled ubuntu-session.
    – jimouris
    Nov 29 at 12:51
















Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
– jimouris
Nov 28 at 11:21




Thanks!! I have tried to disable Wayland WaylandEnable=false (I saw it in the same answer as you), but it had not worked. However, reinstalling ubuntu-session fixed the problem.
– jimouris
Nov 28 at 11:21












Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
– adrinux
Nov 29 at 12:48




Out if interest did you revert that change to WaylandEnable=false before reinstalling ubuntu-session?
– adrinux
Nov 29 at 12:48












Yes, I first disabled Wayland and then reinstalled ubuntu-session.
– jimouris
Nov 29 at 12:51




Yes, I first disabled Wayland and then reinstalled ubuntu-session.
– jimouris
Nov 29 at 12:51


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089970%2fgdm3-wont-start-by-default-after-upgrade-to-18-10-from-18-04%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Mont Emei

Province de Neuquén

Journaliste