~ubuntu-branches/ubuntu/precise/yacpi/precise

« back to all changes in this revision

Viewing changes to yacpi.1

  • Committer: Bazaar Package Importer
  • Author(s): Nico Golde
  • Date: 2007-10-28 02:21:27 UTC
  • mfrom: (2.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20071028022127-y0e218hukkc1qqrr
Tags: 3.0-2
* Added 02_fixacstate to add missing call to read_acpi_acstate
  which causes yacpi to not recognize a change of the ac
  state (Closes: #448305).
* Switched from Homepage tag to the new Homepage control field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.B yacpi
6
6
[\fIOPTION\fR]
7
7
.SH DESCRIPTION
8
 
Yacpi is an acpi monitoring tool for notebooks.
 
8
Yacpi is an acpi monitoring tool for Linux.
9
9
It displays various acpi information like battery status, ac status and temperature.
10
 
The displays are printed on an ncurses interface.
11
 
It also displays current cpu frequency and the kernel governor used for scaling
12
 
and has support for more than one battery.
 
10
This information will be displayed in a user-friendly ncurses interface or as plain-text.
 
11
It is also able to display current cpu frequency and the kernel scaling governor.
13
12
.SH OPTIONS
14
13
.TP
15
 
\-h/\-\-help display help
16
 
.TP
17
 
\-v/\-\-version display version number and release date
18
 
.TP
19
 
\-t/\-\-text display text only output, usefull if you want to include yacpi in scripts etc.
20
 
.TP
21
 
\-l/\-\-loop loop the text only output 
22
 
.TP
23
 
\-d/\-\-delay specifiy delay seconds for loop (1-1000)
24
 
.TP
25
 
\-m/\-\-multiple enables support for more than one battery, see README for details
26
 
.TP
27
 
\-s/\-\-samples=... use time over some samples to get a much more accurate remaining time (1-1000)
28
 
.TP
29
 
.SH KEYS 
 
14
\-h display help
 
15
.TP
 
16
\-v display version number and release date
 
17
.TP
 
18
\-p display as plain-text only, useful for script output for example
 
19
.TP
 
20
\-l loop yacpi output every second.
 
21
.TP
 
22
\-n display not found items (display everything you can)
 
23
.TP
 
24
\-d specify delay seconds for loop
 
25
.TP
 
26
.TP
 
27
\-b show battery information
 
28
.TP
 
29
\-a show ac adapter information
 
30
.TP
 
31
\-f show fan information
 
32
.TP
 
33
\-t show thermal zone information
 
34
.TP
 
35
\-c show cpu frequency
 
36
.TP
 
37
\-g show used frequency governor
 
38
.TP
 
39
The default prints all available information.
 
40
.SH KEYS
30
41
.TP
31
42
q \- quit yacpi
32
43
.TP
33
44
r \- reload acpi information
34
45
.TP
35
46
h \- print help screen
36
 
.TP
37
 
s \- specify samples number
38
 
.TP
39
 
m \- specify delay seconds for loop
40
 
.PP
41
 
.SH USING YACPI 
42
 
To write programs for other notebooks is very difficult because some features I can not test because my laptop doesn't support them.
43
 
So please test it and if you find errors send reports. Please include an strace output (e.g. strace -o yacpi.error yacpi, but gdb backtrace would be better) and a directory tree of /proc/acpi.
44
 
 
 
47
.SH REPORTING BUGS
 
48
.TP
 
49
ACPI information is platform and system depended so please include as much information you can gather about your system like contents of /proc/acpi files, strace output or backtraces/core files.
45
50
.SH AUTHOR CONTACT 
46
51
Yacpi was written by Nico Golde <nico@ngolde.de>