~ubuntu-branches/ubuntu/precise/pm-utils/precise-updates

« back to all changes in this revision

Viewing changes to man/pm-action.xml

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-11-25 15:36:42 UTC
  • mfrom: (1.1.7 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091125153642-2ks4aeo101eyo6uq
Tags: 1.2.6.1-2
* Add 01-modprobe-blacklist.patch: Respect module blacklists when calling
  modprobe on resume. (fd.o #25254)
* Add 02-logging-append.patch: Do not clear the log file on each operation,
  but instead append to it. This makes debugging of several suspends much
  easier. Thanks to James Westby for the patch! (fd.o #25255, LP #410352)
* Add debian/pm-utils.logrotate: Rotate above log file.
* Prevent hibernation after a kernel update:
  - Add debian/kernel-postinst-hibernate-stamp: /etc/kernel/postinst.d/ hook
    to create /var/run/do-not-hibernate stamp.
  - Add debian/no-hibernate-on-kernel-update: sleep.d hook to make
    hibernation fail early if above stamp exists.
  - debian/rules: Install above scripts.
  - Closes: #457515, LP: #350491
* debian/rules: When building on Ubuntu, revert the effect of
  10-debian-defaults.patch; uswsusp is not supported in Ubuntu. Add
  lsb-release build dependency for this.
* debian/control: Add myself to Uploaders: with Michael's consent.
* Add 03-on_ac_power-devkit-power.patch: Try to contact DeviceKit-Power in
  on_ac_power, and if it succeeds, use that. Otherwise fall back to hal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
  <refsect1 id="options">
165
165
    <title>OPTIONS</title>
166
166
    <para>
167
 
      Om most hardware putting the video card in the suspend state and 
 
167
      On most hardware putting the video card in the suspend state and
168
168
      recovering from it needs some special quirk handling.
169
169
      With the --quirk-* options of the <command>pm-suspend</command> and
170
170
      <command>pm-suspend-hybrid</command> commands you can select which
302
302
                  is specific to this system.  The file will be saved in 
303
303
                  <filename>/etc/hal/fdi/information/99local-pm-utils-quirks.fdi</filename>.
304
304
                  This parameter will only save the actual quirks that were 
305
 
                  used to sucessfully suspend/resume a system -- if you are 
 
305
                  used to successfully suspend/resume a system -- if you are 
306
306
                  running proprietary video drivers or kernel modesetting 
307
307
                  video drivers, you will generate a potentially incorrect 
308
308
                  .fdi file.
325
325
            of pm-utils. If a global configuration variable is set, the 
326
326
            value set to will be appended to the previous value.
327
327
            If any other variable is set, it will be ignored. 
328
 
            The syntax is simply: VAR_NAME = value.
 
328
            The syntax is simply: VAR_NAME=value.
329
329
            See the
330
330
            CONFIGURATION VARIABLES section for valid variables defined
331
331
            by pm-utils. External packages can define others, see
492
492
        <listitem>
493
493
                <para>
494
494
                        If your system clock drifts across a suspend/resume or
495
 
                        hiberante/thaw cycle, you should set this to true.
 
495
                        hibernate/thaw cycle, you should set this to true.
496
496
                        This will cause pm-utils to synchronize the system clock
497
497
                        whenever we go through a sleep/wake cycle at the expense of 
498
498
                        making suspend/resume take longer.