<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: How do I enable laptop mode to improve Linux laptop battery life?</title> <atom:link href="http://www.cyberciti.biz/faq/linux-laptop-power-saving/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: INDY</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-48395</link> <dc:creator>INDY</dc:creator> <pubDate>Sun, 18 Jul 2010 06:31:28 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-48395</guid> <description>We should save changed state of value if we add &lt;strong&gt;vm.laptop_mode = 5&lt;/strong&gt; in /etc/sysctl.conf
Anyway, true way is:
show current value:
&lt;strong&gt;# /sbin/sysctl -n vm.laptop_mode&lt;/strong&gt;
set value:
&lt;strong&gt;# /sbin/sysctl -w vm.laptop_mode=&quot;5&quot;&lt;/strong&gt;</description> <content:encoded><![CDATA[<p>We should save changed state of value if we add <strong>vm.laptop_mode = 5</strong> in /etc/sysctl.conf</p><p>Anyway, true way is:</p><p>show current value:<br
/> <strong># /sbin/sysctl -n vm.laptop_mode</strong></p><p>set value:<br
/> <strong># /sbin/sysctl -w vm.laptop_mode=&#8221;5&#8243;</strong></p> ]]></content:encoded> </item> <item><title>By: shirish</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-43737</link> <dc:creator>shirish</dc:creator> <pubDate>Fri, 18 Sep 2009 02:18:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-43737</guid> <description>While its true its broken, its also due to merge not happening of laptop-mode-tools.
https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/422620</description> <content:encoded><![CDATA[<p>While its true its broken, its also due to merge not happening of laptop-mode-tools.</p><p><a
href="https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/422620" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/laptop-mode-tools/+bug/422620</a></p> ]]></content:encoded> </item> <item><title>By: gunnar-eee</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-43327</link> <dc:creator>gunnar-eee</dc:creator> <pubDate>Sun, 23 Aug 2009 20:50:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-43327</guid> <description>laptop mode is broken in Ubuntu. It keeps spinning the drive up/down at 10 second intervals, seems nobody have gotten the parameters right so it becomes usable.
I hope it becomes sorted out. Until then its off for me.</description> <content:encoded><![CDATA[<p>laptop mode is broken in Ubuntu. It keeps spinning the drive up/down at 10 second intervals, seems nobody have gotten the parameters right so it becomes usable.<br
/> I hope it becomes sorted out. Until then its off for me.</p> ]]></content:encoded> </item> <item><title>By: Casey</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-41782</link> <dc:creator>Casey</dc:creator> <pubDate>Tue, 26 May 2009 09:45:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-41782</guid> <description>sudo bash -c &quot;echo 5 &gt; /proc/sys/vm/laptop_mode&quot;</description> <content:encoded><![CDATA[<p>sudo bash -c &#8220;echo 5 &gt; /proc/sys/vm/laptop_mode&#8221;</p> ]]></content:encoded> </item> <item><title>By: klez</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-40702</link> <dc:creator>klez</dc:creator> <pubDate>Wed, 11 Mar 2009 21:17:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-40702</guid> <description>note that &quot;sudo echo &gt; root-owned-file&quot; doesn&#039;t work, since you echo as root but will still be writing via your shell, which is running as your regular user.  I do realize it says &#039;do this as root&#039; but it&#039;s still a bit misleading.  And if you&#039;re already root, why sudo?
as non-root try:
sudo -s
echo 5 &gt; /proc/csys/vm/laptop_mode
exit</description> <content:encoded><![CDATA[<p>note that &#8220;sudo echo &gt; root-owned-file&#8221; doesn&#8217;t work, since you echo as root but will still be writing via your shell, which is running as your regular user.  I do realize it says &#8216;do this as root&#8217; but it&#8217;s still a bit misleading.  And if you&#8217;re already root, why sudo?</p><p>as non-root try:<br
/> sudo -s<br
/> echo 5 &gt; /proc/csys/vm/laptop_mode<br
/> exit</p> ]]></content:encoded> </item> <item><title>By: Owen</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37203</link> <dc:creator>Owen</dc:creator> <pubDate>Sun, 23 Dec 2007 08:37:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37203</guid> <description>Your Welcome,
I&#039;ve ran into that problem on my blog before.</description> <content:encoded><![CDATA[<p>Your Welcome,<br
/> I&#8217;ve ran into that problem on my blog before.</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37202</link> <dc:creator>vivek</dc:creator> <pubDate>Sun, 23 Dec 2007 08:21:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37202</guid> <description>Owen,
Thanks for the heads up.</description> <content:encoded><![CDATA[<p>Owen,</p><p>Thanks for the heads up.</p> ]]></content:encoded> </item> <item><title>By: Owen</title><link>http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37200</link> <dc:creator>Owen</dc:creator> <pubDate>Sun, 23 Dec 2007 04:35:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/linux-laptop-power-saving/#comment-37200</guid> <description>The actual command needs a &gt; symbol in it like follows: &lt;code&gt;sudo echo 5 &gt; /proc/sys/vm/laptop_mode&lt;/code&gt;</description> <content:encoded><![CDATA[<p>The actual command needs a &gt; symbol in it like follows: <code>sudo echo 5 &gt; /proc/sys/vm/laptop_mode</code></p> ]]></content:encoded> </item> </channel> </rss>
