~ubuntu-branches/ubuntu/utopic/gnome-user-docs/utopic-proposed

« back to all changes in this revision

Viewing changes to gnome-help/id/power-closelid.page

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-04-16 23:55:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120416235505-4nznk0i4b7391ele
Tags: 3.4.1-1
* New upstream release.
* debian/copyright: Move to copyright 1.0 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="question" id="power-closelid" xml:lang="id">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="power"/>
 
6
    <link type="seealso" xref="power-suspendfail"/>
 
7
    <revision pkgversion="3.4.0" date="2012-02-20" status="review"/>
 
8
 
 
9
    <desc>Laptops go to sleep when you close the lid, in order to save power.</desc>
 
10
    <credit type="author">
 
11
      <name>Projek Dokumentasi GNOME</name>
 
12
      <email>gnome-doc-list@gnome.org</email>
 
13
    </credit>
 
14
    <credit type="editor">
 
15
      <name>Ekaterina Gerasimova</name>
 
16
      <email>kittykat3756@gmail.com</email>
 
17
    </credit>
 
18
 
 
19
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
20
  
 
21
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
22
      <mal:name>Andika Triwidada</mal:name>
 
23
      <mal:email>andika@gmail.com</mal:email>
 
24
      <mal:years>2011, 2012</mal:years>
 
25
    </mal:credit>
 
26
  </info>
 
27
 
 
28
<title>Why does my computer turn off when I close the lid?</title>
 
29
 
 
30
<p>When you close the lid of your laptop, your computer will <link xref="power-suspend"><em>suspend</em></link> in order to save power. This means
 
31
that the computer is not actually turned off - it has just gone to sleep. You
 
32
can resume it by opening the lid. If it does not resume, try clicking the mouse
 
33
or pressing a key. If that still does not work, press the power button.</p>
 
34
 
 
35
<p>Some computers are unable to suspend properly, normally because their
 
36
hardware is not completely supported by the operating system (for example, the
 
37
Linux drivers are incomplete). In this case, you may find that you are unable
 
38
to resume your computer after you have closed the lid. You can try to <link xref="power-suspendfail">fix the problem with suspend</link>, or you can
 
39
prevent the computer from trying to suspend when you close the lid.</p>
 
40
 
 
41
<section id="nosuspend">
 
42
 <title>Stop the computer from suspending when the lid is closed</title>
 
43
 <p>If you do not want the computer to suspend when you close the lid, you can
 
44
 change the settings for that behavior. To set the computer to blank the
 
45
 screen, rather than suspend, when the lid is closed:</p>
 
46
 <note style="warning">
 
47
   <p>Be very careful if you change this setting. Some laptops can overheat
 
48
   if they are left running with the lid closed, especially if they are in
 
49
   a confined place like a backpack.</p>
 
50
 </note>
 
51
 <steps>
 
52
   <item>
 
53
     <p>Open the <app>Terminal</app> application from the <gui>Activities</gui> overview.</p>
 
54
   </item>
 
55
   <item>
 
56
     <p>To change the setting used when running on battery power, type this command and press <key>Enter</key>:</p>
 
57
     <screen its:translate="no">
 
58
       gsettings set org.gnome.settings-daemon.plugins.power lid-close-battery-action blank
 
59
     </screen>
 
60
   </item>
 
61
   <item>
 
62
     <p>To change the setting used when running on AC power, type this command and press <key>Enter</key>:</p>
 
63
     <screen its:translate="no">
 
64
       gsettings set org.gnome.settings-daemon.plugins.power lid-close-ac-action blank
 
65
     </screen>
 
66
   </item>
 
67
 </steps>
 
68
</section>
 
69
 
 
70
</page>