source: general/sysutils/upower.xml@ 5fcebb8

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5fcebb8 was 8558044, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

  • Property mode set to 100644
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/-/archive/UPOWER_&upower-version;/upower-UPOWER_&upower-version;.tar.bz2">
8 <!ENTITY upower-download-ftp " ">
9 <!ENTITY upower-md5sum "d58b028211aee6050c26c99b777ba60f">
10 <!ENTITY upower-size "144 KB">
11 <!ENTITY upower-buildsize "14 MB">
12 <!ENTITY upower-time "0.1 SBU (using parallelism=4)">
13]>
14
15<sect1 id="upower" xreflabel="UPower-&upower-version;">
16 <?dbhtml filename="upower.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>UPower-&upower-version;</title>
23
24 <indexterm zone="upower">
25 <primary sortas="a-UPower">UPower</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to UPower</title>
30
31 <para>
32 The <application>UPower</application> package provides an interface to
33 enumerating power devices, listening to device events and querying history
34 and statistics. Any application or service on the system can access the
35 org.freedesktop.UPower service via the system message bus.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&upower-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&upower-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &upower-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &upower-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &upower-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &upower-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">UPower Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libgudev"/>,
79 <xref linkend="libusb"/>, and
80 <xref linkend="polkit"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>,
91 <xref linkend="pygobject3"/>,
92 <xref linkend="python-dbusmock"/>,
93 <xref linkend="umockdev"/> (for part of the test suite), and
94 <ulink url="https://libimobiledevice.org/">libimobiledevice</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/upower"/>
99 </para>
100 </sect2>
101
102 <sect2 role="kernel" id="upower-kernel" revision="systemd">
103 <!-- With UPower-0.9.11's hardening of the systemd unit file,
104 User Namespace Support is now required. Without this, you get
105 "ERROR 213/USER" out of a 'systemctl start upower'. -->
106 <title>Kernel Configuration</title>
107
108 <para>
109 Enable the following options in the kernel configuration and recompile the
110 kernel if necessary:
111 </para>
112
113 <screen><literal>General Setup ---&gt;
114 [*] Namespaces support ---&gt; [CONFIG_NAMESPACES]
115 [*] User namespace [CONFIG_USER_NS]</literal></screen>
116
117 <indexterm zone="upower upower-kernel">
118 <primary sortas="d-upower">upower</primary>
119 </indexterm>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of UPower</title>
124
125 <para>
126 Install <application>UPower</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>./autogen.sh --prefix=/usr \
131 --sysconfdir=/etc \
132 --localstatedir=/var \
133 --enable-deprecated \
134 --disable-static &amp;&amp;
135make</userinput></screen>
136
137 <para>
138 To test the results, issue: <command>make check</command>. Some
139 checks may not pass due to missing files. Test suite should be run from
140 a local GUI session started with dbus-launch.
141 </para>
142
143 <para>
144 Now, as the <systemitem class="username">root</systemitem> user:
145 </para>
146
147<screen role="root"><userinput>make install</userinput></screen>
148
149 </sect2>
150
151 <sect2 role="commands">
152 <title>Command Explanations</title>
153
154 <para>
155 <parameter>--enable-deprecated</parameter>: This switch enables
156 deprecated functionality which is still needed by some
157 applications.
158 </para>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/static-libraries.xml"/>
162
163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
164 href="../../xincludes/gtk-doc-rebuild.xml"/>
165
166 </sect2>
167
168 <sect2 role="configuration" revision="systemd">
169
170 <title>Configuring UPower</title>
171<!-- timer statistics have been removed from kernel (since 4.11)
172 I do not know if there is a replacement. See
173 https://patchwork.kernel.org/patch/9561519
174 and https://bugs.freedesktop.org/show_bug.cgi?id=100626
175
176 <para>
177 To use the command <command>upower -w</command> for information about
178 processor wakeups (this command is used by <phrase revision="sysv">
179 <ulink url="&gnome-download-http;/gnome-power-manager/">gnome-power-manager</ulink></phrase><phrase revision="systemd"><xref linkend="gnome-power-manager"/></phrase>)
180 you need to enable CONFIG_TIMER_STATS. This is achieved in
181 <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
182 menu and selecting &apos;Collect kernel timers statistics&apos;.
183 </para>
184-->
185 <sect3 id="upower-init" revision="systemd">
186 <title>Systemd Unit</title>
187
188 <para>
189 To start the <command>UPower</command> service at boot,
190 enable the previously installed systemd unit by
191 running the following command as the
192 <systemitem class="username">root</systemitem> user:
193 </para>
194
195 <indexterm zone="upower upower-init">
196 <primary sortas="f-upower">upower</primary>
197 </indexterm>
198
199<screen role="root"><userinput>systemctl enable upower</userinput></screen>
200
201 </sect3>
202
203 </sect2>
204
205 <sect2 role="content">
206 <title>Contents</title>
207
208 <segmentedlist>
209 <segtitle>Installed Program<!--
210See below... <phrase revision="systemd">s</phrase>--></segtitle>
211 <segtitle>Installed Libraries</segtitle>
212 <segtitle>Installed Directories</segtitle>
213
214 <seglistitem>
215 <seg>
216 upower
217<!-- <phrase revision="systemd"> and upowerd</phrase>
218Upowerd should not be listed, as it is in /usr/libexec, and is not supposed
219to be run by a user. Furthermore, upowerd is also in sysv, and there is no
220reason so single out systemd here. -->
221 </seg>
222 <seg>
223 libupower-glib.so
224 </seg>
225 <seg>
226 /etc/UPower,
227 /usr/include/libupower-glib, and
228 /var/lib/upower
229 </seg>
230 </seglistitem>
231 </segmentedlist>
232
233 <variablelist>
234 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
235 <?dbfo list-presentation="list"?>
236 <?dbhtml list-presentation="table"?>
237
238 <varlistentry id="upower-prog">
239 <term><command>upower</command></term>
240 <listitem>
241 <para>
242 is the <application>UPower</application> command line tool
243 </para>
244 <indexterm zone="upower upower-prog">
245 <primary sortas="b-upower">upower</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249<!-- See above
250 <varlistentry id="upowerd" revision="systemd">
251 <term><command>upowerd</command></term>
252 <listitem>
253 <para>
254 is the <application>UPower</application> Daemon. It provides the
255 org.freedesktop.UPower service on the system message bus.
256 </para>
257 <indexterm zone="upower upowerd">
258 <primary sortas="b-upowerd">upowerd</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>-->
262
263 <varlistentry id="libupower-glib">
264 <term><filename class="libraryfile">libupower-glib.so</filename></term>
265 <listitem>
266 <para>
267 contains the <application>UPower</application> API functions
268 </para>
269 <indexterm zone="upower libupower-glib">
270 <primary sortas="c-libupower-glib">libupower-glib.so</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 </variablelist>
276
277 </sect2>
278
279</sect1>
Note: See TracBrowser for help on using the repository browser.