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

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 5ff8c3a was b5d7180, checked in by Thomas Trepl (Moody) <thomas@…>, 20 months ago

Tags for 11.2

  • Property mode set to 100644
File size: 10.1 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/v&upower-version;/upower-v&upower-version;.tar.bz2">
8 <!ENTITY upower-download-ftp " ">
9 <!ENTITY upower-md5sum "4fba71838a9ba0db6f140418eddbe2b7">
10 <!ENTITY upower-size "128 KB">
11 <!ENTITY upower-buildsize "4.9 MB (add 1.3 MB for tests)">
12 <!ENTITY upower-time "less than 0.1 SBU (using parallelism=4, add 0.6 SBU for tests)">
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 for
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 &lfs112_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 (CONFIG_USER_NS) is now required. Without this,
105 you will get "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 First, remove an unneeded dependency from a test:
127 </para>
128
129<screen><userinput>sed '/parse_version/d' -i src/linux/integration-test.py</userinput></screen>
130
131 <para>
132 Install <application>UPower</application> by running the following
133 commands:
134 </para>
135
136<screen revision="sysv"><userinput>mkdir build &amp;&amp;
137cd build &amp;&amp;
138meson --prefix=/usr \
139 --buildtype=release \
140 -Dgtk-doc=false \
141 -Dman=false \
142 -Dsystemdsystemunitdir=no \
143 -Dudevrulesdir=/usr/lib/udev/rules.d \
144 .. &amp;&amp;
145ninja</userinput></screen>
146
147<screen revision="systemd"><userinput>mkdir build &amp;&amp;
148cd build &amp;&amp;
149meson --prefix=/usr \
150 --buildtype=release \
151 -Dgtk-doc=false \
152 -Dman=false \
153 .. &amp;&amp;
154ninja</userinput></screen>
155
156 <!-- On my system with LANG=zh_CN.UTF-8, one test attempted to compare
157 Chinese error message with English references and failed.
158 LC_ALL=C fixes the problem. -->
159 <para>
160 To test the results, issue: <command>LC_ALL=C ninja test</command>. Some
161 checks may not pass due to missing files. Test suite should be run from
162 a local GUI session started with dbus-launch.
163 </para>
164
165 <para>
166 Now, as the <systemitem class="username">root</systemitem> user:
167 </para>
168
169<screen role="root"><userinput>ninja install</userinput></screen>
170
171 </sect2>
172
173 <sect2 role="commands">
174 <title>Command Explanations</title>
175
176 <para>
177 <parameter>-Dgtk-doc=false</parameter>: Prevents building the
178 documentation. Remove this if you have <application>GTK-Doc</application>
179 installed and wish to build the documentation.
180 </para>
181
182 <para>
183 <parameter>-Dman=false</parameter>: Prevents building the
184 manual pages. Remove this if you have <application>GTK-Doc</application>
185 installed and wish to build the manual pages.
186 </para>
187
188 <para revision="sysv">
189 <parameter>-Dsystemdsystemunitdir=no</parameter>: Removes
190 the dependency on <application>systemd</application>.
191 </para>
192
193 <para revision="sysv">
194 <parameter>-Dudevrulesdir=/usr/lib/udev/rules.d</parameter>: Tells
195 the build system where to install <application>udev</application>
196 rules because the information is missing in
197 <filename>/usr/lib/pkgconfig/libudev.pc</filename>
198 </para>
199
200 </sect2>
201
202 <sect2 role="configuration" revision="systemd">
203
204 <title>Configuring UPower</title>
205<!-- timer statistics have been removed from kernel (since 4.11)
206 I do not know if there is a replacement. See
207 https://patchwork.kernel.org/patch/9561519
208 and https://bugs.freedesktop.org/show_bug.cgi?id=100626
209
210 <para>
211 To use the command <command>upower -w</command> for information about
212 processor wakeups (this command is used by <phrase revision="sysv">
213 <ulink url="&gnome-download-http;/gnome-power-manager/">gnome-power-manager</ulink></phrase><phrase revision="systemd"><xref linkend="gnome-power-manager"/></phrase>)
214 you need to enable CONFIG_TIMER_STATS. This is achieved in
215 <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
216 menu and selecting &apos;Collect kernel timers statistics&apos;.
217 </para>
218-->
219 <sect3 id="upower-init">
220 <title>Systemd Unit</title>
221
222 <para>
223 To start the <command>UPower</command> service at boot,
224 enable the previously installed systemd unit by
225 running the following command as the
226 <systemitem class="username">root</systemitem> user:
227 </para>
228
229 <indexterm zone="upower upower-init">
230 <primary sortas="f-upower">upower</primary>
231 </indexterm>
232
233<screen role="root"><userinput>systemctl enable upower</userinput></screen>
234
235 </sect3>
236
237 </sect2>
238
239 <sect2 role="content">
240 <title>Contents</title>
241
242 <segmentedlist>
243 <segtitle>Installed Program<!--
244See below... <phrase revision="systemd">s</phrase>--></segtitle>
245 <segtitle>Installed Libraries</segtitle>
246 <segtitle>Installed Directories</segtitle>
247
248 <seglistitem>
249 <seg>
250 upower
251<!-- <phrase revision="systemd"> and upowerd</phrase>
252Upowerd should not be listed, as it is in /usr/libexec, and is not supposed
253to be run by a user. Furthermore, upowerd is also in sysv, and there is no
254reason so single out systemd here. -->
255 </seg>
256 <seg>
257 libupower-glib.so
258 </seg>
259 <seg>
260 /etc/UPower,
261 /usr/include/libupower-glib, and
262 /var/lib/upower
263 </seg>
264 </seglistitem>
265 </segmentedlist>
266
267 <variablelist>
268 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
269 <?dbfo list-presentation="list"?>
270 <?dbhtml list-presentation="table"?>
271
272 <varlistentry id="upower-prog">
273 <term><command>upower</command></term>
274 <listitem>
275 <para>
276 is the <application>UPower</application> command line tool
277 </para>
278 <indexterm zone="upower upower-prog">
279 <primary sortas="b-upower">upower</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283<!-- See above
284 <varlistentry id="upowerd" revision="systemd">
285 <term><command>upowerd</command></term>
286 <listitem>
287 <para>
288 is the <application>UPower</application> Daemon. It provides the
289 org.freedesktop.UPower service on the system message bus.
290 </para>
291 <indexterm zone="upower upowerd">
292 <primary sortas="b-upowerd">upowerd</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>-->
296
297 <varlistentry id="libupower-glib">
298 <term><filename class="libraryfile">libupower-glib.so</filename></term>
299 <listitem>
300 <para>
301 contains the <application>UPower</application> API functions
302 </para>
303 <indexterm zone="upower libupower-glib">
304 <primary sortas="c-libupower-glib">libupower-glib.so</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 </variablelist>
310
311 </sect2>
312
313</sect1>
Note: See TracBrowser for help on using the repository browser.