Results 1 to 3 of 3
I want to configure my Debian desktop to suspend after a certain interval. But I can't find any power management options in the menus. Anyone know how?...
- 09-10-2005 #1
Power Management
I want to configure my Debian desktop to suspend after a certain interval. But I can't find any power management options in the menus. Anyone know how?
PTL x10 Hallelujah!
AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
Registered Linux user #391521
- 09-10-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Illinois, USA
- Posts
- 111
I'm having the same problem. I used apt-get to download the acpid and stuff, but haven't really messed with configuration, so it's not really suspending, just going to screensaver. I need some help too.
- 09-12-2005 #3Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
simply an echo...
Your system (ACPI compatible) should suspend/standby echoing a state string to the file /sys/power/state...
# cat /sys/power/state
standby mem disk
These are states available on my computer... you can echo one of these values... (mem suspend to RAM, disk suspend to disk).
# echo "disk" > /sys/power/state
Kernel should be configured correctly for suspend to disk method (you have to specify the swap partition to use when freezing, wich should large at least how many RAM you use actually).
You can use hibernate package to simplify the suspend process... but I've never used it!
To suspend after a certain intervall... you may use cron scripts but I don't know how measure time intervall... not enought particoulars!
When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)


Reply With Quote
