You are not logged in.
after all these years, acpi's suspend to disk/ram seems to be working fine for me!..i prefer suspend to ram, though..(2.6.12)
anyway what i need is some way to make my computer go into 'suspend to ram' mode after 2 hours of inactivity...
echo mem > /sys/power/state
sends it into suspend mode..
note that
sudo echo mem > /sys/power/state
still gives me a permission error..how do i go into suspend mode automatically (as user) after 2hrs of inactivity
on another note, whats the significance of making a user the member of 'root' group?
thanks for your time..
Offline
sudo echo mem > /sys/power/state
still gives me a permission error..how do i go into suspend mode automatically (as user) after 2hrs of inactivity
You could try
sudo su -c "echo mem > /sys/power/state"
which will get you round the permissions error.
Offline
Lucky!
It appears suspend works for me but when I go to resume my graphic display doesn't load
Oh to well btw I've tried kernel's 2.6.13rc1 + 2.6.13rc3 + 2.6.13rc5 guess I have wait longer
"The only thing we have to fear is fear itself." - Franklin D. Roosevelt
Offline