summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/power-batterylife.page
diff options
context:
space:
mode:
authorPhil Bull <philbull@gmail.com>2010-12-31 16:57:17 +0000
committerPhil Bull <philbull@gmail.com>2010-12-31 16:57:17 +0000
commitc8469cf5d3546a41cab18620d38d7e573544b80f (patch)
treeccba46987af62596597b24fcacb0c0497e1dd3b8 /gnome-help/C/power-batterylife.page
parentc8f92ba16e3abaf1896e39d5811fa6a09c0bdf3c (diff)
downloadgnome-user-docs-c8469cf5d3546a41cab18620d38d7e573544b80f.tar.gz
gnome-user-docs-c8469cf5d3546a41cab18620d38d7e573544b80f.tar.xz
gnome-user-docs-c8469cf5d3546a41cab18620d38d7e573544b80f.zip
Wrote several power management topics. Ready for review.
Diffstat (limited to 'gnome-help/C/power-batterylife.page')
-rw-r--r--gnome-help/C/power-batterylife.page72
1 files changed, 62 insertions, 10 deletions
diff --git a/gnome-help/C/power-batterylife.page b/gnome-help/C/power-batterylife.page
index 490014c..a96abe0 100644
--- a/gnome-help/C/power-batterylife.page
+++ b/gnome-help/C/power-batterylife.page
@@ -1,25 +1,77 @@
<page xmlns="http://projectmallard.org/1.0/"
- xmlns:e="http://projectmallard.org/experimental/"
type="topic"
id="power-batterylife">
<info>
<link type="guide" xref="power#battery"/>
- <desc>XXX</desc>
- <revision pkgversion="0.1" version="0.1" date="2010-06-29" status="stub"/>
+ <link type="seealso" xref="power-suspendhibernate"/>
+
+ <desc>Tips to reduce your computer's power consumption.</desc>
+
+ <revision pkgversion="3.0" version="0.1" date="2010-12-31" status="incomplete"/>
<credit type="author">
<name>GNOME Documentation Project</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
+ <credit type="author">
+ <name>Phil Bull</name>
+ <email>philbull@gmail.com</email>
+ </credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
- <title>How can I use less power and improve battery life?</title>
-
- <comment>
- <cite date="2010-06-29" href="mailto:gnome-doc-list@gnome.org">GNOME Documentation Project</cite>
- <p>Tips on reducing power consumption (laptop/netbook/desktop PC). Tips on improving battery life for laptops/netbooks.</p>
- </comment>
-
+<title>How can I use less power and improve battery life?</title>
+
+<p>Computers can use a lot of power. By using some simple energy-saving strategies, you can reduce your energy bill and help the environment. If you have a laptop, this will also help to increase the amount of time it can run on battery for.</p>
+
+<section id="general">
+ <title>General tips</title>
+
+ <list>
+ <item>
+ <p><link xref="power-suspendhibernate">Put your computer to sleep</link> when you are not using it. This significantly reduces the amount of power it uses, and it can be woken-up very quickly.</p>
+ </item>
+ <item>
+ <p>Turn off the computer when you will not be using it for longer periods. Some people worry that turning off a computer regularly may cause it wear out faster, but modern computers are quite robust, so this shouldn't be an issue.</p>
+ </item>
+ <item>
+ <p>Use the Power Management preferences to change your power settings. There are a number of options that will help to save power: you can <link xref="power-whydim">automatically dim</link> the display or send it to sleep after a certain time; <link xref="power-brighter">reduce the display's brightness</link> (for laptops); <link xref="power-spindown">spin-down the hard disk</link> (send it to sleep); and have the computer <link xref="power-suspendhibernate">automatically go to sleep</link> if you haven't used it for a certain period of time.</p>
+ </item>
+ <item>
+ <p>Turn-off any external devices (like printers and scanners) when you're not using them.</p>
+ </item>
+ </list>
+</section>
+
+<section id="laptop">
+ <title>Laptops, netbooks, and other devices with batteries</title>
+
+ <list>
+ <item>
+ <p><link xref="power-brighter">Reduce the screen's brightness</link>; powering the screen accounts for a significant fraction of a laptop's power consumption.</p>
+ <p>Most laptops have buttons on the keyboard (or a keyboard shortcut) that you can use to reduce the brightness.</p>
+ </item>
+ <item>
+ <p>If you don't need an Internet connection for a little while, turn off the wireless/bluetooth card. These devices work by broadcasting radio waves, which takes quite a bit of power.</p>
+ <p>Some computers have a physical switch that can be used to turn it off, whereas others have a keyboard shortcut that you can use instead. You can turn it on again when you need it.</p>
+ </item>
+ </list>
+</section>
+
+<section id="general">
+ <title>More advanced tips</title>
+
+ <list>
+ <item>
+ <p>Reduce the number of tasks that are running in the background. Computers use more power when they have more work to do.</p>
+ <p>To see a list of background tasks, open the <gui>Startup Applications</gui> preferences and look at the <gui>Startup Programs</gui> tab. Uncheck any of the tasks that you don't want running in the background, then click <gui>Close</gui>.</p>
+ <p>Be careful not to disable any tasks that do something important. You should also note that this is unlikely to make a big difference to your computer's power consumption.</p>
+ </item>
+ <item>
+ <p>Run the <app>PowerTop</app> tool. You will probably have to install it first, and it needs to be run from the command line. PowerTop analyzes your computer and gives you advice on advanced methods of power saving. It can perform most of these methods for you.</p>
+ </item>
+ </list>
+</section>
+
</page>