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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to