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)
boot login lightdm gdm 18.10
add a comment |
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)
boot login lightdm gdm 18.10
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 thenomodesetflag 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 updateandsudo apt-get install --reinstall gdm3. Thensudo dpkg-reconfigure gdm3and reboot.
– heynnema
Nov 5 at 13:05
I have also tried that, did not work.
– jimouris
Nov 5 at 14:12
Update: DisablingWaylandand reinstallingubuntu-sessionfixed the issue, as @adrinux suggested.
– jimouris
Nov 28 at 11:31
add a comment |
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)
boot login lightdm gdm 18.10
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
boot login lightdm gdm 18.10
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 thenomodesetflag 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 updateandsudo apt-get install --reinstall gdm3. Thensudo dpkg-reconfigure gdm3and reboot.
– heynnema
Nov 5 at 13:05
I have also tried that, did not work.
– jimouris
Nov 5 at 14:12
Update: DisablingWaylandand reinstallingubuntu-sessionfixed the issue, as @adrinux suggested.
– jimouris
Nov 28 at 11:31
add a comment |
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 thenomodesetflag 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 updateandsudo apt-get install --reinstall gdm3. Thensudo dpkg-reconfigure gdm3and reboot.
– heynnema
Nov 5 at 13:05
I have also tried that, did not work.
– jimouris
Nov 5 at 14:12
Update: DisablingWaylandand reinstallingubuntu-sessionfixed 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
add a comment |
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
Thanks!! I have tried to disable WaylandWaylandEnable=false(I saw it in the same answer as you), but it had not worked. However, reinstallingubuntu-sessionfixed the problem.
– jimouris
Nov 28 at 11:21
Out if interest did you revert that change toWaylandEnable=falsebefore reinstallingubuntu-session?
– adrinux
Nov 29 at 12:48
Yes, I first disabledWaylandand then reinstalledubuntu-session.
– jimouris
Nov 29 at 12:51
add a comment |
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
Thanks!! I have tried to disable WaylandWaylandEnable=false(I saw it in the same answer as you), but it had not worked. However, reinstallingubuntu-sessionfixed the problem.
– jimouris
Nov 28 at 11:21
Out if interest did you revert that change toWaylandEnable=falsebefore reinstallingubuntu-session?
– adrinux
Nov 29 at 12:48
Yes, I first disabledWaylandand then reinstalledubuntu-session.
– jimouris
Nov 29 at 12:51
add a comment |
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
Thanks!! I have tried to disable WaylandWaylandEnable=false(I saw it in the same answer as you), but it had not worked. However, reinstallingubuntu-sessionfixed the problem.
– jimouris
Nov 28 at 11:21
Out if interest did you revert that change toWaylandEnable=falsebefore reinstallingubuntu-session?
– adrinux
Nov 29 at 12:48
Yes, I first disabledWaylandand then reinstalledubuntu-session.
– jimouris
Nov 29 at 12:51
add a comment |
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
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
edited Nov 29 at 9:25
jimouris
146
146
answered Nov 27 at 10:37
adrinux
263
263
Thanks!! I have tried to disable WaylandWaylandEnable=false(I saw it in the same answer as you), but it had not worked. However, reinstallingubuntu-sessionfixed the problem.
– jimouris
Nov 28 at 11:21
Out if interest did you revert that change toWaylandEnable=falsebefore reinstallingubuntu-session?
– adrinux
Nov 29 at 12:48
Yes, I first disabledWaylandand then reinstalledubuntu-session.
– jimouris
Nov 29 at 12:51
add a comment |
Thanks!! I have tried to disable WaylandWaylandEnable=false(I saw it in the same answer as you), but it had not worked. However, reinstallingubuntu-sessionfixed the problem.
– jimouris
Nov 28 at 11:21
Out if interest did you revert that change toWaylandEnable=falsebefore reinstallingubuntu-session?
– adrinux
Nov 29 at 12:48
Yes, I first disabledWaylandand then reinstalledubuntu-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
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.
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.
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%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
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
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
nomodesetflag 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 updateandsudo apt-get install --reinstall gdm3. Thensudo dpkg-reconfigure gdm3and reboot.– heynnema
Nov 5 at 13:05
I have also tried that, did not work.
– jimouris
Nov 5 at 14:12
Update: Disabling
Waylandand reinstallingubuntu-sessionfixed the issue, as @adrinux suggested.– jimouris
Nov 28 at 11:31