Maui Forums

Full Version: I can't suspend my laptop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Always, in this laptop, I can't suspend.
Appears in menu, click in suspend and suspend, but when I start laptop start all, start the load of grub and all programs and files are closed, its like restart computer.

Regards.
Suspend should suspend to ram. So it should not start loading from the beginning at all but start off from where you left off.
Seems like it really powers off the machine instead of going to standby.
Yes, its like power off the machine instead of going to stand by.
When power off this laptop, all leds power off, when click in suspend, one led of power, are It blinks, as if it were really suspended but when start its like power off, all are closed and start with loading from the beginning.
Its strange.
I "solved" this...
I can't suspend but I activate the hibernate option.
For this, I made this:
I create this file:
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
And add this:
Code:
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes

[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate;org.freedesktop.login1.hibernate-multiple-sessions
ResultActive=yes
Works fine, I can hibernate this laptop, but when reanude the laptop prompt password of the user, its possible edit for access direct without type password of the user?

Regards.
You can disable the lock screen on resume in systemsettings lockscreen
Works fine, thank you leszek!