~ubuntu.cat/ubuntaires/ajuda

« back to all changes in this revision

Viewing changes to jaunty/hardware/C/hardware.xml

  • Committer: Arnau Alcázar Lleopart
  • Date: 2009-07-15 17:38:44 UTC
  • Revision ID: arnau@alcalleop.net-20090715173844-67maxucr1l9enivg
Afegida la traducció de la Jaunty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
 
3
        "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
<!ENTITY % globalent SYSTEM "../../libs/global.ent">
 
5
%globalent;
 
6
<!ENTITY % gnome-menus-C SYSTEM "../../libs/gnome-menus-C.ent">
 
7
%gnome-menus-C;
 
8
<!ENTITY % xinclude SYSTEM "../../libs/xinclude.mod">
 
9
%xinclude;
 
10
<!ENTITY language "en">
 
11
<!ENTITY ubuntu '<phrase>Ubuntu</phrase>'>
 
12
<!ENTITY gnome-partition-editor '<application>GNOME Partition Editor</application>'>
 
13
]>
 
14
 
 
15
<?db.chunk.max_depth 2?>
 
16
<?yelp:chunk-depth 2?>
 
17
 
 
18
<article lang="&language;" id="hardware">
 
19
        <articleinfo>
 
20
                <title>Working with Hardware Devices</title>
 
21
        &legalnotice;
 
22
        </articleinfo>
 
23
        <para>Your computer consists of a number of connected devices, which are collectively known as computer <emphasis>hardware</emphasis>.</para>
 
24
        <para>Ubuntu normally configures your hardware automatically, but there may be occasions when you need to make changes to hardware settings yourself. This section provides information on tools which can be used to configure your hardware.</para>
 
25
        <sect1 id="restricted-manager" status="review">
 
26
                <title>Restricted drivers</title>
 
27
                <para>Some devices attached to your computer may need restricted drivers to be installed in order to work properly.</para>
 
28
                <sect2 id="restrictedmanager-whyrestricted" status="review">
 
29
                        <title>Why are some drivers restricted?</title>
 
30
                        <para><emphasis>Restricted drivers are drivers for your hardware which are not freely available or open-source.</emphasis></para>
 
31
                        <para>Most of the devices (hardware) attached to your computer should function properly in Ubuntu. These devices are likely to have <emphasis>unrestricted</emphasis> drivers, which means that the drivers can be modified by the Ubuntu developers and problems with them can be fixed.</para>
 
32
                        <para>Some hardware does not have unrestricted drivers, usually because the hardware manufacturer has not released details of their hardware which would make it possible to create such a driver. These devices may have limited functionality or may not work at all.</para>
 
33
                        <para>If a <emphasis>restricted driver</emphasis> is available for a certain device, you can install it in order to allow your device to function properly, or to add new features. For example, installing a restricted driver for certain graphics cards may allow you to use more advanced <ulink type='help' url='ghelp:desktop-effects'>visual effects</ulink>.</para>
 
34
                        <para>Some computers may not have any devices which can use restricted drivers, either because all of the devices are fully supported by unrestricted drivers or because no restricted drivers are yet available for the device.</para>
 
35
                        <caution>
 
36
                                <para>Restricted drivers are often maintained by the hardware manufacturer, and so cannot be modified by Ubuntu developers if there is a problem.</para>
 
37
                        </caution>
 
38
                </sect2>
 
39
                <sect2 id="restrictedmanager-enable" status="review">
 
40
                        <title>Enabling a restricted driver</title>
 
41
                        <para>To use a restricted driver for a device:</para>
 
42
                        <procedure>
 
43
                                <step>
 
44
                                        <para>Press &restricted-manager;</para>
 
45
                                </step>
 
46
                                <step>
 
47
                                        <para>Find the driver which you would like to enable and check the box in the <guilabel>Enabled</guilabel> column, next to its name</para>
 
48
                                </step>
 
49
                                <step>
 
50
                                        <para>You will be asked to confirm that you want to enable the driver. Press <guibutton>Enable Driver</guibutton></para>
 
51
                                </step>
 
52
                                <step>
 
53
                                        <para>The restricted driver may have to be downloaded and installed</para>
 
54
                                </step>
 
55
                                <step>
 
56
                                        <para>You may need to restart your computer to finish enabling the driver</para>
 
57
                                </step>
 
58
                        </procedure>
 
59
                </sect2>
 
60
                <sect2 id="restrictedmanager-disable" status="review">
 
61
                        <title>Disabling a restricted driver</title>
 
62
                        <para>If a restricted driver is causing problems, or you would just like to turn it off, follow the procedure below:</para>
 
63
                        <procedure>
 
64
                                <step>
 
65
                                        <para>Press &restricted-manager;</para>
 
