diff options
author | Steve Zesch <[email protected]> | 2012-04-24 15:28:36 -0400 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-04-24 15:28:36 -0400 |
commit | b958403a2e06dfc271b121eb325783bc923b089a (patch) | |
tree | b5bbfd82f0f33781610b610ef6c325cae75f122e /battstat/docs/C | |
parent | 8939ec49c5218f4aaf2d49c7dd80954817f1bbb9 (diff) | |
download | mate-applets-b958403a2e06dfc271b121eb325783bc923b089a.tar.bz2 mate-applets-b958403a2e06dfc271b121eb325783bc923b089a.tar.xz |
upower support added to battstat. Preparing for 1.2.2 release.mate-applets-1.2.2
Diffstat (limited to 'battstat/docs/C')
-rw-r--r-- | battstat/docs/C/mate-battstat.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/battstat/docs/C/mate-battstat.xml b/battstat/docs/C/mate-battstat.xml index 04c5d03f..2ba2273a 100644 --- a/battstat/docs/C/mate-battstat.xml +++ b/battstat/docs/C/mate-battstat.xml @@ -226,11 +226,14 @@ <title>Power Management Backends</title> <para> - The battery monitor supports a number of power management backends. If it - is available, the monitor will attempt to use the freedesktop.org - <ulink url="http://freedesktop.org/Software/hal">HAL (Hardware Abstraction - Layer)</ulink>. If it is unavailable or unsupported on your platform, the - battery monitor will attempt direct access to the power management system. + The battery monitor supports a number of power management backends. + If it is available, the monitor will attempt to use the freedesktop.org + <ulink url="http://upower.freedesktop.org/">upower</ulink> interface. + If it is unavailable or unsupported on your platform, it will fall back + to the freedesktop.org + <ulink url="http://freedesktop.org/Software/hal">HAL (Hardware + Abstraction Layer)</ulink>. If that is also not availble, the + battery monitor will attempt direct access to the power management system </para> <para> Not all power management backends are available from all vendors, and some @@ -410,10 +413,10 @@ <sect2 id="battstat-troubleshooting-backends"> <title>Determining the backend</title> <para> - If you are using the Hardware Abstraction Layer - (see <xref linkend="battstat-power-backends"/>) then that will be - indicated in the about dialog by placing a star next to the author of the - HAL backend. + If you are using the upower interface, or the the Hardware + Abstraction Layer (see <xref linkend="battstat-power-backends"/>) then + that will be indicated in the about dialog by placing a star next to the + author of the HAL backend. <figure id="battstat-credits-hal"> <title>Check you're using the HAL backend</title> <screenshot> |