# $Id: README,v 1.7 1999/11/02 13:40:34 jedgar Exp $ wmlmmon v0.65 This program displays information gathered from a motherboard power management controller (e.g. LM78/79) onto a [standard] WindowMaker dock app. Displayed values include fan speeds, motherboard temperature, and various voltages. Currently, the /dev/smb0 interface is only supported in FreeBSD 4.0-CURRENT and 3.3-STABLE (after 01 November 1999); however, the /dev/io interface may work with many motherboards in FreeBSD 3.x and some non-LM78/79 motherboards. To change modes from Fan Speed, or Voltages, click in the upper- left or large display areas. To change temp modes, click the temperature display area. Options include: -c Initially display temp in Celcius (default) -f Initially display temp in Farenheit -k Initially display temp in Kelvin -h Display help -i Use /dev/io instead of /dev/smb0 (Required for FreeBSD 3.x (prior to 01 November 1999) and some motherboards without actual LM78/79 chipsets) -d Display to use (e.g. host:0.0) -v Display version The following kernel configuration options are required to use the /dev/smb0 interface: controller smbus0 controller iicbus0 controller iicbb0 controller intpm0 device smb0 at smbus? Final Warning: This program is still under development and may contain unexpected bugs^H^H^H^H features. Portions of this software were partially derived from examples (c)1998 Takanori Watanabe. The rest is (c)1999 Chris D. Faulhaber. In addition, this software is distributed under a BSD License. You are free to do what you wish with the source/binaries, just give me credit. :) 02 November 1999 Chris D. Faulhaber