Changeset 608e1de1 for general


Ignore:
Timestamp:
04/11/2024 11:15:01 AM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.