Ubuntu – After upgrade to Ubuntu 17.10 Suspend, Restart and Power Off does not work

17.10laptopnvidiasuspend

I have this very annoying problem, I have a laptop and when close the lid and reopen again, the computer does not start any more, showing a list of services loaded with "[OK]" but nothing more. I need to press the power button some seconds to power off completely closing all applications.

On the other hand, when I try to restart or Power Off after click on the icon in the topbar, then the message "The system will power off.." and buttons to select the action to do, take over 30 seconds to appear the first time. Anyway selecting Restart or Power off close the session, showing a loading screen but the computer does not Power off or restart never.

Tried:

  • [X] Different versions of Nvidia Driver.
  • [X] Disable Nividia drivers and using only Intel
  • [X] Wayland, Xorg

Details:

enter image description here

Any suggestion will be very welcome, I really need help with this annoying problem, I can't move with the laptop without closing all applications :X

Best Answer

After many tests the following solution works for me:

Login using Xorg does not use Wayland has many errors yet, anyway the login screen still uses Wayland, to disable the Wayland in the login screen:

sudo nano /etc/gdm3/custom.conf

Uncomment the line WaylandEnable=false to force the login screen to use Xorg

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

Restart!

Related Question