Age | Commit message (Collapse) | Author |
|
|
|
Ignore-this: 8c7108dbb071318135c54f0ff830c065
This patch displays frequencies under 1GHz as MHz and above 1GHz as GHz.
Unfortunately, it was also necessary to touch CoreCommon.hs and CoreTemp.hs to
implement this.
darcs-hash:20100604144153-18a2b-cea493ec887c16a50bcef0db001ebbce3ccef74f.gz
|
|
Ignore-this: b8e96bb91956ea8235c7cae5dba4f4b1
We can control now whether to print decimals using -M
darcs-hash:20100121123451-40885-4e2f46ebc0ee72a521a8bea1a10e33d8019e2b65.gz
|
|
Ignore-this: dd5d719c37169216ad664f916d2bb590
darcs-hash:20100119194726-40885-85c5113621d44d94fc73f6f99f283232d676e1a5.gz
|
|
Ignore-this: ce917bed99a2d812238d4581fbbff3d6
darcs-hash:20100119191955-40885-21098d264f191a572a0e30f83296d26405d38cba.gz
|
|
- added Thermal, CoreTemp, CpuFreq documentation to README file
- added haddock documentation
darcs-hash:20071222231419-f49a6-beadaa214bd80a9eb12f568dbff8dcf0d88ecfe7.gz
|
|
Prerequisities:
thermal
- thermal module should be loaded/compiled in kernel
- available in (at least) intel centrino processors
cpufreq
- acpi_cpufreq module should be loaded/compiled in kernel
- available in modern processors
coretemp
- coretemp module should be loaded/compiled in kernel
- available (at least) in core 2 duo processors
darcs-hash:20071130205430-f49a6-0ff042af60c91416fd8dd8190cbd9022bcabb269.gz
|