Changeset 608e1de1


Ignore:
Timestamp:
04/11/2024 11:15:01 AM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
efc10aa3
Parents:
2bd79d0d (diff), 20be11f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/power-profiles-daemon.xml

    r2bd79d0d r608e1de1  
    3434      that allows modification of the system power/behavior state. This is used on
    3535      many laptops and can be used by a Desktop Environment to activate power saving
    36       or performance CPU governors through dbus.
     36      or performance CPU governors through dbus. On other systems, Power-profiles-daemon
     37      can be used as a streamlined way to set the CPU governor in order to increase system
     38      performance at the cost of energy usage.
    3739    </para>
    3840
     
    157159<screen role="root"><userinput>ninja install</userinput></screen>
    158160
    159     <para>
     161    <para revision="sysv">
    160162      Now, clean up an unneeded systemd unit installed into /tmp:
    161163    </para>
     
    223225
    224226      <screen role="root"><userinput>systemctl enable power-profiles-daemon</userinput></screen>
     227    </sect3>
     228
     229    <sect3>
     230      <title>Select a Power Profile</title>
     231
     232      <para>
     233        To list all supported power profiles, issue:
     234      </para>
     235
     236      <screen role="nodump"><userinput>powerprofilesctl</userinput></screen>
     237
     238      <para>
     239        To activate a power profile (for example
     240        <replaceable>performance</replaceable>), issue:
     241      </para>
     242
     243      <screen role="nodump"><userinput>powerprofilesctl set <replaceable>performance</replaceable></userinput></screen>
     244
     245      <para>
     246        Some desktop environments (for example GNOME and KDE) also provide
     247        a graphical interface to interact with
     248        <command>power-profiles-daemon</command> and activate a power
     249        profile.
     250      </para>
     251
     252      <para>
     253        The activated power profile is automatically stored in
     254        <filename>/var/lib/power-profiles-daemon/state.ini</filename> and
     255        <command>power-profiles-daemon</command> will read it out and
     256        activate it again on the next boot if the
     257        <phrase revision='sysv'>bootscript is
     258        installed</phrase><phrase revision='systemd'>Systemd
     259        unit is enabled</phrase> as above.
     260      </para>
    225261    </sect3>
    226262
  • gnome/platform/gnome-shell.xml

    r2bd79d0d r608e1de1  
    9090      <xref linkend="gst10-plugins-base"/>,
    9191      <xref linkend="NetworkManager"/>, and
    92       <xref linkend="power-profiles-daemon"/> (for laptops)
     92      <xref linkend="power-profiles-daemon"/>
    9393    </para>
    9494
  • gnome/platform/tracker3-miners.xml

    r2bd79d0d r608e1de1  
    121121  </sect2>
    122122
     123  <sect2 role="kernel" id="tracker3-miners-kernel">
     124    <title>Kernel Configuration</title>
     125
     126    <para>
     127      Enable the following options in the kernel configuration, then recompile
     128      the kernel and reboot if necessary:
     129    </para>
     130
     131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     132      href="tracker3-miners-kernel.xml"/>
     133
     134    <indexterm zone="tracker3-miners tracker3-miners-kernel">
     135      <primary sortas="d-traker-miners">tracker-miners</primary>
     136    </indexterm>
     137  </sect2>
     138
    123139  <sect2 role="installation">
    124140    <title>Installation of Tracker-miners</title>
     
    163179            --buildtype=release \
    164180            -Dman=false         \
    165             -Dlandlock=disabled \
    166181            ..                  &amp;&amp;
    167182ninja</userinput></screen>
     
    174189            -Dsystemd_user_services=false \
    175190            -Dman=false                   \
    176             -Dlandlock=disabled           \
    177191            ..                            &amp;&amp;
    178192ninja</userinput></screen>
     
    215229    </para>
    216230
    217     <para>
    218       <parameter>-Dlandlock=disabled</parameter>: This switch disables the
    219       Landlock file access sandbox due to it requiring additional kernel
    220       configuration and packages such as selinux or AppArmor.
    221     </para>
    222 
    223231    <para revision="sysv">
    224232      <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
     
    231239      call filter. On some architectures, such as i686 and ARM, the functions
    232240      that tracker-miners uses are not guarded properly, and tracker-miners
    233       will get killed with a SIGSYS as a result.
     241      will get killed with a SIGSYS as a result.  Note that disabling
     242      seccomp might cause the system compromised more severely in case a
     243      security vulnerability in tracker-miners or its dependencies is
     244      exploited.
     245    </para>
     246
     247    <para>
     248      <option>-Dlandlock=disabled</option>: This switch disables the
     249      Landlock file access sandbox.  Use it if you don't want to build the
     250      kernel with Landlock support.  Note that disabling Landlock might
     251      cause the system compromised more severely in case a security
     252      vulnerability in tracker-miners or its dependencies is exploited.
    234253    </para>
    235254
  • kde/plasma5/plasma-all.xml

    r2bd79d0d r608e1de1  
    104104    <xref linkend="oxygen-icons"/>,
    105105    <xref linkend="pciutils"/>,
    106     <xref linkend="power-profiles-daemon"/> (for laptops), and
     106    <xref linkend="power-profiles-daemon"/>, and
    107107    the following Python modules:
    108108      <xref linkend="psutil"/>,
  • x/lib/qt6.xml

    r2bd79d0d r608e1de1  
    274274
    275275    <para>
    276       First make a correction identified uostream:
     276      First make a correction identified upstream:
    277277    </para>
    278278
Note: See TracChangeset for help on using the changeset viewer.