<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://72.14.177.54/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Low_Power_Boot</id>
		<title>Low Power Boot - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://72.14.177.54/SFVLUG/?action=history&amp;feed=atom&amp;title=Low_Power_Boot"/>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Low_Power_Boot&amp;action=history"/>
		<updated>2026-06-15T05:39:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>http://72.14.177.54/SFVLUG/?title=Low_Power_Boot&amp;diff=1691&amp;oldid=prev</id>
		<title>Dualdflipflop at 06:08, 29 January 2007</title>
		<link rel="alternate" type="text/html" href="http://72.14.177.54/SFVLUG/?title=Low_Power_Boot&amp;diff=1691&amp;oldid=prev"/>
				<updated>2007-01-29T06:08:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A simple little snippet to add to rc.local (or your distribution's equivalent of post-SYSV start up script) that will help conserve power when booting up in battery mode.&lt;br /&gt;
&lt;br /&gt;
 # Haxx to lower power usage when booting up on battery.&lt;br /&gt;
 BATSTATE=`cat /proc/acpi/battery/BAT0/state | grep charging | awk -F: '{print $2}'`&lt;br /&gt;
 if [ &amp;quot;$BATSTATE&amp;quot; == &amp;quot;discharging&amp;quot; ]; then&lt;br /&gt;
 &lt;br /&gt;
        # If we get here, we're on battery.&lt;br /&gt;
        # Throttle the CPU&lt;br /&gt;
        echo 4 &amp;gt; /proc/acpi/processor/CPU/throttling&lt;br /&gt;
 &lt;br /&gt;
        # Go into laptop mode..&lt;br /&gt;
        echo 1 &amp;gt; /proc/sys/vm/laptop_mode&lt;br /&gt;
 &lt;br /&gt;
        # Remove wireless (and any other unnecessary) driver&lt;br /&gt;
        for i in ipw2100; do&lt;br /&gt;
                rmmod ${i}&lt;br /&gt;
        done&lt;br /&gt;
 fi&lt;/div&gt;</summary>
		<author><name>Dualdflipflop</name></author>	</entry>

	</feed>