Public bug reported:

Binary package hint: laptop-mode-tools

In /usr/share/laptop-mode-tools/modules/cpufreq (laptop-mode-
tools-1.55-r1 on Gentoo):

    if [ -f "/sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load" ]; then
        log "VERBOSE" "Setting CPU ignore_nice_load for all cpus"
        set_sysctl /sys/devices/system/cpu/cpufreq/ondemand/ignore_nice_load 
$CPU_IGNORE_NICE_LOAD
    ...

I suggest replacing "ondemand" with "$CPU_GOVERNOR", otherwise the new
interface is not used for the conservative governor (for example).

Note also that the old "backward compatibility" routine causes a
deprecation warning on newer kernels. Perhaps it's better to combine the
old and the new routines.

** Affects: laptop-mode-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702930

Title:
  cpufreq: new (generic) ignore_nice_load setting is limited to the
  "ondemand" governor

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to