[ltp] ATI, fglrx, suspend to ram - works!

Karel Podvolecky linux-thinkpad@linux-thinkpad.org
Fri, 19 Oct 2007 14:47:23 +0200


Hi, I had troubles with suspend too. I'm only interested in suspend to
ram. About a month ago someone gives some files and info and it works
with them!


fglrx version 8.40
kernel: 2.6.22, 2.6.23 (gentoo patchset!) - it didn't work with
2.6.22-gentoo-r4 kernel (don't know why).


grub conf:

-- snap --

title 2.6.23g
root (hd0,4)
kernel /boot/new2623g root=/dev/sda5 acpi_sleep=s3_bios,s3_mode

-- snap end --

I'm using hibernate scripts.
/etc/hibernate/common.conf looks like:

Verbosity 0
LogFile /var/log/hibernate.log
LogVerbosity 1
Distribution gentoo
SaveClock restore-only
FBSplash off
LockKDE yes
UnloadModules ipw3945
UnloadBlacklistedModules yes
LoadModules auto
RestartServices powersave-stuff
SwitchToTextMode yes


And I'm using stock xorg.conf generated by aticonfig (singlehead).

suspend works from gnome and also by using 'hibernate-ram' command.

Try this and report if it worked for you.

kapo