[ltp] Mails from ATI about the Suspend-To-Ram problem with fglrx drivers

Nils linux-thinkpad@linux-thinkpad.org
Tue, 12 Apr 2005 08:54:20 +0200


Hi Mario,
thank you  !!!! Great work! 
That's really a very good solution. It's easy and working great, DRI, 
suspend-To-Ram (and it's very fast!)


This is the debian way. (tested with debian sarge)
apt-get install vbetool

my /etc/acpi/sleep.sh :

sync
# save state:
vbetool vbestate save > /tmp/vbestate
chvt 1
sync
#------------------- [ Enter Sleep Mode ] -----------------------------
hwclock --systohc
echo 3 > /proc/acpi/sleep
hwclock --hctosys
#---------------------------------------------------------------------------
# Video Bios to default
vbetool post
# restore state
vbetool vbestate restore < /tmp/vbestate
# change to X Server
chvt 7



You can add modprobe/rmmod usbstuff, but I don't need it in the moment.

Nils