2016-12-03 21:49:50 +00:00
|
|
|
WMLongRun - A dockapp to monitor the LongRun(tm) status on Crusoe
|
|
|
|
|
|
|
|
General Information
|
|
|
|
===================
|
|
|
|
WMLongRun is a program to monitor for LongRun. It displays the current
|
|
|
|
LongRun(tm) settings and status: the frequency, the LongRun(tm) flags
|
|
|
|
(performance or economy), and the performance level (expressed as a percentile).
|
|
|
|
|
|
|
|
It is a dockapp (dockable application) that is supported by X window managers
|
|
|
|
such as Window Maker, AfterStep, BlackBox, and Enlightenment. It has two user
|
|
|
|
interfaces: an LCD look-alike user interface and an LED-interface. If you select
|
|
|
|
the LCD-interfaces, the back-light may be turned on/off by clicking the mouse
|
|
|
|
button over the application.
|
|
|
|
|
|
|
|
It runs on GNU/Linux / FreeBSD.
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
See the file 'INSTALL' for instructions.
|
|
|
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
=========
|
|
|
|
GPL applies all portions of the code I wrote. Please see COPYING file.
|
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
=====
|
|
|
|
* To turn on/off back-light, click the mouse button over the application.
|
|
|
|
* To see the following help messages, type 'wmlongrun --help'.
|
|
|
|
|
|
|
|
$ wmlongrun [OPTIONS]
|
|
|
|
-d, --display <string> display to use
|
|
|
|
-bl, --backlight turn on back-light
|
|
|
|
-lc, --light-color <color> back-light color (rgb:6E/C6/3B is default)
|
|
|
|
-i, --interval <number> number of secs between updates (1 is default)
|
|
|
|
-cd, --cpuid-device <device> CPUID device ('/dev/cpu/0/cpuid' is default)
|
|
|
|
-md, --msr-device <device> MSR device ('/dev/cpu/0/msr' is default)
|
|
|
|
-l, --led run the application with LED interface
|
|
|
|
-h, --help show this help text and exit
|
|
|
|
-v, --version show program version and exit
|
|
|
|
-w, --windowed run the application in windowed mode
|
|
|
|
-bw, --broken-wm activate broken window manager fix
|
|
|
|
|
|
|
|
NOTE:
|
|
|
|
'-cd, --cpuid-device','-md, --msr-device' are options for GNU/Linux.
|
|
|
|
|
|
|
|
For AfterStep users
|
|
|
|
===================
|
|
|
|
Add this line to your ~/GNUstep/Library/AfterStep/wharf:
|
|
|
|
|
2016-12-23 23:28:17 +00:00
|
|
|
*Wharf wmlongrun - Swallow "wmlongrun" wmlongrun -w &
|
2016-12-03 21:49:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
For Enlightenment users
|
|
|
|
=======================
|
|
|
|
'-bw, --broken-wm' option will help you.
|
|
|
|
|
|
|
|
|
|
|
|
Bug reports
|
|
|
|
===========
|
2018-05-14 15:53:13 +00:00
|
|
|
Please send e-mail to wmaker-dev@googlegroups.com
|
2016-12-03 21:49:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
URL
|
|
|
|
===
|
2016-12-23 23:28:22 +00:00
|
|
|
http://www.dockapps.net/wmlongrun
|