<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afty</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Afty"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Afty"/>
	<updated>2026-06-09T08:46:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=44436</id>
		<title>Save power with Ubuntu 9.04 (Jaunty Jackalope) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=44436"/>
		<updated>2009-09-29T18:13:44Z</updated>

		<summary type="html">&lt;p&gt;Afty: corrected spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&lt;br /&gt;
&lt;br /&gt;
// have to read wiki syntax to format correctly//&lt;br /&gt;
&lt;br /&gt;
==Basic information==&lt;br /&gt;
&lt;br /&gt;
I have Thinkpad T400 WC8......&lt;br /&gt;
&lt;br /&gt;
9 cell battery now 60% last 4.37 h&lt;br /&gt;
&lt;br /&gt;
Idle consumption after these tips: 11-13 watts, before the tips I used 30-35 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunately they have no option to save power.&lt;br /&gt;
&lt;br /&gt;
I use powernowd, Gudiance Power manager and KDE4.2 powerdevil.&lt;br /&gt;
&lt;br /&gt;
4 Gig RAM 2.26 GHz 250GB/5400&lt;br /&gt;
&lt;br /&gt;
Hibernate and suspend work (sometimes, crap fglrx driver)&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
Stop daemons you don't need with rcconf&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
Deactivate the touchpad.&lt;br /&gt;
&lt;br /&gt;
== My Bios Settings: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bluetooth off&lt;br /&gt;
&lt;br /&gt;
Modem off&lt;br /&gt;
&lt;br /&gt;
Wake on lan off&lt;br /&gt;
&lt;br /&gt;
Flash over lan off&lt;br /&gt;
&lt;br /&gt;
Serial port off&lt;br /&gt;
&lt;br /&gt;
Always USB off&lt;br /&gt;
&lt;br /&gt;
CdromSpeed silent&lt;br /&gt;
&lt;br /&gt;
Virtualisation off&lt;br /&gt;
&lt;br /&gt;
Dockingstation off&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumption to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as '''/etc/rc.local''' and do chmod +x on it&lt;br /&gt;
&lt;br /&gt;
Then modify '''/etc/kde4/kdm/Xsetup'''&lt;br /&gt;
&lt;br /&gt;
and add:&lt;br /&gt;
&lt;br /&gt;
'''exec /etc/rc.local'''&lt;br /&gt;
&lt;br /&gt;
before exit 0&lt;br /&gt;
&lt;br /&gt;
The script:&lt;br /&gt;
&lt;br /&gt;
[http://de.pastebin.ca/1397527 think_powersave]&lt;br /&gt;
&lt;br /&gt;
== Modify the xorg ==&lt;br /&gt;
&lt;br /&gt;
Modify like this:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 ......&lt;br /&gt;
        Option      &amp;quot;DynamicClocks&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
        Option      &amp;quot;PowerState&amp;quot; &amp;quot;1&amp;quot;&lt;br /&gt;
        BusID       &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
        Identifier   &amp;quot;aticonfig-Monitor[0]-1&amp;quot;&lt;br /&gt;
        Option      &amp;quot;VendorName&amp;quot; &amp;quot;ATI Proprietary Driver&amp;quot;&lt;br /&gt;
        Option      &amp;quot;ModelName&amp;quot; &amp;quot;Generic Autodetecting Monitor&amp;quot;&lt;br /&gt;
        Option      &amp;quot;DPMS&amp;quot; &amp;quot;true&amp;quot;                              &lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
== Use powernowd==&lt;br /&gt;
&lt;br /&gt;
install powernowd&lt;br /&gt;
&lt;br /&gt;
Then modify '''/etc/default/powernowd'''&lt;br /&gt;
&lt;br /&gt;
with these parameters(add after -q with a space after q):&lt;br /&gt;
&lt;br /&gt;
 -m 2 -l 20 -u 70 -s 300000&lt;br /&gt;
&lt;br /&gt;
==Powerdevil settings==&lt;br /&gt;
&lt;br /&gt;
Powersave Profile Settings:&lt;br /&gt;
&lt;br /&gt;
general:&lt;br /&gt;
Disable Composite&lt;br /&gt;
&lt;br /&gt;
Dim after 1 min&lt;br /&gt;
&lt;br /&gt;
Idle for +20 min shutdown&lt;br /&gt;
&lt;br /&gt;
Lid: lock screen&lt;br /&gt;
&lt;br /&gt;
any Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brightness 75 %&lt;br /&gt;
&lt;br /&gt;
enable display power management&lt;br /&gt;
&lt;br /&gt;
standby 3 min&lt;br /&gt;
suspend 6 min&lt;br /&gt;
power off 8min&lt;br /&gt;
&lt;br /&gt;
cpu:&lt;br /&gt;
&lt;br /&gt;
scaling: userspace&lt;br /&gt;
scheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Guidance PowerManager==&lt;br /&gt;
&lt;br /&gt;
Lock screen after resume&lt;br /&gt;
&lt;br /&gt;
Battery Powered:&lt;br /&gt;
&lt;br /&gt;
Brightness 75%&lt;br /&gt;
&lt;br /&gt;
drops below 10 min --&amp;gt; shutdown&lt;br /&gt;
idle more than XXX do nothing&lt;br /&gt;
cpu freq: dynamic (changed from powernowd then)&lt;br /&gt;
Lid: lock screen&lt;br /&gt;
&lt;br /&gt;
==Blacklist==&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;blacklist pcmcia&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf&lt;br /&gt;
&lt;br /&gt;
 echo &amp;quot;blacklist yenta_socket&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf&lt;br /&gt;
&lt;br /&gt;
Well good luck and have fun I think if you use the Intel card you can additionally save 3-5 watts&lt;/div&gt;</summary>
		<author><name>Afty</name></author>
		
	</entry>
</feed>