Changeset 31fc886 for general


Ignore:
Timestamp:
09/17/2015 05:00:55 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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
Children:
2029b72
Parents:
987cd78
Message:

Add kernel options for suspend and hibernate.
Minor xfce updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16420 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pm-utils.xml

    r987cd78 r31fc886  
    8383      <xref linkend="hdparm"/>,
    8484      <xref linkend="wireless_tools"/>,
    85       <ulink url="https://www.kernel.org/pub/software/network/ethtool/">ethtool</ulink> and
    86       <!-- both http://www.codon.org.uk/~mjg59/vbetool/ and
    87            http://www.srcf.ucam.org/~mjg59/vbetool/ are down -->
     85      <ulink url="https://www.kernel.org/pub/software/network/ethtool/">ethtool</ulink>, and
    8886      <ulink url="http://ftp.de.debian.org/debian/pool/main/v/vbetool/">vbetool</ulink>
    89       <!-- radeontool, deprecated? -->
    9087    </para>
    9188
     
    9390      <ulink url="&blfs-wiki;/pm-utils"/>
    9491    </para>
     92  </sect2>
     93
     94  <sect2 role="kernel"  id="pm-utils-kernel">
     95    <title>Kernel Configuration</title>
     96
     97    <para>
     98       If needed, enable the following options in the kernel configuration and
     99       recompile the kernel:
     100    </para>
     101
     102    <screen><literal>Power management and ACPI options ---&gt;
     103    &lt;*&gt; Suspend to RAM and standby            [CONFIG_SUSPEND]
     104    &lt;*&gt; Hibernation (aka 'suspend to disk')   [CONFIG_HIBERNATION]</literal></screen>
     105
     106    <para>
     107      Suspend to RAM allows the system to enter sleep states in which main
     108      memory is powered and thus its contents are preserved. The method cuts
     109      power to most parts of the machine aside from the RAM.  Because of the
     110      large power savings, it is advisable for laptops to automatically enter
     111      this mode when the computer is running on batteries and the lid is closed
     112      (or the user is inactive for some time).
     113    </para>
     114     
     115    <para>
     116      Suspend to disk (Hibernation) saves the machine's state into swap space
     117      and completely powers off the machine. When the machine is powered on,
     118      the state is restored. Until then, there is zero power consumption.
     119      Suspend to RAM and hibernation are normally appropriate for portable
     120      devices such as laptops, but can be used on workstations.  The capability
     121      is not really appropriate for servers.
     122    </para>
     123
     124    <para>
     125      To use hibernation, the kernel parameter
     126      resume=/dev/&lt;swap_partition&gt; has to be used on the kernel command
     127      line (in grub.cfg).  The swap partition should be at least the size of
     128      the physical RAM on the system.
     129    </para>
     130
     131    <indexterm zone="pm-utils pm-utils-kernel">
     132      <primary sortas="d-pm-utils">pm-utils</primary>
     133    </indexterm>
     134
    95135  </sect2>
    96136
Note: See TracChangeset for help on using the changeset viewer.