For install instructions, see "INSTALL" file.

Usage:

+-------------+
|temp.   graph| <- visual percentage temperature bar
|[X][Y] [100]| <- [X] - ON when FAN status is ACTIVE, [Y] - Temperature Status
|[SPEED]      | <- Actual Speed (in Mhz)
|[TRIP Point] | <- Actal CPU Load Average
+-------------+

>Click on the Dock App to Switch to Second Screen:

+-------------+
|batt.   graph| <- visual percentage battery bar
|[X][Y] [100%]| <- [X] - ON when AC Adapter is detected, [Y] - ON when Battery Power is detected
|[BATTERY mW] | <- Actual Battery Power (in mW)
|[CHARGESTATE]| <- Actal Battery State (Green: Full Charge, Orange: Recharging, Red: Discharging)
+-------------+


see wmacpimon -h for some command line switches

******************************************************************************

Implementation of "ACPI" mode:

As far as I know, there aren't any tools available right now to process and 
monitor temperature and SpeedStep value for ACPI Stuff in 2.4.x kernels.
This is my attempt to have a usable dockapp temperature/speedstep monitor
for ACPI laptop systems. 

This new version, include speedstep support for reduce CPU usage and better
use of your battery. However, many bugs are still presents and many works
are to do (support for multiple laptops / kernels).

This version was tested on a 2.4.19/ACPI-20020821 kernel, but it still should
work with other (later or previous) versions.

To use ACPI support, just follow "INSTALL" instructions.  Makefile has been
updated to include -DACPI. If you don't have ACPI, you don't need this version
of wmacpi. Information below only applies to APM systems, without ACPI support.

any comments, suggestions, or bug reports go to: <valvoline@vrlteam.org>
have a nice day, Costantino Pistagna

