I am fairly new to Linux/Ubuntu, and I installed Xubuntu 15.10 on my Windows 10 64-bit PC last week so I can dual-boot. To shut down my computer in Xubuntu, I have to click on "Shut Down" twice before the computer actually powers off. The first time I click it, nothing appears to happen. The second time I click it, Xubuntu shuts down correctly. Is there a way to fix this so I only have to click once?
My specs:
Lenovo Z50-70
- 8GM DDR3 RAM
- 1TB HDD
- Intel Core i7-4510U
- NVIDIA GeForce 840M
acpi=off
instead ofacpi=force
in the GRUB config file (don't forget to runsudo update-grub
afterwards and then reboot), in order to check if the issue that you're experiencing is ACPI-related: if by turning ACPI off you still experience this problem, then ACPI is not the root cause. I'm currently using kernel version4.14.14-041414-generic
, which does not have this bug: you may want to try different kernels as explained at https://askubuntu.com/a/142000/389062 (see also https://wiki.ubuntu.com/Kernel/MainlineBuilds). – Yuri Sucupira Nov 30 '19 at 22:51