66
                                </step>
 
67
                                <step>
 
68
                                        <para>Find the driver which you would like to disable and uncheck the box in the <guilabel>Enabled</guilabel> column, next to its name</para>
 
69
                                </step>
 
70
                                <step>
 
71
                                        <para>You will be asked to confirm that you would like to disable the driver. Press <guibutton>Disable Driver</guibutton></para>
 
72
                                </step>
 
73
                                <step>
 
74
                                        <para>You may need to restart your computer to finish disabling the driver</para>
 
75
                                </step>
 
76
                        </procedure>
 
77
                </sect2>
 
78
        </sect1>
 
79
        
 
80
        <sect1 id="disks" status="review">
 
81
          <title>Disks and partitions</title>
 
82
          <para>This section provides instructions on how to handle disks and drives, such as removable hard disks.</para>
 
83
 
 
84
          <indexterm zone="partitioning-device">
 
85
            <primary>partition</primary>
 
86
            <secondary>partitions</secondary>
 
87
          </indexterm>
 
88
 
 
89
          <indexterm zone="partitioning-device">
 
90
            <primary>partitioning</primary>
 
91
          </indexterm>
 
92
 
 
93
          <indexterm zone="partition-formatting">
 
94
            <primary>format</primary>
 
95
            <secondary>formatting</secondary>
 
96
          </indexterm>
 
97
 
 
98
          <indexterm zone="mount-and-umount">
 
99
            <primary>mount</primary>
 
100
          </indexterm>
 
101
 
 
102
          <indexterm zone="mount-and-umount">
 
103
            <primary>unmount</primary>
 
104
            <secondary>umount</secondary>
 
105
          </indexterm>
 
106
 
 
107
          <indexterm zone="what-is-filesystem">
 
108
            <primary>filesystem</primary>
 
109
            <secondary>file system</secondary>
 
110
          </indexterm>
 
111
 
 
112
        <sect2 id="checking-usage" status="review">
 
113
        <title>Checking how much disk space is available</title>
 
114
        <para>
 
115
        Click &system-monitor; and select the <guilabel>File Systems</guilabel> 
 
116
        tab to see how much hard disk space is available on your computer.
 
117
        </para>
 
118
        <para>
 
119
        Alternatively, click &computer;, right-click a hard disk, click 
 
120
        <guilabel>Properties</guilabel> and select the 
 
121
        <guilabel>Basic</guilabel> tab to see a summary of the disk space 
 
122
        currently available on that disk.
 
123
        </para>
 
124
            
 
125
            <sect3 id="advanced-disk-analysis" status="review">
 
126
              <title>Advanced disk-usage analysis</title>
 
127
              <para>
 
128
                For a more accurate analysis of your filesystem, press &baobab; to start the
 
129
                <application>Disk Usage Analyzer</application>.
 
130
              </para>
 
131
              <para>
 
132
                Press <guibutton>Scan Home</guibutton> to scan your home directory, or press <guibutton>Scan Filesystem</guibutton> 
 
133
                to scan the whole filesystem.
 
134
              </para>
 
135
              <para>
 
136
                See the <ulink url="ghelp:baobab" type="help">Disk Usage
 
137
                  Analyzer Manual</ulink> for more information.
 
138
              </para>
 
139
            </sect3>
 
140
          </sect2>
 
141
 
 
142
    <sect2 id="free-disk-space" status="review">
 
143
    <title>How can I free-up some disk space?</title>
 
144
    <para>
 
145
    There are several simple ways of making more disk space available:
 
146
    </para>
 
147
 
 
148
    <itemizedlist>
 
149
        <listitem>
 
150
        <para>
 
151
        Empty your trash by right-clicking the Trash icon on the bottom panel 
 
152
        and selecting <guilabel>Empty the Trash folder</guilabel>.
 
153
        </para>
 
154
        </listitem>
 
155
        <listitem>
 
156
        <para>
 
157
        <ulink url="apt:computer-janitor-gtk">Install <application>Computer Janitor</application></ulink> 
 
158
        and run it by clicking &computer-janitor;. This will remove unused or 
 
159
        obsolete software packages from your computer. Read the list of 
 
160
        packages carefully before you click <guibutton>Cleanup</guibutton>; 
 
161
        packages that you have manually downloaded and installed may be listed 
 
162
        as unused, even though they are not.
 
163
        </para>
 
164
        </listitem>
 
165
        <listitem>
 
166
        <para>
 
167
        Remove software packages that you no longer use. See 
 
168
        <ulink type="help" url="ghelp:add-applications#gnome-app-install">
 
169
        Add/Remove Applications</ulink> for information on removing packages.
 
170
        </para>
 
171
        </listitem>
 
172
        <listitem>
 
173
        <para>
 
