From Fedora Project Wiki
Line 22: Line 22:


== Enable the HPET in your BIOS or add the kernel patch to force-enable HPET ==
== Enable the HPET in your BIOS or add the kernel patch to force-enable HPET ==
This is actually already in mainline.  Should get the message fixed.


== Enable AC97 powersave mode ==
== Enable AC97 powersave mode ==

Revision as of 22:15, 5 February 2009

Powertop makes suggestions. We wish it wouldn't, because they're often either things the OS could get right for you, or things that actively degrade the user experience beyond their powersaving karma. This is a list of the suggestions it makes, and what we plan to do about them.

Various kernel config options

Nuke these, the user shouldn't be expected to recompile anything. That's our job.

Disable the unused bluetooth interface

Enable the ondemand cpu speed governor for all processors

We should already be doing ondemand by default on all processors, so anyone that "knows better" probably shouldn't be warned. Nuke it.

Disable Ethernet Wake-On-Lan

Can we make this a property in NetworkManager and default to off?

I'm not entirely sure what W-O-L would even buy you at runtime. Maybe it controls whether connection sense works? In which case, waking up every five seconds or so to enable/check/disable sounds like the way forward. But if not, it could only possibly affect power usage while suspended.

Enable laptop-mode

Disable the NMI watchdog

Enable the HPET in your BIOS or add the kernel patch to force-enable HPET

This is actually already in mainline. Should get the message fixed.

Enable AC97 powersave mode

I think we should turn this on by default and quirk buggy laptops in the kernel using a DMI blacklist.

Enable the noatime filesystem option

We should do this by default. Anaconda patch?

Enable the power aware CPU scheduler

Increase the VM dirty writeback time

Enable SATA ALPM link power management

We should do this in the kernel by default, and tie it into the PMQOS framework.

Enable USB autosuspend

Enable wireless power saving mode

This only works for Intel radio devices, using a horrible Intel only sysfs path. Maybe allow to NetworManager to control this?

Disable the unused WIFI radio

Disable TV out

Should be done by default in the kernel, and activated using randr when needed.