Posts: 12
Threads: 3
Joined: Feb 2018
Reputation:
0
Is anyone else seeing issues powering off the device from the Linux side? I have it up and running fine now, but powering off never succeeds. It starts to power off, but then freezes (with the screen still on). I have to press Off (Fn+Esc) for 10 seconds to force-poweroff.
Posts: 8
Threads: 1
Joined: Feb 2018
Reputation:
0
04-05-2018, 12:34 PM
(This post was last modified: 04-05-2018, 11:06 PM by adamboardman.)
Making it sleep in a reawaken-able way turns out to be a two step process, first turn the screen off, then sleep.
Though it can be typed on a single line:
xset dpms force off; echo mem > /sys/power/state
Edit: This only gives a short sleep, which is probably not what we want.