174
        Delete files that you no longer need. You can use the Disk Usage 
 
175
        Analyzer (&baobab;) to find which files are taking up the most space. 
 
176
        Be careful not to delete files that you still need!
 
177
        </para>
 
178
        </listitem>
 
179
    </itemizedlist>
 
180
 
 
181
    <para>
 
182
    You can also compress and archive your old, rarely-used documents:
 
183
    </para>
 
184
 
 
185
    <procedure>
 
186
        <step>
 
187
        <para>
 
188
        Select the files and folders that you want to compress, right-click one 
 
189
        of them and select <guilabel>Create Archive</guilabel>.
 
190
        </para>
 
191
        </step>
 
192
        <step>
 
193
        <para>
 
194
        Choose a name, location and format for the file (the 
 
195
        <filename>.tar.gz</filename> format is the most commonly used on 
 
196
        Ubuntu, <filename>.zip</filename> is compatible with Windows and 
 
197
        <filename>.tar.lzma</filename> usually offers the best compression).
 
198
        </para>
 
199
        </step>
 
200
        <step>
 
201
        <para>
 
202
        Click <guibutton>Create</guibutton>. An archive file will be created 
 
203
        containing compressed copies of your files.
 
204
        </para>
 
205
        </step>
 
206
        <step>
 
207
        <para>
 
208
        Delete the old uncompressed files to free some disk space.
 
209
        </para>
 
210
        </step>
 
211
    </procedure>
 
212
    </sect2>
 
213
 
 
214
          <sect2 id="partitioning-device" status="review">
 
215
            <title>Partitioning a device</title>
 
216
            <para>
 
217
              You can use &gnome-partition-editor; to partition storage devices. <ulink url="apt:gparted">Install the <application>gparted</application> package
 
218
              </ulink> and then press &gparted; to start the partition editor.
 
219
            </para>
 
220
            <caution>
 
221
                <para>Be careful when altering disk partitions, as it is possible to lose your data if you delete or change the wrong partition.</para>
 
222
            </caution>
 
223
 
 
224
            <sect3 id="freeing-space" status="review">
 
225
              <title>Freeing space for a new partition</title>
 
226
              <para>
 
227
                To create a new partition inside an already partitioned
 
228
                device, you must first resize an existing partition. If you already
 
229
                have free space, skip to <xref
 
230
                linkend="creating-new-partition"/>; otherwise, follow the instructions below:
 
231
                <orderedlist>
 
232
                  <listitem>
 
233
                    <para>
 
234
                      Press &gparted;.
 
235
                    </para>
 
236
                  </listitem>
 
237
                  <listitem>
 
238
                    <para>
 
239
                      Select the device to partition from the drop-down list
 
240
                      at the top-right of the main window.
 
241
                    </para>
 
242
                  </listitem>
 
243
                  <listitem>
 
244
                    <para>
 
245
                      A list of partitions will appear. Select the desired partition
 
246
                      and choose <menuchoice>
 
247
                        <guimenu>Partition</guimenu>
 
248
                        <guimenuitem>Unmount</guimenuitem>
 
249
                      </menuchoice>.
 
250
                    </para>
 
251
                  </listitem>
 
252
                  <listitem>
 
253
                    <para>
 
254
                      To resize the partition choose
 
255
                      <guilabel>Resize/Move</guilabel>. The dialog
 
256
                      <guilabel>Resize/Move</guilabel> will be shown. You can
 
257
                      use the <guilabel>Free Space Following (MiB)</guilabel>
 
258
                      box to choose how much space to free after this
 
259
                      partition, or <guilabel>Free Space Preceding
 
260
                      (MiB)</guilabel> to free space before this partition. Alternatively
 
261
                      you can use the slider to adjust the partition size.
 
262
                    </para>
 
263
                  </listitem>
 
264
                  <listitem>
 
265
                    <para>
 
266
                      To apply the changes, click
 
267
                      <guibutton>Resize/Move</guibutton>.
 
268
                    </para>
 
269
                  </listitem>
 
270
                </orderedlist>
 
271
              </para>
 
272
            </sect3>
 
273
            <sect3 id="creating-new-partition" status="review">
 
274
              <title>Creating a new partition</title>
 
275
              <para>
 
276
                To create a new partition:
 
277
                <orderedlist>
 
278
                  <listitem>
 
279
                    <para>
 
280
                      Select the device to partition from the drop-down list
 
281
                      at the top-right of the main window.
 
282
                    </para>
 
283
                  </listitem>
 
284
                  <listitem>
 
285
                    <para>
 
286
                      A list of partitions will appear. Select the one called
 
287
                      <guilabel>unallocated</guilabel> and click
 
288
                      <guibutton>New</guibutton>.
 
