17

When I try to run one of these commands:

sudo service gdm restart
sudo service gdm3 restart

the system gets stuck in a loop. It goes from the graphical interface to a black screen, then a terminal-like screen with lots of [ OK ] and then again GUI, this repeats cca every second.

It is impossible to stop this, as GUI ceases to respond to any keystrokes and tty randomly misses some of them (so that it's not possible to correctly input the password).

What is the correct procedure for restarting X then?
(I'm on a freshly installed Ubuntu 18.04 on Acer A315)

csha
  • 447
  • 2
  • 6
  • 25

2 Answers2

7

gdm may be buggy.

As a workaround, I use lightdm.

sudo dpkg-reconfigure lightdm

Choose lightdm as the display manager. And X restart works.

sudo service lightdm restart
0

Go Ctrl-Alt-F6 to get a tty;

then follow @Vajira Prabuddhaka at: GDM3 does not start in Ubuntu 18.04

sudo apt install ubuntu-gnome-desktop

next:

sudo gnome-shell gnome

then:

sudo systemctl restart gdm3