Menu

Tree [e5b08f] master /
 History

HTTPS access


File Date Author Commit
 www 2021-09-14 Johns Johns [a28595] Fixed file name of CPU core temperatur for newe...
 .gitattributes 2010-09-14 Johns Johns [bd85e7] Add man page and documentation cleanups.
 .gitignore 2010-09-17 Johns Johns [513f0d] Added support for more general thermal zones.
 AGPL-v3.0.md 2021-09-27 Johns Johns [e5b08f] Added LICENSE.md und changed them to markdown f...
 Changelog 2011-04-29 Johns Johns [83277a] Fix xcb 1.7 compatiblity.
 LICENSE.md 2021-09-27 Johns Johns [e5b08f] Added LICENSE.md und changed them to markdown f...
 Makefile 2021-09-27 Johns Johns [e5b08f] Added LICENSE.md und changed them to markdown f...
 README 2011-04-29 Johns Johns [83277a] Fix xcb 1.7 compatiblity.
 wmc2d.1 2021-09-14 Johns Johns [a28595] Fixed file name of CPU core temperatur for newe...
 wmc2d.c 2021-09-27 Johns Johns [96746c] Everything above turbo boost frequency shown red.
 wmc2d.doxyfile 2010-09-21 Johns Johns [b70a65] Update to doxygen 1.7.1. Documentation correcti...
 wmc2d.xpm 2010-08-16 Johns Johns [7ae51b] Support for commandline configured number of co...

Read Me

@file README		@brief	coretemp/cpufreq monitor dockapp

Copyright (c) 2004, 2009 - 2011 by Lutz Sammer.  All Rights Reserved.

Contributor(s):

License: AGPLv3

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

$Id$

This is a small dockapp, which shows the core temperature and cpu frequency
from 2 upto 4 cores/cpus and the temperature of upto two thermal zones,
which are normaly the motherboard temperature.

All cpus, which are supported by the linux kernel "coretemp" and "cpufreq"
modules, could be monitored.  f.e. core 2, atom and core iX.

All thermal zones which could be read from files are supported.  f.e.  ACPI
through /sys/class/thermal/thermal_zoneX/temp or hardware sensors through
/sys/devices/platform/<chip>/tempX_input.

To compile you must have libxcb (xcb-dev) installed.

You can enable/disable screen-saver support see wmc2d.c beginning of the file.
(default is enabled)

Just make make and play.

Use wmc2d -h to see the command line options.

Requires:
	x11-libs/libxcb
		X C-language Bindings library
		http://xcb.freedesktop.org/
	x11-libs/xcb-util
		X C-language Bindings sample implementations
		http://xcb.freedesktop.org/
		Note: we are not compatible with versions before 0.3.8
	x11-libs/xcb-util-wm
		X C-language Bindings sample implementations
		http://xcb.freedesktop.org/
		Note: we are not compatible with versions before 0.3.8

Lutz Sammer johns98@gmx.net
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.