289
                    </para>
 
290
                  </listitem>
 
291
                  <listitem>
 
292
                    <para>
 
293
                      From the <guilabel>Filesystem</guilabel> drop-down list
 
294
                      choose the desired type of filesystem to use and click
 
295
                      <guibutton>Add</guibutton>.
 
296
                    </para>
 
297
                  </listitem>
 
298
                  <listitem>
 
299
                    <para>
 
300
                      To apply all the changes made, click
 
301
                      <guibutton>Apply</guibutton>.
 
302
                    </para>
 
303
                  </listitem>
 
304
                </orderedlist>
 
305
              </para>
 
306
            </sect3>
 
307
          </sect2>
 
308
 
 
309
          <sect2 id="partition-formatting" status="review">
 
310
            <title>Formatting a partition</title>
 
311
            <para>
 
312
              You can use &gnome-partition-editor; to format disk partitions (see <xref linkend="partitioning-device"/> for more information on &gnome-partition-editor;).
 
313
            </para>
 
314
            <para>
 
315
              To format a partition, do as follows:
 
316
              <orderedlist>
 
317
                <listitem>
 
318
                  <para>
 
319
                    Press &gparted;.
 
320
                  </para>
 
321
                </listitem>
 
322
                <listitem>
 
323
                  <para>
 
324
                    Select the device to partition from the drop-down list
 
325
                    at the top-right of the main window.
 
326
                  </para>
 
327
                </listitem>
 
328
                <listitem>
 
329
                  <para>
 
330
                    A list of partitions will appear. Select the desired partition
 
331
                    and choose <menuchoice>
 
332
                      <guimenu>Partition</guimenu>
 
333
                      <guimenuitem>Unmount</guimenuitem>
 
334
                    </menuchoice>.
 
335
                  </para>
 
336
                </listitem>
 
337
                <listitem>
 
338
                  <para>
 
339
                    Select the partition you want to format and choose <menuchoice>
 
340
                      <guimenu>Partition</guimenu>
 
341
                      <guimenuitem>Format to</guimenuitem>
 
342
                    </menuchoice> and select from the list the type of
 
343
                      filesystem to format the partition to.
 
344
                  </para>
 
345
                </listitem>
 
346
                <listitem>
 
347
                  <para>
 
348
                    To apply all the changes made, click
 
349
                    <guibutton>Apply</guibutton>.
 
350
                  </para>
 
351
                </listitem>
 
352
              </orderedlist>
 
353
            </para>
 
354
 
 
355
            <warning>
 
356
              <para>
 
357
                Pressing <guibutton>Apply</guibutton> will cause all of the
 
358
                files on the partition to be permanently deleted.
 
359
              </para>
 
360
            </warning>
 
361
          </sect2>
 
362
          
 
363
          <sect2 id="to-format-meaning" status="review">
 
364
            <title>What is formatting?</title>
 
365
            <para>
 
366
              To format a hard disk, device or partition means to prepare
 
367
              that particular device to be used for storing data.
 
368
            </para>
 
369
            <para>
 
370
              The operation of formatting a hard disk or partition is when
 
371
              a specific data-storage format is applied to that device; this format is
 
372
              the <quote>filesystem</quote>.
 
373
            </para>
 
374
            <para>
 
375
              When you buy a disk it is usually not formatted, and cannot yet
 
376
              be used for storing data. When you format the device, you will
 
377
              notice that the free space on it is less than the original size. This
 
378
              is due to the fact that some space has to be used to make the
 
379
              device usable; this space is occupied by the filesystem. Also, disk 
 
380
              manufacturers often use a different standard to measure disk capacity, 
 
381
              which results in a further discrepancy.
 
382
            </para>
 
383
          </sect2>
 
384
 
 
385
          <sect2 id="what-is-filesystem" status="review">
 
386
            <title>What is a filesystem?</title>
 
387
            <para>
 
388
              A filesystem is a particular way of storing and organizing files 
 
389
              on a storage device such as a hard disk, 
 
390
              and is an important part of an operating system. Without a 
 
391
              filesystem, accessing and storing files would be impossible.
 
392
            </para>
 
393
            <para>
 
394
              There are different types of filesystem. The most common are:
 
395
              <itemizedlist>
 
396
                <listitem>
 
397
                  <para>
 
398
                    ext2 and ext3: these are usually found on GNU/Linux operating
 
399
                    systems. Ubuntu uses <emphasis>ext3</emphasis> as its
 
400
                    default filesystem.
 
401
                  </para>
 
402
                </listitem>
 
403
                <listitem>
 
404
                  <para>
 
405
                    <acronym>FAT16</acronym> and <acronym>FAT32</acronym>: these are Microsoft Windows filesystems
 
406
                    found on older computers. If you would like to share data
 
