<?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>hartvig.de &#187; cpu</title>
	<atom:link href="http://hartvig.de/tag/cpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://hartvig.de</link>
	<description>Personal homepage of Kaare Hartvig Jensen</description>
	<lastBuildDate>Thu, 17 May 2012 13:22:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tuning T60 ThinkPad noise level and power consumption</title>
		<link>http://hartvig.de/2007/tuning-t60-thinkpad-noise-level-and-power-consumption/</link>
		<comments>http://hartvig.de/2007/tuning-t60-thinkpad-noise-level-and-power-consumption/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 14:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[T60]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[fan]]></category>

		<guid isPermaLink="false">http://hartvig.de/2007/tuning-t60-thinkpad-noise-level-and-power-consumption/</guid>
		<description><![CDATA[
I am the lucky owner of an IBM T60 ThinkPad. Currently, I run xubuntu on it which is great since it is über fast and has all the conveniences of Debian&#8217;s package management system.
There are, however, also some downsides to  &#8230; <a href="http://hartvig.de/2007/tuning-t60-thinkpad-noise-level-and-power-consumption/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!--digg--><br />
I am the lucky owner of an IBM T60 ThinkPad. Currently, I run <a href="http://xubuntu.com/">xubuntu</a> on it which is great since it is über fast and has all the conveniences of Debian&#8217;s package management system.</p>
<p>There are, however, also some downsides to this machine. Sometimes it gets quite noisy while doing low CPU-intensity stuff, and the battery doesn&#8217;t last as nearly long enough.</p>
<p>A good way of getting around these problems, is simply to turn off one of the CPU&#8217;s cores when you don&#8217;t need it. This in turn makes it possible to turn down the CPU fan a little giving us a quieter and more energy-efficient system.</p>
<p><img src="http://darq.com/files/t60.jpg" /></p>
<p><span id="more-6"></span></p>
<h3>Controlling the CPU&#8217;s</h3>
<p>Turning off one of the cpu&#8217;s goes as follows. Become root and type the following in a terminal</p>
<p><code>$ echo 0 &gt; /sys/devices/system/cpu/cpu1/online</code></p>
<p>In case you want to turn it back on, it&#8217;s just as easy</p>
<p><code>$ echo 1 &gt; /sys/devices/system/cpu/cpu1/online</code></p>
<h3>Controlling the CPU fan</h3>
<p><font color="#ff0000">Update: </font><font color="#0000ff">To make the following work, you must first run</font></p>
<p><font color="#0000ff"><code> $ modprobe -r thinkpad_acpi </code></font></p>
<p><code><font color="#0000ff"> $ modprobe thinkpad-acpi experimental=1 fan_control=1</font> </code></p>
<p>Now, we want to turn down the CPU fan. Generally, one should be careful when doing this, since it could result in burning of the CPU. I never had any problems, but proceed at your own risk!<br />
There are 7 fan levels, where 7 is the maximum. A good balance between cooling and noise is achieved using level 2. To do this, use the following command</p>
<p><code>$ </code><code>echo level 2 &gt; /proc/acpi/ibm/fan </code></p>
<p>Turning it back to automatic fan control goes as follows</p>
<p><code>$ </code><code>echo level auto &gt; /proc/acpi/ibm/fan </code></p>
]]></content:encoded>
			<wfw:commentRss>http://hartvig.de/2007/tuning-t60-thinkpad-noise-level-and-power-consumption/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

