nixpkgs/modules
Eelco Dolstra cf36b3db80 * If power management is enabled, set the governor to ‘ondemand’ by
default.  See
  
    http://www.codon.org.uk/~mjg59/power/good_practices.html
    
  for the reasoning.  (Basically, the ‘performance’ and ‘powersave’
  governors don't actually provide extra performance or power savings
  in most cases.)

  It used to be that desktop environments like KDE were able to set
  the governor through HAL (e.g. KDE could be configured to switch to
  the powersave governor when the user unplugs his laptop).  However,
  this is no longer the case with upower — it is now expected that
  everybody uses the ondemand governor.  See

    http://old.nabble.com/-PATCH--powerdevil-remove-cpufreq.patch-td27815354.html

* Rename ‘cpuFreqGovernor’ to ‘powerManagement.cpuFreqGovernor’.

* Include cpufreq-utils in the system path if a governor is set, since
  we depend on it anyway.

svn path=/nixos/trunk/; revision=30991
2011-12-20 22:44:58 +00:00
..
config * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
hardware * Add a module that provides all the Radeon firmwares. 2011-10-25 00:27:07 +00:00
installer * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
misc Add mpd module 2011-12-05 01:51:05 +00:00
profiles * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
programs wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00
security Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
services wpa_supplicant: add D-Bus interface 2011-12-19 23:16:32 +00:00
system * Handle the util-linux-ng -> util-linux rename 2011-12-20 13:36:11 +00:00
tasks * If power management is enabled, set the governor to ‘ondemand’ by 2011-12-20 22:44:58 +00:00
testing strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
virtualisation * aufs2 -> aufs. 2011-11-08 15:12:11 +00:00
module-list.nix Added cpuFreqGovernor option to configure a CPU frequency governor. 2011-12-16 23:44:37 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00