407
                    between two computers, the <emphasis><acronym>FAT32</acronym></emphasis> 
 
408
                    format is a good choice.
 
409
                  </para>
 
410
                </listitem>
 
411
                <listitem>
 
412
                  <para>
 
413
                    <acronym>NTFS</acronym>: this is the filesystem type 
 
414
                    used by more modern versions of Microsoft Windows.
 
415
                  </para>
 
416
                </listitem>
 
417
                <listitem>
 
418
                  <para>
 
419
                    <acronym>HFS+</acronym>: this is the Mac OS X default filesystem type.
 
420
                  </para>
 
421
                </listitem>
 
422
              </itemizedlist>
 
423
            </para>
 
424
          </sect2>
 
425
 
 
426
          <sect2 id="partition-meaning" status="review">
 
427
            <title>What is a Partition?</title>
 
428
            <para>
 
429
              A partition is a means of dividing the storage capacity of a device, 
 
430
              such as a hard disk, into several parts which can then be treated 
 
431
              as separate storage devices (<quote>logical devices</quote>).
 
432
            </para>
 
433
            <para>
 
434
              Each logical device is seen by the operating system as a
 
435
              distinct device, and thus is treated as an independent disk.
 
436
            </para>
 
437
            <para>
 
438
              Partitioning a hard disk can be done for several reasons:
 
439
              <itemizedlist>
 
440
                <listitem>
 
441
                  <para>
 
442
                    To retrieve free space
 
443
                  </para>
 
444
                </listitem>
 
445
                <listitem>
 
446
                  <para>
 
447
                    To install different operating systems
 
448
                  </para>
 
449
                </listitem>
 
450
                <listitem>
 
451
                  <para>
 
452
                    To better organize data on the hard disk
 
453
                  </para>
 
454
                </listitem>
 
455
              </itemizedlist>
 
456
            </para>
 
457
          </sect2>
 
458
 
 
459
          <sect2 id="mount-and-umount" status="review">
 
460
            <title>Mounting and Unmounting Devices</title>
 
461
            <para>When you connect a removable storage device to your computer, it must be 
 
462
            <emphasis>mounted</emphasis> by the operating system so that you are able to 
 
463
            access the files on the device.</para>
 
464
            <para>
 
465
              To find out how to mount and unmount storage devices, see <ulink
 
466
              type="help" url="ghelp:user-guide#gosnautilus-460">Using Removable Media</ulink>
 
467
            </para>
 
468
            <para>When you copy files to a storage device, they are not always written to the device 
 
469
            immediately. Instead, they are often stored in a queue so that they can all be transferred 
 
470
            across to the device at the same time (for reasons of efficiency). If you disconnect the 
 
471
            device before all of the files have been transferred, then you could lose the files. To prevent 
 
472
            this, you must always <emphasis>unmount</emphasis> a storage device before 
 
473
            disconnecting it.</para>
 
474
          </sect2>
 
475
  </sect1>
 
476
 
 
477
<sect1 id="laptops" status="review">
 
478
        <title>Laptops</title>
 
479
        <para>This section contains information for people using Ubuntu on a laptop computer.</para>    
 
480
        <sect2 id="laptops-pm" status="review">
 
481
                <title>Power management settings</title>
 
482
                <para>You may wish to change the power management settings of your laptop in order to help extend its battery life and reduce energy wastage.</para>
 
483
                <procedure>
 
484
                        <step>
 
485
                                <para>Press &power-management;.</para>
 
486
                        </step>
 
487
                        <step>
 
488
                                <para>Change the settings as appropriate. Changes are applied instantly.</para>
 
489
                        </step>
 
490
                </procedure>
 
491
                
 
492
                <para>Displaying a screensaver may use more power than simply letting the screen go blank. Turning off the screensaver could slightly improve the battery life of your laptop.</para>
 
493
                <procedure>
 
494
                        <step>
 
495
                                <para>Press &screensaver;.</para>
 
496
                        </step>
 
497
                        <step>
 
498
                                <para>Change the <guilabel>Screensaver theme</guilabel> to <guilabel>Blank screen</guilabel>. This will simply display a blank screen as a screensaver.</para>
 
499
                        </step>
 
500
                </procedure>
 
501
                <note>
 
502
                        <para>When your laptop is running on battery, one of the biggest drains on power is the display. Turning the brightness of the display down could improve battery life significantly; many laptops allow you to do this by pressing <keycombo><keycap>Fn</keycap><keycap>F7</keycap></keycombo> several times.</para>
 
503
                </note>
 
504
        </sect2>
 
505
        <sect2 id="laptops-touchpads" status="review">
 
506
                <title>Touchpads</title>
 
