Downloadliste

Projektbeschreibung

PowerNowd is a simple client daemon for the Linux
cpufreq driver using the sysfs interface. It sits in the
background and changes CPU speed in configurable
"steps" according to usage. Written in C, its emphasis is
on speed and simplicity. It is very configurable, and
supports non-x86 and SMP systems.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-27 22:07
1.00

Final Release, als es allen Features ausgestattet, für eine längere Zeit getestet, und die 'ondemand' Kernel Gouverneur zu sein scheint der Weg voran. Minor valgrind pedantisch Aufräumarbeiten und die Verwendung von strtoll () anstelle von strtol () zu handhaben lang laufenden Gäste.
Tags: Code cleanup
Final release, as it's feature complete, been tested for a long time, and the 'ondemand' kernel governor seems to be the way moving forward. Minor valgrind pedantic cleanups, and the use of strtoll() instead of strtol() to handle long running guests.

2006-02-14 07:59
0.97

Dieses Update enthält eine lange überfällige Überarbeitung des SMP-Logik mit viel bessere Unterstützung für Systeme mit mehreren Kernen, aber nur eine Frequenz-Regler pro Buchse. Ein Fehler in der Multi-Sockel + Hyperthreading-Logik wurde behoben. Der Code zur Erkennung wurde aktualisiert, um "affected_cpus"-Datei, wenn vorhanden. Minor Dokumentations-Updates gemacht wurden.
Tags: Minor bugfixes
This update includes a long overdue overhaul of the SMP logic with much better support for systems with multiple cores but only one frequency controller per socket. A bug in the multi-socket+hyperthreading logic was fixed. The detection code was updated to use 'affected_cpus' file when present. Minor documentation updates were made.

2005-05-12 06:15
0.96

HT-Erkennung festgesetzt worden war, nicht auf einem Pentium Break-M (Centrino). Ein Fehler auf Systemen wie der PPC, die nicht über scaling_available_frequencies wurde behoben.
Tags: Minor bugfixes
HT detection was fixed to not break on Pentium-M (Centrino). A
bug on systems such as the PPC that don't have
scaling_available_frequencies was fixed.

2005-02-06 07:16
0.95

Diese Version bewegt sich auf Tabellen basierenden Schaltfrequenz. Es gibt auch scaling_available_frequencies unterstützen und eine bessere Hyperthreading-/ Multi-Threading / Multi-Core-CPU unterstützen.
Tags: Major feature enhancements
This release moves to table-based frequency switching.
There is also scaling_available_frequencies support, and
better hyperthreading/multi-threaded/multi-core CPU
support.

2004-02-09 04:23
0.90

Diese Version unterstützt die Treiber, die Bericht Geschwindigkeit in Mhz statt Khz. Ein Buggy Athlon Workaround wurde entfernt, da es nicht gebraucht wird. Die Pause / unpause Code wurde entfernt. Eine Probe powernowd Init-Skript wurde hinzugefügt, um zu zeigen, wie die alte Pause emulieren / unpause Verhalten in einer saubereren Weg. LEAPS Modus und Ausführlichkeit Patches wurden hinzugefügt. Ausführlichkeit Handling wurde aufgeräumt.
Tags: Minor feature enhancements
This release supports drivers that report speed in Mhz instead of Khz. A buggy Athlon workaround has been removed, as it's not needed. The pause/unpause code has been removed. A sample powernowd init script has been added to show how to emulate the old pause/unpause behavior in a cleaner way. LEAPS mode and verbosity patches have been added. Verbosity handling has been cleaned up.

Project Resources