source: general/sysutils/power-profiles-daemon.xml@ f67c5c8

12.1 12.2 gimp3 ken/TL2024 lazarus trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since f67c5c8 was b458da5, checked in by Douglas R. Reno <renodr@…>, 8 months ago

power-profiles-daemon: typo fix from rhubarbpieguy

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[16d42f6]1<?xml version="1.0" encoding="UTF-8"?>
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 <!-- Place this in the packages.ent file
8 <!ENTITY power-profiles-daemon-version "">
9 -->
10
11 <!ENTITY power-profiles-daemon-download-http "https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/&power-profiles-daemon-version;/power-profiles-daemon-&power-profiles-daemon-version;.tar.gz">
12 <!ENTITY power-profiles-daemon-download-ftp " ">
[7669ff25]13 <!ENTITY power-profiles-daemon-md5sum "92df21de1148ef6e7c30e4a0829e02b1">
14 <!ENTITY power-profiles-daemon-size "68 KB">
15 <!ENTITY power-profiles-daemon-buildsize "1.4 MB">
[16d42f6]16 <!ENTITY power-profiles-daemon-time "less than 0.1 SBU (with tests)">
17]>
18
19<sect1 id="power-profiles-daemon" xreflabel="power-profiles-daemon-&power-profiles-daemon-version;">
20 <?dbhtml filename="power-profiles-daemon.html"?>
21
22
23 <title>Power-profiles-daemon-&power-profiles-daemon-version;</title>
24
25 <indexterm zone="power-profiles-daemon">
26 <primary sortas="a-Power-profiles-daemon">power-profiles-daemon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Power-profiles-daemon</title>
31
32 <para>
33 The <application>Power-profiles-daemon</application> package provides a program
34 that allows modification of the system power/behavior state. This is used on
35 many laptops and can be used by a Desktop Environment to activate power saving
36 or performance CPU governors through dbus.
37 </para>
38
39 &lfs120_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&power-profiles-daemon-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&power-profiles-daemon-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &power-profiles-daemon-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &power-profiles-daemon-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &power-profiles-daemon-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &power-profiles-daemon-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Power-profiles-daemon Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
[8b5da84]79 <xref linkend="gobject-introspection"/>,
[f1e2498]80 <xref linkend="libgudev"/>, and
81 <xref linkend="polkit"/>
[16d42f6]82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="gtk-doc"/>,
87 The rest are for the tests,
88 <xref linkend="python-dbusmock"/>,
89 <xref linkend="umockdev"/>,
90 <ulink url="https://github.com/PyCQA/isort">isort</ulink>, and
[f1e2498]91 <ulink url="https://github.com/PyCQA/mccabe">mccabe</ulink>
[16d42f6]92 </para>
93 </sect2>
94
95 <sect2 role="kernel" id="power-profiles-daemon-kernel">
96 <title>Kernel Configuration</title>
97
98 <para>
99 Enable the following options in the kernel configuration and recompile the
100 kernel if necessary:
101 </para>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="power-profiles-daemon-kernel.xml"/>
105
106 <para>
107 Select the appropriate sub-options that appear when the above options are
108 selected. As much as possible, the layout should be the same as in
109 kernel configuration menus.
110 </para>
111
112 <indexterm zone="power-profiles-daemon power-profiles-daemon-kernel">
113 <primary sortas="d-Power-profiles-daemon">Power-profiles-daemon</primary>
114 </indexterm>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of Power-profiles-daemon</title>
119
120 <para>
121 Install <application>Power-profiles-daemon</application> by
122 running the following commands:
123 </para>
124<screen revision="sysv"><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
[8b5da84]127meson setup \
128 --prefix=/usr \
129 --buildtype=release \
130 -Dgtk_doc=false \
[7669ff25]131 -Dtests=false \
[16d42f6]132 -Dsystemdsystemunitdir=no \
133 .. &amp;&amp;
134ninja</userinput></screen>
135
136
137<screen revision="systemd"><userinput>mkdir build &amp;&amp;
138cd build &amp;&amp;
139
[8b5da84]140meson setup \
141 --prefix=/usr \
[16d42f6]142 --buildtype=release \
[8b5da84]143 -Dgtk_doc=false \
[7669ff25]144 -Dtests=false \
[16d42f6]145 .. &amp;&amp;
146ninja</userinput></screen>
147
148 <para>
149 If you have installed the external dependencies, to test the results issue: <command>
[7669ff25]150 ninja test</command>.
[16d42f6]151 </para>
152
153 <para>
154 Now, as the <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"><userinput>ninja install</userinput></screen>
158 </sect2>
159
160 <sect2 role="commands">
161 <title>Command Explanations</title>
162
163 <para>
[f1e2498]164 <parameter>-Dgtk_doc=false</parameter>: Prevents building the
[16d42f6]165 documentation. Remove this if you have <application>GTK-Doc</application>
166 installed and wish to build the documentation.
167 </para>
168
[7669ff25]169 <para>
170 <parameter>-Dtests=false</parameter>: Prevents building the
[b458da5]171 tests because they cannot be run within the boundaries of
[7669ff25]172 BLFS. Remove this if you have installed the external dependencies
173 and wish to run the tests.
174 </para>
175
[16d42f6]176 <para revision="sysv">
177 <parameter>-Dsystemdsystemunitdir=no</parameter>: Removes
178 the dependency on <application>systemd</application>.
179 </para>
180
181 </sect2>
182
183 <sect2 role="configuration">
184 <title>Configuring Power-profiles-daemon</title>
185
186 <sect3 id="power-profiles-daemon-init" revision="sysv">
187 <title>Boot Script</title>
188
189 <para>
190 To automatically start the <command>power-profiles-daemon</command> when the
191 system is rebooted, install the
192 <filename>/etc/rc.d/init.d/power-profiles-daemon</filename> bootscript from the
[f1e2498]193 <xref linkend="bootscripts" revision="sysv"/> as the
[16d42f6]194 <systemitem class="username">root</systemitem> user:
195 </para>
196
197 <indexterm zone="power-profiles-daemon power-profiles-daemon-init">
198 <primary sortas="f-Power-profiles-daemon">power-profiles-daemon</primary>
199 </indexterm>
200
201<screen role="root"><userinput>make install-power-profiles-daemon</userinput></screen>
202 </sect3>
203
204
205 <sect3 id="power-profiles-daemon-systemd" revision="systemd">
206 <title>Systemd Unit</title>
207
208 <para>
209 To start the power-profiles-daemon on boot, enable the systemd
210 service that was installed by running the following command as the
211 <systemitem class="username">root</systemitem> user:
212 </para>
213
214 <screen role="root"><userinput>systemctl enable power-profiles-daemon</userinput></screen>
215 </sect3>
216
217 </sect2>
218
219
220
221 <sect2 role="content">
222 <title>Contents</title>
223
224 <segmentedlist>
225 <segtitle>Installed Program</segtitle>
226 <segtitle>Installed Libraries</segtitle>
227 <segtitle>Installed Directories</segtitle>
228
229 <seglistitem>
230 <seg>
[f1e2498]231 powerprofilesctl
[16d42f6]232 </seg>
233 <seg>
[f1e2498]234 None
[16d42f6]235 </seg>
236 <seg>
[f1e2498]237 None
[16d42f6]238 </seg>
239 </seglistitem>
240 </segmentedlist>
241
242 <variablelist>
243 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
244 <?dbfo list-presentation="list"?>
245 <?dbhtml list-presentation="table"?>
246
247 <varlistentry id="powerprofilesctl">
248 <term><command>powerprofilesctl</command></term>
249 <listitem>
250 <para>
[8b5da84]251 This allows the user to set the power governor of the
[f1e2498]252 CPU.
[16d42f6]253 </para>
254 <indexterm zone="powerprofilesctl">
255 <primary sortas="b-powerprofilesctl">powerprofilesctl</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261 </sect2>
262</sect1>
Note: See TracBrowser for help on using the repository browser.