Johns-Q / wmc2d

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

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.

License:Other


Languages

Language:C 74.5%Language:HTML 11.5%Language:Roff 9.0%Language:Makefile 4.9%