|
Dell M65
|
Dell-M65 /
ACPIPower ManagementThis page covers ACPI configuration, and partially duplicates info covered elsewhere. The ACPI DaemonYou'll need the ACPI Daemon, and then add the appropriate script configurations. Additional ACPI scripts are available. This will allow handling of the following: Battery InfoGetting information about the battery: > cat /proc/acpi/battery/BAT0/info
>
Maximum Battery LifeReducing power consumption reduces the heat produced - which in turn cuts down on fan noise, which is a good thing (it is audible enough for me to get irritated by unless I have music on). Standard CPU-core temperature used to be around 60'C - I have since managed to get this reduced to about 50'C, just by tweaking the vanilla kernel. Reducing power consumption extends battery life whilst mobile, and extends the life of the laptop.
Thanks to Intel, we have PowerTOP, a utility which monitors CPU interrupt activity, we can begin to tweak. It's quite surprising just how (in)efficient your kernel can be. My kernel for the last year has been running at ??? Wakeups-from-idle per second. It is now at 390wps under Xwindows, and 30wps under the console. SuspendThis can be slightly confusing, as there are several implementations of similar functionality. Some options require a kernel patch. There is a summary of suspend implementations available, which tries to list the differences between them. Suspend to RAMNot done yet. Suspend to DiskGuess what? Nope - I've not sorted this, either! |