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

« back to all changes in this revision

Viewing changes to README

  • 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:
1
 
README for yacpi-2.0.1
 
1
README for yacpi-3.0
2
2
====================
3
 
 
4
 
yacpi was written by Nico Golde <nico@ngolde.de>.
5
 
Homepage: http://www.ngolde.de
6
 
-------------------------------------------------
 
3
Homepage: http://www.ngolde.de/yacpi.html
 
4
-----------------------------------------
7
5
 
8
6
yacpi - Yet Another Configuration and Power Interface
9
7
 
10
 
yacpi shows different information about acpi on your system.  It gets the
11
 
information from the proc system files.
12
 
 
13
 
If you use the -m command line option and you have only one battery this will
14
 
make yacpi slower because if you have a second battery slot, it will make its
15
 
tests with it too even if no battery is adapted to it.
16
 
 
17
 
If you want to compile yacpi you need the libc and the ncurses header files.
18
 
Feedback to my email address is welcome.
19
 
 
20
 
If you want to donate money or hardware (precedented), because
21
 
it would make testing more easy if I would have the hardware,
 
8
== Introduction ==
 
9
yacpi gathers information provided by the libacpi and displays them
 
10
in a user-friendly ncurses interface or in normal text mode.
 
11
It will display information about batteries, fans, thermal zones, ac status
 
12
and some information about cpu.
 
13
 
 
14
== Dependencies ==
 
15
yacpi depends on the following libraries:
 
16
 
 
17
- libacpi : http://www.ngolde.de/libacpi.html
 
18
- ncurses5: www.gnu.org/software/ncurses/
 
19
- libc6
 
20
 
 
21
== Installation ==
 
22
Compiling and installing yacpi is pretty straight forward:
 
23
make
 
24
make install
 
25
 
 
26
== Contact ==
 
27
Nico Golde <nico@ngolde.de>
 
28
 
 
29
== Donation ==
 
30
If you want to donate money or hardware (precedented) to support libacpi
 
31
development, because it would make testing more easy if I would have the hardware,
22
32
please also use this address to contact me.
 
33
 
 
34
== License ==
 
35
yacpi is licensed under version 2 of the GPL, see COPYING file for
 
36
license details.