~ubuntu-branches/debian/stretch/uswsusp/stretch

« back to all changes in this revision

Viewing changes to debian/s2ram.xml

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2008-08-20 09:09:13 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080820090913-0eahue1zo8egcxls
Tags: 0.8-1.1
* Non-maintainer upload to fix pending l10n issues.
* Remove extra and useless debian/po/ff/ directory
* Debconf translation updates:
  - Japanese. Closes: #489939
  - German. Closes: #493747
  - French. Closes: #493771
  - Romanian. Closes: #493772
  - Galician. Closes: #494050
  - Finnish. Closes: #494087
  - Italian. Closes: #494096
  - Basque. Closes: #494277
  - Basque. Closes: #494277
  - Czech. Closes: #494410
  - Swedish. Closes: #494412
  - Russian. Closes: #495412
  - Portuguese. Closes: #495451
  - Spanish. Closes: #495499
  - Slovak. Closes: #495516

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    <cmdsynopsis>
81
81
      <command>&dhs2ram;</command>
82
82
 
83
 
      <arg><option>-f </option><replaceable>config_file</replaceable></arg>
84
 
    <arg><option>-h, --help</option></arg>
85
 
    <arg><option>-n, --test</option></arg>
86
 
    <arg><option>-i, --identify</option></arg>
87
 
    <arg><option>-f, --force</option></arg>
 
83
      <arg>-h, --help</arg>
 
84
      <arg>-V, --vesion</arg>
 
85
      <arg>-n, --test</arg>
 
86
      <arg>-i, --identify</arg>
 
87
      <arg>--nofbsuspend</arg>
 
88
      <arg>--force</arg>
88
89
 
89
 
    <arg><option>-s, --vbe_save</option></arg>
90
 
    <arg><option>-r, --radeontool</option></arg>
91
 
    <arg><option>-a, --acpi_sleep</option></arg>
 
90
      <arg>--vbe_save</arg>
 
91
      <arg>--vbe_mode</arg>
 
92
      <arg>--radeontool</arg>
 
93
      <arg>--acpi_sleep <replaceable>nr</replaceable></arg>
 
94
      <arg>--pci_save</arg>
92
95
 
93
96
    </cmdsynopsis>
94
97
 
127
130
      </varlistentry>
128
131
    </variablelist>
129
132
 
 
133
    <variablelist>
 
134
      <varlistentry>
 
135
        <term><option>-V, --version</option>
 
136
        </term>
 
137
        <listitem>
 
138
          <para>Version information.</para>
 
139
        </listitem>
 
140
      </varlistentry>
 
141
    </variablelist>
 
142
 
130
143
 
131
144
    <variablelist>
132
145
      <varlistentry>
150
163
      </varlistentry>
151
164
    </variablelist>
152
165
 
 
166
     <variablelist>
 
167
      <varlistentry>
 
168
        <term><option>--nofbsuspend</option>
 
169
        </term>
 
170
        <listitem>
 
171
          <para>do not suspend the framebuffer (for debugging purposes).</para>
 
172
        </listitem>
 
173
      </varlistentry>
 
174
    </variablelist>
 
175
 
153
176
 
154
177
        <variablelist>
155
178
      <varlistentry>
156
 
        <term><option>-f, --force</option>
 
179
        <term><option>--force</option>
157
180
        </term>
158
181
        <listitem>
159
182
          <para>force suspending, even on unknown machines.
167
190
 
168
191
        <variablelist>
169
192
      <varlistentry>
170
 
        <term><option>-s, --vbe_save</option>
 
193
        <term><option>--vbe_save</option>
171
194
        </term>
172
195
        <listitem>
173
196
          <para>save VBE state before suspending and restore after resume.</para>
177
200
 
178
201
        <variablelist>
179
202
      <varlistentry>
180
 
        <term><option>-p, --vbe_post</option>
181
 
        </term>
182
 
        <listitem>
183
 
          <para> VBE POST the graphics card after resume</para>
 
203
        <term><option>--vbe_post</option>
 
204
        </term>
 
205
        <listitem>
 
206
          <para> VBE POST the graphics card after resume.</para>
 
207
        </listitem>
 
208
      </varlistentry>
 
209
  </variablelist>
 
210
 
 
211
        <variablelist>
 
212
      <varlistentry>
 
213
        <term><option>--vbe_mode</option>
 
214
        </term>
 
215
        <listitem>
 
216
          <para> get VBE mode before suspend and set it after resume.</para>
184
217
        </listitem>
185
218
      </varlistentry>
186
219
    </variablelist>
187
220
 
188
221
        <variablelist>
189
222
      <varlistentry>
190
 
        <term><option>-r, --radeontool</option>
 
223
        <term><option>--radeontool</option>
191
224
        </term>
192
225
        <listitem>
193
226
          <para>turn off the backlight on radeons before suspending.</para>
195
228
      </varlistentry>
196
229
    </variablelist>
197
230
 
 
231
       <varlistentry>
 
232
        <term><option>-v, --pci_save</option>
 
233
        </term>
 
234
        <listitem>
 
235
            <para>
 
236
                Save the PCI config space of the VGA card before suspend 
 
237
                and restore it after resume.
 
238
          </para>
 
239
        </listitem>
 
240
      </varlistentry>
 
241
 
198
242
 
199
243
        <variablelist>
200
244
      <varlistentry>
201
 
        <term><option>-a, --acpi_sleep</option>
 
245
        <term><option>--acpi_sleep <replaceable>nr</replaceable></option>
202
246
        </term>
203
247
        <listitem>
204
248
          <para>set the acpi_sleep parameter before suspend.
206
250
 
207
251
          </para>
208
252
        </listitem>
209
 
      </varlistentry>
210
 
    </variablelist>
 
253
    </varlistentry>
 
254
 
 
255
 
 
256
       </variablelist>
211
257
 
212
258
 
213
259