507
                <para>Most laptop computers come with a touchpad, which is used to control the mouse pointer. There are many ways of changing the way that the touchpad behaves; the most basic touchpad settings can be configured in the following way.</para>
 
508
                <procedure>
 
509
                        <step><para>Press &mouse;.</para></step>
 
510
                        <step><para>Select the <guilabel>Touchpad</guilabel> tab.</para></step>
 
511
                        <step><para>Here you can change the touchpad settings to your liking. Changes should take effect immediately.</para></step>
 
512
                </procedure>
 
513
                <para>Some touchpads may be detected as normal mouse devices, even though they are actually touchpads. In this case, the <guilabel>Touchpad</guilabel> tab will not be available in the mouse preferences.</para>
 
514
                <note>
 
515
                        <para>See the <ulink url='https://help.ubuntu.com/community/SynapticsTouchpad'>community support pages</ulink> for more information on touchpads.</para>
 
516
                </note>
 
517
        </sect2>
 
518
        <sect2 id="laptops-testing-reports" status="review">
 
519
                <title>Finding laptop testing reports</title>
 
520
                <para>Many laptops are regularly tested by the Ubuntu community to ensure that various features work correctly. The results of these tests are available for you to read, and may offer insight into any problems you might be experiencing with your laptop.</para>
 
521
                <itemizedlist>
 
522
                        <listitem><para>See the Laptop Testing <ulink url='https://wiki.ubuntu.com/LaptopTestingTeam'>community support pages</ulink> for a full listing of available laptop tests.</para></listitem>
 
523
                </itemizedlist>
 
524
                <para>You can participate in laptop testing yourself by contacting the <ulink url='https://wiki.ubuntu.com/LaptopTestingTeam'>Laptop Testing Team</ulink>.</para>
 
525
        </sect2>
 
526
</sect1>
 
527
 
 
528
 
 
529
 
 
530
 
 
531
<sect1 id="pm-suspending" status="review">
 
532
        <title>Suspending and hibernating your computer</title>
 
533
        <para>
 
534
        In order to save power, you can put your computer into one of a number of 
 
535
        power-saving modes when you are not using it:</para>
 
536
        <itemizedlist>
 
537
                <listitem>
 
538
                <para>
 
539
                <emphasis role='strong'>Suspending</emphasis> a computer is like 
 
540
                putting the computer to sleep. The computer will still be turned on and 
 
541
                all of your work will be left open, but it will use much less power. 
 
542
                You can wake the computer by pressing a key or clicking the mouse.
 
543
                </para>
 
544
                </listitem>
 
545
                <listitem>
 
546
                <para>
 
547
                <emphasis role='strong'>Hibernating</emphasis> is turning the computer 
 
548
                off completely while saving the current state of the computer (such as 
 
549
                keeping all of your open documents). When you turn the computer back on 
 
550
                after hibernating, all of your work should be restored as it was before 
 
551
                hibernation. No power is used when the computer is hibernating.
 
552
                </para>
 
553
                </listitem>
 
554
                <listitem>
 
555
                <para>
 
556
                <emphasis role='strong'>Shutting down</emphasis> is turning the 
 
557
                computer off completely, without saving the current state of the 
 
558
                computer. No power is used when the computer is shut down.
 
559
                </para>
 
560
                </listitem>
 
561
                <listitem>
 
562
                <para>
 
563
                <emphasis role='strong'>Resuming</emphasis> is bringing the computer 
 
564
                out of a power saving mode and back into normal operation. You can 
 
565
                resume the computer from being suspended by pressing a keyboard button 
 
566
                or by clicking the mouse. You can resume from being hibernated by 
 
567
                pressing the power button on your computer.
 
568
                </para>
 
569
                </listitem>
 
570
        </itemizedlist>
 
571
        
 
572
        <para>
 
573
        You can manually put your computer into a power-saving mode by pressing 
 
574
        the <application>User Switcher</application> in the top right hand corner 
 
575
        of the screen and then pressing the appropriate button.
 
576
        </para>
 
577
        
 
578
        <caution>
 
579
        <para>
 
580
        Some computers may have problems going into certain power saving modes. 
 
581
        The best way of checking if your computer can handle a power-saving mode 
 
582
        is to try to switch to that mode and see if it behaves as you expected. 
 
583
        Always make sure you save important documents before suspending or 
 
584
        hibernating.
 
585
        </para>
 
586
        </caution>
 
587
 
 
588
<sect2 id="pm-suspend-hibernate-fails" status="review">
 
589
    <title>My computer does not suspend or hibernate correctly</title>
 
590
    <para>
 
591
    Some computers are unable to suspend or hibernate correctly with Ubuntu. 
 
592
    If this is the case for your computer, you may notice some of the following 
 
593
    symptoms:
 
594
    </para>
 
