Shutdown works fine, but when I come back from sleep mode, and I try to shutdown my computer, it simply freezes. The screen keeps showing my opened applications, but I can't do anything (no mouse or keyboard response). Finally, I have to force a shutdown pressing the power button.
Tried to edit grub file by adding acpi=off
but had no success.
Edit: path to grub file:
/etc/default/grub
Edited that grub file by changing it from
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off".
Also tried:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=1"
but didn't work as well.
I'm using nvidia-driver-390. I'll see if this bug persists using the open source driver
My kernel is 4.16.8 (latest stable version)
sudo update-grub
after changing config file and reboot for changes to take effect? – WinEunuuchs2Unix May 10 '18 at 21:47