[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian Linux on Samsung P30 or P35



Christian Aichinger wrote:
> The only thing that doesn't work for me yet is Suspend-to-RAM, but I
> haven't looked into this at all. Matthias Hentges[1] reports
> that it works in a very hacky way, but I've no idea how hard it is
> to make suspend-to-ram real-world usable.

Try this script with kernel 2.6.12 and disabled framebuffer:

#! /bin/sh

rm /tmp/delme

chvt 1

vbetool vbestate save > /tmp/delme;
echo -n mem > /sys/power/state
vbetool post;
vbetool vbestate restore < /tmp/delme;
chvt 7

Bye
Armin



Reply to: