| Summary: | Performance profiles only apply to the first CPU | ||
|---|---|---|---|
| Product: | [Unmaintained] klaptopdaemon | Reporter: | Nigel McNie <nigel> |
| Component: | general | Assignee: | Paul Campbell <paul> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | arne.schmitz |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nigel McNie
2006-04-20 11:32:23 UTC
I own a samsung r65 1.66 Ghz core duo and I have observed this problem as well. I am able to change the speed by hand, but klaptop won't apply the settings to the second core. I have no problems with the conservative governour, however... Concerning the conservative governor: I believe that is a know kernel bug, for now try to use another kernel or the powersave governor. I own a Macbook and am experiencing the same problem with only one processor switching the governor. Someone would probably need to modify acpi_helper.cpp, since the current implementation doesn't quite work. Here is a quick hack with a script that will execute commands for two cpu's. The script shall be anywhere in the path and have name klaptop_acpi_helper, I placed my in /usr/local/bin so that it will not be overwritten by next update. Original klaptop_acpi_helper executable shall be renamed to klaptop_acpi_helper_ #!/bin/bash prog=/usr/bin/klaptop_acpi_helper_ cmd0=`echo $* | sed "s/\([^ ]\+ cpu\)0 \([^ ]\+\)/\10 \2/gi"` cmd1=`echo $* | sed "s/\([^ ]\+ cpu\)0 \([^ ]\+\)/\11 \2/gi"` $prog $cmd0 $prog $cmd1 Having the same problem, on a Core2Duo laptop. klaptopdaemon has been dropped from KDE 4.x |