Comment 8 for bug 105259

Revision history for this message
Luka Renko (lure) wrote :

Fix committed to KDE SVN.

------------------------------------------------------------------------
r660822 | lure | 2007-05-03 23:09:40 +0200 (Thu, 03 May 2007) | 12 lines

Improve Dynamic CPU policy:
- add support for 'conservative' CPU governor
- when running on AC, try the following CPU governors (in this order):
  ondemand, conservative, userspace
- when on battery, try the following CPU governors (in this order):
  conservative, ondemand, userspace
http://launchpad.net/bugs/105259

Fix crash in case that unsupported CPU frequency governor is used. CPU
policies listed in menu are now dynamically added depending on support in HW.
http://launchpad.net/bugs/112120