<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; laptop battery</title>
	<atom:link href="http://www.ghacks.net/tag/laptop-battery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gain more battery life from your Linux-based laptop with powertop</title>
		<link>http://www.ghacks.net/2009/09/01/gain-more-battery-life-from-your-linux-based-laptop-with-powertop/</link>
		<comments>http://www.ghacks.net/2009/09/01/gain-more-battery-life-from-your-linux-based-laptop-with-powertop/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:59:58 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Notebooks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[laptop battery life]]></category>
		<category><![CDATA[linux laptop]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15919</guid>
		<description><![CDATA[If your laptop is running Linux you might not be happy with the battery life you are getting. There are numerous reasons for the possible extra drain on your battery. Some of the biggest issues are: Hard drive spin-downs, interrupts, and power management. Figuring out how to make these adjustments to your kernel (or subsystems) [...]]]></description>
			<content:encoded><![CDATA[<p>If your laptop is running Linux you might not be happy with the battery life you are getting. There are numerous reasons for the possible extra drain on your battery. Some of the biggest issues are: Hard drive spin-downs, interrupts, and power management. Figuring out how to make these adjustments to your kernel (or subsystems) to gain a bit of extra battery life would take more time googling than you would probably prefer. Fortunately there is a single application available to take care of this for you. Powertop is one of those tools every user of Linux on a laptop should have installed &#8211; especially if your laptop depends primarily on its battery for life.</p>
<p><a title="Powertop" href="http://www.lesswatts.org/projects/powertop/" target="_blank">Powertop</a> was created by Lesswatts.org with the sole purpose of helping users find those programs and/or systems that are using too much power. The end result? More battery life for you to enjoy. Power top is easy to install and use. Powertop is a curses-based application so it is run inside of a terminal very much like the Top application. Don&#8217;t expect a fancy GUI here, it&#8217;s text-based but still user-friendly. In this article you will find out how to install Powertop and use it to get the most out of your battery.</p>
<p><span id="more-15919"></span><strong>Installing Powertop</strong></p>
<p>So long as you are using a modern release, you should find Powertop in your distributions&#8217; repositories. And since Powertop is a terminal-based application, I will illustrate how to install via command line.</p>
<p>The steps are simple:</p>
<ol>
<li>Open up a terminal window.</li>
<li>Issue the command <em>sudo install powertop.</em></li>
<li>Click &#8216;y&#8217; to okay the installation.</li>
</ol>
<p>That&#8217;s it. Powertop is now ready for you to use.</p>
<p><strong>Using Powertop</strong></p>
<div id="attachment_15924" class="wp-caption alignleft" style="width: 528px"><a rel="attachment wp-att-15924" href="http://www.ghacks.net/2009/09/01/gain-more-battery-life-from-your-linux-based-laptop-with-powertop/powertop/"><img class="size-full wp-image-15924" src="http://www.ghacks.net/wp-content/uploads/2009/09/powertop.png" alt="Figure 1" width="518" height="371" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>With your terminal still open issue the command <em>sudo powertop</em> to start the application. You can not run Powertop as the standard user because Powertop has to collect and modify information that the standard user has no access to. Fortunately sudo will do the trick.</p>
<p>What you see will differ, depending upon your distribution, installation, configuration, etc.</p>
<p>As you can see ,in Figure 1, Powertop has a few suggestions to aid my laptop. The biggest issue is wakeups and Powertop is giving me the top causes for wakeups.</p>
<p>As you can also see, Powertop offers suggestions to solve the various problems. Not only does Powertop make suggestions, it will offer to take care of the suggestion for you. In the instance above you can see Powertop is suggesting I disable the hal system from polling my CD drive. You can do this with the command:</p>
<p><em>hal-disable-polling &#8211;device /dev/cdrom</em></p>
<p>or you can just hit the &#8216;K&#8217; key and Powertop will take care of this for you.</p>
<p>Once you take care of this suggestion (whether you let Powertop take care of it or you do it manually) Powertop will then suggest another way for you get more power from your laptop and will offer to take care of the issue for you. You can continue on like this until Powertop has resolved every issue it can find.</p>
<p><strong>Final thoughts</strong></p>
<p>Powertop is an effective means of helping your laptop gain more battery life without having to recompile a kernel, manually edit a configuration file, or issue any commands (outside of starting the application). After following the suggestions of Powertop you should experience a noticeable difference in your battery life.</p>

	Tags: <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/laptop-battery-life/" title="laptop battery life" rel="tag">laptop battery life</a>, <a href="http://www.ghacks.net/tag/linux-laptop/" title="linux laptop" rel="tag">linux laptop</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/26/vista-battery-saver/" title="Vista Battery Saver (September 26, 2008)">Vista Battery Saver</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/08/20/speedswitchxp-laptop-cpu-frequency-control/" title="SpeedswitchXP Laptop CPU Frequency Control (August 20, 2008)">SpeedswitchXP Laptop CPU Frequency Control</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/12/29/notebook-battery-monitor/" title="Notebook Battery Monitor (December 29, 2008)">Notebook Battery Monitor</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/" title="Laptop Battery Monitor BattCursor (June 4, 2009)">Laptop Battery Monitor BattCursor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/08/25/battery-care-manages-laptop-batteries/" title="Battery Care Manages Laptop Batteries (August 25, 2009)">Battery Care Manages Laptop Batteries</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/01/gain-more-battery-life-from-your-linux-based-laptop-with-powertop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Battery Care Manages Laptop Batteries</title>
		<link>http://www.ghacks.net/2009/08/25/battery-care-manages-laptop-batteries/</link>
		<comments>http://www.ghacks.net/2009/08/25/battery-care-manages-laptop-batteries/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:45:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[battery care]]></category>
		<category><![CDATA[battery software]]></category>
		<category><![CDATA[laptop batteries]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[manage laptop batteries]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15702</guid>
		<description><![CDATA[Windows only software Battery Care helps the user manage laptop batteries in a better way by providing detailed information and advanced functionality that the operating system does not offer. The program is compatible with most Microsoft operating systems including the soon to be released Windows 7. Basic details are provided in the applications main window. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />Windows only software Battery Care helps the user manage laptop batteries in a better way by providing detailed information and advanced functionality that the operating system does not offer. The program is compatible with most Microsoft operating systems including the soon to be released <a href="http://windows7news.com/">Windows 7</a>. Basic details are provided in the applications main window. This includes the remaining battery capacity, the remaining battery time, the battery status, battery charge cycles and the cpu temperature of the laptop.</p>
<p>It is easy to switch to detailed information which add information about the total, designed and active capacity of the laptop in mWh, the charge and discharge rate of the laptop battery, the tension, wear level and last calibration date.</p>
<p><span id="more-15702"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/08/laptop_battery.png" alt="laptop battery" title="laptop battery" width="334" height="344" class="alignnone size-full wp-image-15703" /><img src="http://www.ghacks.net/wp-content/uploads/2009/08/laptop_batteries.png" alt="laptop batteries" title="laptop batteries" width="334" height="344" class="alignnone size-full wp-image-15704" /></p>
<p>One of the most interesting functions of Battery Care is without doubt the monitoring of the battery&#8217;s discharge cycle. The program will suggest a full battery recharge every 30 discharge cycles. The software to manage laptop batteries can also be configured to automatically switch power plans based on the power source of the laptop.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/08/laptop_batteries_software.png" alt="laptop batteries software" title="laptop batteries software" width="252" height="178" class="alignnone size-full wp-image-15705" /></p>
<p>The remaining battery time and charge percentage is displayed as a icon in the Windows system tray with additional information being displayed in a popup. <a href="http://batterycare.bkspot.com/en/index.html">Battery Care</a> is an excellent laptop battery manager for the Windows operating system. It can be downloaded from the developer&#8217;s website.</p>

	Tags: <a href="http://www.ghacks.net/tag/battery-care/" title="battery care" rel="tag">battery care</a>, <a href="http://www.ghacks.net/tag/battery-software/" title="battery software" rel="tag">battery software</a>, <a href="http://www.ghacks.net/tag/laptop-batteries/" title="laptop batteries" rel="tag">laptop batteries</a>, <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/manage-laptop-batteries/" title="manage laptop batteries" rel="tag">manage laptop batteries</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/29/notebook-battery-monitor/" title="Notebook Battery Monitor (December 29, 2008)">Notebook Battery Monitor</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/" title="Laptop Battery Monitor BattCursor (June 4, 2009)">Laptop Battery Monitor BattCursor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/07/28/youtube-videos-downloader-tubequeue/" title="Youtube Videos Downloader TubeQueue (July 28, 2009)">Youtube Videos Downloader TubeQueue</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/25/battery-care-manages-laptop-batteries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Laptop Battery Monitor BattCursor</title>
		<link>http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/</link>
		<comments>http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 18:54:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[battcursor]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[battery monitor]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[notebook software]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/</guid>
		<description><![CDATA[If you use a mobile computer like a laptop or netbook on the road you better make sure to keep track of the battery to avoid running out of power when its most important to have access to the computer. We have seen several laptop battery monitors in the past like notebook battery monitor, BattStatt [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />If you use a mobile computer like a laptop or netbook on the road you better make sure to keep track of the battery to avoid running out of power when its most important to have access to the computer. We have seen several laptop battery monitors in the past like <a href="http://www.ghacks.net/2008/12/29/notebook-battery-monitor/">notebook battery monitor</a>, <a href="http://www.ghacks.net/2007/12/01/display-notebook-battery-status/">BattStatt</a> or <a href="http://www.ghacks.net/2008/12/14/notebook-hardware-control/">Notebook Hardware Control</a>. All of these computer programs visualize the remaining battery power visually either in the Windows system tray or small widgets that are placed on the computer desktop.</p>
<p>BattCursor adds another battery monitoring possibility for computer systems running the Windows Vista operating system. The free software program displays the remaining battery power next to the mouse cursor so that it is always in sight.</p>
<p><span id="more-13304"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/06/laptop_battery.png" alt="laptop battery" title="laptop battery" width="421" height="248" class="alignnone size-full wp-image-13303" /></p>
<p>The colors of the mouse cursor change at thresholds to inform the user about the battery status. A red cursor for instance indicates a low battery while a green cursor indicates that lots of battery power is remaining.</p>
<p><a href="http://en.battcursor.net/">Battcursor</a> requires the Microsoft Windows operating system and the .net Framework 2.0 or higher. It comes with a few additional settings that can extend the battery life of the laptop further. This includes dimming the computer display or turning of Aero.</p>

	Tags: <a href="http://www.ghacks.net/tag/battcursor/" title="battcursor" rel="tag">battcursor</a>, <a href="http://www.ghacks.net/tag/battery/" title="battery" rel="tag">battery</a>, <a href="http://www.ghacks.net/tag/battery-monitor/" title="battery monitor" rel="tag">battery monitor</a>, <a href="http://www.ghacks.net/tag/laptop/" title="laptop" rel="tag">laptop</a>, <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/notebook-software/" title="notebook software" rel="tag">notebook software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/15/web-browser-have-impact-on-battery-life/" title="Web Browser Have Impact On Battery Life (September 15, 2009)">Web Browser Have Impact On Battery Life</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/05/30/turn-off-computer-hardware-with-a-single-click/" title="Turn Off Computer Hardware With A Single Click (May 30, 2009)">Turn Off Computer Hardware With A Single Click</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/03/test-your-notebooks-battery/" title="Test your notebooks battery (December 3, 2006)">Test your notebooks battery</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/20/speedswitchxp-laptop-cpu-frequency-control/" title="SpeedswitchXP Laptop CPU Frequency Control (August 20, 2008)">SpeedswitchXP Laptop CPU Frequency Control</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/05/11/rotate-laptop-monitor-screen/" title="Rotate Laptop Monitor Screen (May 11, 2009)">Rotate Laptop Monitor Screen</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notebook Battery Monitor</title>
		<link>http://www.ghacks.net/2008/12/29/notebook-battery-monitor/</link>
		<comments>http://www.ghacks.net/2008/12/29/notebook-battery-monitor/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 08:05:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[battery software]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[notebook battery]]></category>
		<category><![CDATA[notebook battery monitor]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[power meter plus]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9416</guid>
		<description><![CDATA[Windows XP users &#8211; or those with even older versions of Windows &#8211; who have the operating system installed on a notebook might have noticed that the battery meter icon in the system tray is not really the best way of displaying the current battery level. Hoovering over it would display the information needed but [...]]]></description>
			<content:encoded><![CDATA[<p>Windows XP users &#8211; or those with even older versions of Windows &#8211; who have the operating system installed on a notebook might have noticed that the battery meter icon in the system tray is not really the best way of displaying the current battery level. Hoovering over it would display the information needed but that always involved moving the mouse into that area to find out about the current battery status of the notebook. Some hardware developers like IBM, well when they developed notebooks at least, included their own software programs for the matter which where usually bulky and resource hungry. </p>
<p>A better notebook battery monitor is <a href="http://mattcollinge.wordpress.com/software/power-meter-plus/">Power Meter Plus</a>. The software is completely free for private use. It can be installed or used as a portable application and runs fine on all Windows operating systems prior to Windows Vista. So every Microsoft operating system that has been released after Windows 3.11 and before Windows Vista should be able to run this little application without problems.</p>
<p>Power Meter Plus will display a battery monitor in the left and / or right corner of the computer screen. That power meter appears gradually over time as the power levels drop and will be more prominent the less it gets. The meter will automatically move to the left or right side of the screen depending on the position of the computer mouse.</p>
<p><span id="more-9416"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/notebook_battery_monitor.jpg" alt="notebook battery monitor" title="notebook battery monitor" width="360" height="321" class="alignnone size-full wp-image-9418" /></p>
<p>A few settings are provided that can be used to configure the notebook battery monitor. The critical battery level and the level when it is seen as full can be defined. It is furthermore possible to change the drain and charging colors and to display messages when the critical battery level is reached or when the power source is switched.</p>

	Tags: <a href="http://www.ghacks.net/tag/battery-software/" title="battery software" rel="tag">battery software</a>, <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/notebook-battery/" title="notebook battery" rel="tag">notebook battery</a>, <a href="http://www.ghacks.net/tag/notebook-battery-monitor/" title="notebook battery monitor" rel="tag">notebook battery monitor</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/power-meter-plus/" title="power meter plus" rel="tag">power meter plus</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/25/battery-care-manages-laptop-batteries/" title="Battery Care Manages Laptop Batteries (August 25, 2009)">Battery Care Manages Laptop Batteries</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/29/notebook-battery-monitor/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Vista Battery Saver</title>
		<link>http://www.ghacks.net/2008/09/26/vista-battery-saver/</link>
		<comments>http://www.ghacks.net/2008/09/26/vista-battery-saver/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 11:47:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[vista aero]]></category>
		<category><![CDATA[vista battery]]></category>
		<category><![CDATA[vista battery drain]]></category>
		<category><![CDATA[vista battery saver]]></category>
		<category><![CDATA[vista laptop]]></category>
		<category><![CDATA[windows-vista]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7238</guid>
		<description><![CDATA[Windows Vista drains the battery faster than comparable operating systems like Windows XP if battery live is tested on the same laptop. Most users suspect that it has something to do with all the fancy visual effects that Windows Vista uses. Whatever it is the effects are easily measurable by using a dual booting laptop [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Vista drains the battery faster than comparable operating systems like Windows XP if battery live is tested on the same laptop. Most users suspect that it has something to do with all the fancy visual effects that Windows Vista uses. Whatever it is the effects are easily measurable by using a dual booting laptop with Windows XP and Windows Vista.</p>
<p>Vista Battery Saver is a software <a href="http://www.codeplex.com/vistabattery">program</a> that has been specifically designed to deal with the issue of faster battery drain in Windows Vista. It gives the user options at hand to turn off the Windows Aero interface and the <a href="http://www.ghacks.net/2007/08/19/windows-vista-sidebar-styler/">Windows Vista Sidebar</a>.</p>
<p>Options are to turn off the features whenever the laptop is running on battery, to keep the function activated or to turn it off whenever the battery level reaches a set limit. Vista Battery Saver provides access to the Vista power plans which can be configured from within the interface.</p>
<p><span id="more-7238"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/09/vista_battery_saver-470x499.jpg" alt="vista battery saver" title="vista battery saver" width="470" height="499" class="alignnone size-medium wp-image-7239" /></p>
<p>Users who are unsure if the Vista Battery Saver application is reducing battery drain on their laptop running Windows Vista should do the following: Clock the time it takes to completely drain the laptop&#8217;s battery without running Vista Battery Saver, charge the battery again and do the same with the application running. It is important to perform the same tasks &#8211; or none at all &#8211; to be able to compare the results.</p>

	Tags: <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/vista-aero/" title="vista aero" rel="tag">vista aero</a>, <a href="http://www.ghacks.net/tag/vista-battery/" title="vista battery" rel="tag">vista battery</a>, <a href="http://www.ghacks.net/tag/vista-battery-drain/" title="vista battery drain" rel="tag">vista battery drain</a>, <a href="http://www.ghacks.net/tag/vista-battery-saver/" title="vista battery saver" rel="tag">vista battery saver</a>, <a href="http://www.ghacks.net/tag/vista-laptop/" title="vista laptop" rel="tag">vista laptop</a>, <a href="http://www.ghacks.net/tag/windows-vista/" title="windows-vista" rel="tag">windows-vista</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/12/extend-windows-vista-laptop-battery-life-with-aerofoil/" title="Extend Windows Vista Laptop Battery Life With Aerofoil (May 12, 2009)">Extend Windows Vista Laptop Battery Life With Aerofoil</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/04/23/yuck-new-windows-vista-ultimate-extras/" title="Yuck new Windows Vista Ultimate Extras (April 23, 2008)">Yuck new Windows Vista Ultimate Extras</a> (20)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/01/29/wpf-performance-fix-for-windows-vista-and-xp/" title="WPF Performance Fix for Windows Vista and XP (January 29, 2008)">WPF Performance Fix for Windows Vista and XP</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/06/wireless-migrator/" title="Wireless Migrator (June 6, 2008)">Wireless Migrator</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/26/vista-battery-saver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SpeedswitchXP Laptop CPU Frequency Control</title>
		<link>http://www.ghacks.net/2008/08/20/speedswitchxp-laptop-cpu-frequency-control/</link>
		<comments>http://www.ghacks.net/2008/08/20/speedswitchxp-laptop-cpu-frequency-control/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 19:03:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Mobile Computing]]></category>
		<category><![CDATA[Notebooks]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[battery life]]></category>
		<category><![CDATA[cpu frequency]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[laptop battery]]></category>
		<category><![CDATA[speedstep]]></category>
		<category><![CDATA[speedswitchxp]]></category>
		<category><![CDATA[windows-xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6205</guid>
		<description><![CDATA[Laptop users love batteries that last longer. At least those laptop users who use their laptop on the road, those desktop replacement laptops are usually to big and heavy to be carried around anyway. One of the best ways to extend battery life is to reduce the cpu frequency of the laptop.
That&#8217;s usually not a [...]]]></description>
			<content:encoded><![CDATA[<p>Laptop users love batteries that last longer. At least those laptop users who use their laptop on the road, those desktop replacement laptops are usually to big and heavy to be carried around anyway. One of the best ways to extend battery life is to reduce the cpu frequency of the laptop.</p>
<p>That&#8217;s usually not a problem unless the applications used demand lots of cpu power. That&#8217;s not the case when surfing the Internet, creating spreadsheets or writing a Word document. Both Intel and AMD provide techniques that reduce the cpu frequency of the laptop.</p>
<p><a href="http://www.diefer.de/speedswitchxp/index.html">SpeedswitchXP</a> is a small applet sitting in the system tray that makes use of those techniques. It provides access to four settings: Max. performance, Battery optimized, Max. battery and dynamic switching.</p>
<p><span id="more-6205"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/laptop_cpu_frequency-500x500.gif" alt="laptop cpu frequency" title="laptop cpu frequency" width="500" height="500" class="alignnone size-medium wp-image-6320" /></p>
<p>Max. performance is the default setting for the laptop. The cpu is running at full speed with it. Battery optimized reduces CPU speed while max. battery reduces the cpu speed even further for maximum battery capacity. Dynamic switching is the last option which dynamically changes the cpu frequency depending on demand.</p>
<p>SpeedswitchXP is an old software program. It was updated in 2006 the last time but it should work fine with several relatively new cpus like Intel&#8217;s core duo series.</p>
<p>Users who have used Intel&#8217;s Speedstep application for Windows 9x, ME and 2000 in the past will see many similarities between the two applicatons. SpeedswitchXP is providing additional options on the other hand and support for Windows XP.</p>
<p>Is it working for the cpu build into your laptop? I honestly cannot answer that question. The best bet is to try it out and see if it works.</p>

	Tags: <a href="http://www.ghacks.net/tag/battery-life/" title="battery life" rel="tag">battery life</a>, <a href="http://www.ghacks.net/tag/cpu-frequency/" title="cpu frequency" rel="tag">cpu frequency</a>, <a href="http://www.ghacks.net/tag/laptop/" title="laptop" rel="tag">laptop</a>, <a href="http://www.ghacks.net/tag/laptop-battery/" title="laptop battery" rel="tag">laptop battery</a>, <a href="http://www.ghacks.net/tag/speedstep/" title="speedstep" rel="tag">speedstep</a>, <a href="http://www.ghacks.net/tag/speedswitchxp/" title="speedswitchxp" rel="tag">speedswitchxp</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/04/laptop-battery-monitor-battcursor/" title="Laptop Battery Monitor BattCursor (June 4, 2009)">Laptop Battery Monitor BattCursor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/do-you-use-your-oem-operating-system/" title="Do you use your OEM operating system? (April 12, 2009)">Do you use your OEM operating system?</a> (25)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/01/29/wpf-performance-fix-for-windows-vista-and-xp/" title="WPF Performance Fix for Windows Vista and XP (January 29, 2008)">WPF Performance Fix for Windows Vista and XP</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/20/speedswitchxp-laptop-cpu-frequency-control/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
