Difference between revisions of "How to make use of Power Management features"

From ThinkWiki
Jump to: navigation, search
 
(added some structure and lots of todo stubs)
Line 1: Line 1:
 +
==APM==
 +
 +
===general===
 +
Todo...
 +
 +
===Screen blanking (Standby)===
 +
Todo...
 +
 +
===Suspend to RAM (Sleep)===
 +
Todo...
 +
 +
===Suspend to disk (Hibernate)===
 +
The Phoenix BIOS allows you two ways to hibernate with APM: using a special partition or using a hibernation file on a dos type partition.
 +
 +
====using a hibernation partition====
 +
Todo...
 +
 +
====using a hibernation file on a dos partition====
 +
The partition to put the file on must be a dos or vfat partition. Fat32 formatted partitions have been reported successful as well as Fat16 formatted ones. The file is either created with ps2.exe, if you happen to have a floppy drive and a bootable dos floppy disk that you can start it from.
 +
Under Linux tphdisk will do this job for you.
 +
 +
Todo... (how to create the file, partition size)
 +
 +
==ACPI==
 +
 +
===general===
 +
Todo...
 +
 +
===Screen blanking (Standby)===
 +
Todo...
 +
 +
===Suspend to RAM (Sleep)===
 +
ACPI Sleep and suspend-to-ram with recent 2.6.x kernels usually works fine, too.
 +
 +
Todo...
 +
 +
===Suspend to disk (Hibernate)===
 
[http://developer.berlios.de/projects/softwaresuspend/ SoftwareSuspend2] works fine as long as you use open-source graphic drivers.
 
[http://developer.berlios.de/projects/softwaresuspend/ SoftwareSuspend2] works fine as long as you use open-source graphic drivers.
  
ACPI Sleep and suspend-to-ram with recent 2.6.x kernels usually works fine, too.
+
Todo...

Revision as of 02:44, 6 November 2004

APM

general

Todo...

Screen blanking (Standby)

Todo...

Suspend to RAM (Sleep)

Todo...

Suspend to disk (Hibernate)

The Phoenix BIOS allows you two ways to hibernate with APM: using a special partition or using a hibernation file on a dos type partition.

using a hibernation partition

Todo...

using a hibernation file on a dos partition

The partition to put the file on must be a dos or vfat partition. Fat32 formatted partitions have been reported successful as well as Fat16 formatted ones. The file is either created with ps2.exe, if you happen to have a floppy drive and a bootable dos floppy disk that you can start it from. Under Linux tphdisk will do this job for you.

Todo... (how to create the file, partition size)

ACPI

general

Todo...

Screen blanking (Standby)

Todo...

Suspend to RAM (Sleep)

ACPI Sleep and suspend-to-ram with recent 2.6.x kernels usually works fine, too.

Todo...

Suspend to disk (Hibernate)

SoftwareSuspend2 works fine as long as you use open-source graphic drivers.

Todo...