595
    <itemizedlist>
 
596
        <listitem>
 
597
        <para>
 
598
        The computer does not turn off after you click to hibernate it.
 
599
        </para>
 
600
        </listitem>
 
601
        <listitem>
 
602
        <para>
 
603
        When you turn the computer on after hibernating it, your previously 
 
604
        open programs are not restored.
 
605
        </para>
 
606
        </listitem>
 
607
        <listitem>
 
608
        <para>
 
609
        The computer will not wake up after you have suspended it.
 
610
        </para>
 
611
        </listitem>
 
612
        <listitem>
 
613
        <para>
 
614
        Certain programs or hardware devices stop working correctly after 
 
615
        resuming from hibernation or waking-up from being suspended.
 
616
        </para>
 
617
        </listitem>
 
618
    </itemizedlist>
 
619
    <para>
 
620
    If you suffer from any of these problems, you should report a bug to 
 
621
    <ulink url="https://bugs.launchpad.net/ubuntu/+filebug">Launchpad</ulink>. 
 
622
    The problems will hopefully be fixed in a subsequent version of Ubuntu. You 
 
623
    may also like to see if the <link linkend="pm-general-method">General 
 
624
    method for trying to get suspend and hibernate working</link> works for you.
 
625
    </para>
 
626
    <para>
 
627
    If your hardware does not work properly after suspending or hibernating 
 
628
    your computer, restart your computer and it should return to normal. If a 
 
629
    program does not work properly, try closing the program and then starting 
 
630
    it again.
 
631
    </para>
 
632
 
 
633
    <caution>
 
634
    <para>
 
635
    Make sure that you save all of your open documents before testing for 
 
636
    suspend and hibernate problems.
 
637
    </para>
 
638
    </caution>
 
639
 
 
640
<sect3 id="pm-general-method" status="review">
 
641
    <title>General method for trying to get suspend and hibernate 
 
642
    working</title>
 
643
 
 
644
    <para>
 
645
    You may be able to get suspend and hibernate working on your computer, but 
 
646
    this can involve a lot of work. The method below should work for many 
 
647
    computers. If it does not work for yours, please seek support using one of 
 
648
    the many help and support channels for Ubuntu.
 
649
    </para>
 
650
 
 
651
    <procedure>
 
652
    <step>
 
653
    <para>
 
654
    Download the <ulink url="http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-debug.html">
 
655
    Quirk Checker script</ulink> to your Home folder.
 
656
    </para>
 
657
    </step>
 
658
    <step>
 
659
    <para>
 
660
    Find the <filename>quirk-checker.sh</filename> file in your Home folder, 
 
661
    right-click it and select <guilabel>Properties</guilabel>. Select the 
 
662
    <guilabel>Permissions</guilabel> tab, check <guilabel>Allow executing file 
 
663
    as program</guilabel> and click <guibutton>Close</guibutton>.
 
664
    </para>
 
665
    </step>
 
666
    <step>
 
667
    <para>
 
668
    Open a Terminal (&terminal;), type 
 
669
    <userinput>./quirk-checker.sh</userinput> and press <keycap>Enter</keycap>.
 
670
    </para>
 
671
    </step>
 
672
    <step>
 
673
    <para>
 
674
    Follow the suggestions that the script makes. These may involve editing 
 
675
    important system files, so you should seek support if you are unsure of 
 
676
    what you are doing.
 
677
    </para>
 
678
    </step>
 
679
    </procedure>
 
680
 
 
681
    <caution>
 
682
    <para>
 
683
    Before making the changes recommended by the Quirk Checker, create back-up 
 
684
    copies of the files that you are going to change.
 
685
    </para>
 
686
    </caution>
 
687
 
 
688
</sect3>
 
689
</sect2>
 
690
 
 
691
<sect2 id="pm-hibernate-pattern" status="review">
 
692
    <title>Why do I get a strange pattern on the screen when I hibernate my 
 
693
    computer?</title>
 
694
    <para>
 
695
    Your screen may show a black and white pattern just after you click to 
 
696
    hibernate your computer. This is usually nothing to worry about and is just 
 
697
    how the graphics cards of some computers respond to the initial stages of 
 
698
    the hibernation process.
 
699
    </para>
 
700
    <para>
 
701
    If the computer displays the pattern for a prolonged period of time without 
 
702
    turning itself off then you may have a problem with hibernation. See 
 
703
    <link linkend="pm-suspend-hibernate-fails">My computer does not suspend 
 
704
    or hibernate correctly</link> for more information.
 
705
    </para>
 
706
</sect2>        
 
707
        
 
708
</sect1>
 
709
 
 
710
 
 
711
<sect1 id="input-devices" status="review">
 
712
        <title>Mice and keyboards</title>
 
