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

« back to all changes in this revision

Viewing changes to man/pm-is-supported.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Michael Biebl, Martin Pitt
  • Date: 2010-07-13 16:24:27 UTC
  • mfrom: (40.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100713162427-vpmf1kkj79e715j0
[ Michael Biebl ]
* New upstream release. (Closes: #588587)
  The main improvement is that this ships some generally useful power
  management hooks by default. Note that this conflicts with similar
  packages such as laptop-mode-tools or pm-utils-powersave-policy, so you
  should not enable them and pm-utils at the same time.
  Current hooks when switching to battery:
  - [disable_wol] Disable Wake-on-LAN on ethernet cards
  - [hal-cd-polling] Disable HAL's polling of CD drives for automounting
    them. Note that this HAL functionality is already obsolete in Debian's
    current GNOME, but still being used in current KDE and XFCE desktops.
  - [harddrive] More aggressive harddrive spindown times
  - [intel-audio-powersave] Put ac97 and hda cards to sleep when inactive.
  - [journal-commit, xfs_buffer] Delay ext[34]/ext journal/metadata
    writeback
  - [laptop-mode] Delay hard disk writeback times of dirty caches, to avoid
    spin ups
  - [pcie_aspm] PCI express cards power saving
  - [readahead] More speculative readahead, at the expense of using more
    memory
  - [sata_alpm] Enable SATA link power management
  - [sched-powersave] Try to use fewer cores on multi-core machines
  - [wireless] Reduce RX/TX power when idle on some known-working drivers
    (various Intel chips for now)
* video-quirks/*
  - Update quirks to latest upstream release pm-quirks-20100619.
* Drop patches applied upstream
  - debian/patches/05-inspiron-8600-ati-quirk.patch
  - debian/patches/08-fix-lock-file-handling.patch
  - debian/patches/12-man-page-fixes.patch
* Refresh and update all patches so they apply cleanly.
* debian/control
  - Demote radeontool to Suggests. The standard Debian/Ubuntu kernels use
    KMS for radeon which makes this tool obsolete. (Closes: #588768)

[ Martin Pitt ]
* debian/control: Add hdparm Recommends and ethtool/wireless-tools Suggests,
  for the newly added power saving hooks.
* debian/control: Conflicts/Replaces: pm-utils-powersave-policy, superseded
  by the now integrated power.d hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    <para>
90
90
      The intended purpose of <command>&dhpackage;</command> is to
91
91
      find out which power management modes are supported by the 
92
 
      system. hald(8) will call it to do just that. (Note that DeviceKit-power
 
92
      system. hald(8) will call it to do just that. (Note that UPower
93
93
      does not use this.)
94
94
    </para>
95
95
  </refsect1>
104
104
        <term><option>--suspend</option></term>
105
105
        <listitem>
106
106
          <para>
107
 
            Is suspend supported? Suspend is a state where
 
107
            Test whether suspend is supported. Suspend is a state where
108
108
            most devices are shutdown, except for RAM. This
109
109
            state still draws power.
110
110
          </para>
114
114
        <term><option>--hibernate</option></term>
115
115
        <listitem>
116
116
          <para>
117
 
            Is hibernate supported? During hibernate the state of the
 
117
            Test whether hibernate is supported. During hibernate the state of the
118
118
            system is saved to disk, the system is fully powered off.
119
119
          </para>
120
120
        </listitem>
123
123
        <term><option>--suspend-hybrid</option></term>
124
124
        <listitem>
125
125
          <para>
126
 
            Is hybrid-suspend supported? Hybrid-suspend is the process
 
126
            Test whether hybrid-suspend is supported. Hybrid-suspend is the process
127
127
            where first the state of the system is saved to disk 
128
128
            -- just like with hibernate -- but instead of poweroff, the 
129
129
            system goes in suspend state, which means it can wakeup 
161
161
    <!-- In alpabetical order. -->
162
162
    <para>
163
163
      <citerefentry>
164
 
        <refentrytitle>DeviceKit-power</refentrytitle>
165
 
        <manvolnum>7</manvolnum>
166
 
      </citerefentry>,
167
 
      <citerefentry>
168
164
        <refentrytitle>hald</refentrytitle>
169
165
        <manvolnum>8</manvolnum>
170
166
      </citerefentry>,
175
171
      <citerefentry>
176
172
        <refentrytitle>s2both</refentrytitle>
177
173
        <manvolnum>8</manvolnum>
 
174
      </citerefentry>,
 
175
      <citerefentry>
 
176
        <refentrytitle>UPower</refentrytitle>
 
177
        <manvolnum>7</manvolnum>
178
178
      </citerefentry>
179
179
    </para>
180
180
  </refsect1>