713
        <para>This section provides instructions on using and configuring mice, keyboards and other input devices to make them more comfortable for you to use.</para>
 
714
        <sect2 id="input-mice" status="review">
 
715
                <title>Mice and other pointing devices</title>
 
716
                <para>You can change numerous options related to your mouse, such as how fast the pointer moves and how clicks are interpreted by the computer.</para>
 
717
                <itemizedlist>
 
718
                        <listitem>
 
719
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:user-guide#mouse-skills'>Mouse Skills</ulink></emphasis></para>
 
720
                                <para>Information on basic mouse skills, such as pointing, clicking and dragging.</para>
 
721
                        </listitem>
 
722
                        <listitem>
 
723
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:user-guide#prefs-mouse'>Mouse Preferences</ulink></emphasis></para>
 
724
                                <para>Instructions on how to change various settings related to your mouse, such as whether the mouse is left-handed and how fast the pointer moves.</para>
 
725
                        </listitem>
 
726
                        <listitem>
 
727
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:gnome-access-guide#dtconfig-1'>Accessibility - Configuring the Mouse</ulink></emphasis></para>
 
728
                                <para>Information on changing mouse preferences for users of assistive technologies.</para>
 
729
                        </listitem>
 
730
                        <listitem>
 
731
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:gnome-access-guide#sysadmin-37'>Accessibility - Configuring Alternative Pointing Devices</ulink></emphasis></para>
 
732
                                <para>Information on using a pointing device other than a mouse.</para>
 
733
                        </listitem>
 
734
                </itemizedlist>
 
735
        </sect2>
 
736
        
 
737
        <sect2 id="input-keyboard" status="review">
 
738
                <title>Keyboards</title>
 
739
                <para>There are many options related to your keyboard which you can change, such as the keyboard language and keyboard shortcuts.</para>
 
740
                <itemizedlist>
 
741
                        <listitem>
 
742
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:user-guide#keyboard-skills'>Basic Keyboard Skills</ulink></emphasis></para>
 
743
                                <para>Information on basic keyboard usage.</para>
 
744
                        </listitem>
 
745
                        <listitem>
 
746
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:user-guide#prefs-keyboard'>Keyboard Preferences</ulink></emphasis></para>
 
747
                                <para>Change settings related to your keyboard, such as the layout of the keyboard.</para>
 
748
                        </listitem>
 
749
                        <listitem>
 
750
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:gswitchit#gswitchit-applet-switching'>Keyboard Indicator</ulink></emphasis></para>
 
751
                                <para>The manual of the Keyboard Indicator, which allows you to change between different keyboard layouts.</para>
 
752
                        </listitem>
 
753
                        <listitem>
 
754
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:gnome-access-guide#dtconfig-0'>Accessibility - Configuring the Mouse and Keyboard</ulink></emphasis></para>
 
755
                                <para>Information on configuring the mouse and keyboard for users of assistive technologies.</para>
 
756
                        </listitem>
 
757
                        <listitem>
 
758
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:gnome-access-guide#keynav-0'>Using the Keyboard to Navigate the Desktop</ulink></emphasis></para>
 
759
                                <para>A guide on how to navigate the desktop using only a keyboard.</para>
 
760
                        </listitem>
 
761
                        <listitem>
 
762
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:accessx-status#index'>Keyboard Accessibility Monitor</ulink></emphasis></para>
 
763
                                <para>The manual of the Keyboard Accessibility Monitor, which shows the status of any keyboard accessibility features which are turned on.</para>
 
764
                        </listitem>
 
765
                        <listitem>
 
766
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:char-palette#charpick-characters'>Using the Character Palette</ulink></emphasis></para>
 
767
                                <para>Use the Character Palette to insert letters and symbols which are not on your keyboard.</para>
 
768
                        </listitem>
 
769
                </itemizedlist>
 
770
        </sect2>
 
771
        
 
772
        <sect2 id="input-touchpads" status="review">
 
773
                <title>Touchpads and graphics tablets</title>
 
774
                <para>You can use a touchpad or graphics tablet to move a mouse pointer.</para>
 
775
                <itemizedlist>
 
776
                        <listitem>
 
777
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:hardware#laptops-touchpads'>Touchpads</ulink></emphasis></para>
 
778
                                <para>Information on changing the settings of a laptop touchpad.</para>
 
779
                        </listitem>
 
780
                        <!--<listitem>
 
781
                                <para><emphasis role='strong'><ulink type='help' url='ghelp:'>Graphics tablets</ulink></emphasis></para>
 
782
                                <para>Information about using a graphics tablet.</para>
 
783
                        </listitem>-->
 
784
                </itemizedlist>
 
785
        </sect2>
 
786
</sect1>
 
787
 
 
788
</article>