<?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=Manuel</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=Manuel"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Manuel"/>
	<updated>2026-05-05T04:14:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_HD_3470&amp;diff=49030</id>
		<title>ATI Mobility Radeon HD 3470</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_HD_3470&amp;diff=49030"/>
		<updated>2010-07-12T12:33:52Z</updated>

		<summary type="html">&lt;p&gt;Manuel: /* Linux driver - OpenSource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a ATI video adapter&lt;br /&gt;
== Features ==&lt;br /&gt;
* Chipset: ATI RV620&lt;br /&gt;
* PCI ID: 1002:95c4&lt;br /&gt;
* PCI-E&lt;br /&gt;
* 128 or 256MB video memory&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Linux driver - OpenSource ==&lt;br /&gt;
The open-source &amp;quot;radeon&amp;quot; driver works quite well for 2D. It gets a bit hotter than the fglrx. 3D is still in early development but some open source games work.&lt;br /&gt;
Wine support is very dogy with the radeon driver dont expect anything to work with it.&lt;br /&gt;
&lt;br /&gt;
OpenSource radeon game database:&lt;br /&gt;
&lt;br /&gt;
http://xorg.freedesktop.org/wiki/RadeonProgram&lt;br /&gt;
&lt;br /&gt;
== Linux driver - Proprietary ==&lt;br /&gt;
Please look at the [[fglrx]] page for details&lt;br /&gt;
&lt;br /&gt;
== ThinkPads this chip may be found in ==&lt;br /&gt;
* {{R400}}, {{R500}}&lt;br /&gt;
* {{T400}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fan_control_scripts&amp;diff=48811</id>
		<title>Fan control scripts</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fan_control_scripts&amp;diff=48811"/>
		<updated>2010-06-16T14:21:12Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
This page provides several scripts for controlling the ThinkPad's system fan according the its [[thermal sensors]] (overriding the embedded controller), in order to reduce [[problem with fan noise|fan noise]] and decrease [[how to reduce power consumption|power consumption]].&lt;br /&gt;
&lt;br /&gt;
{{WARN|These scripts rely on undocumented hardware features and override nominal hardware behavior. They may thus cause arbitrary damage to your laptop or data. Watch your temperatures!}}&lt;br /&gt;
{{NOTE|Closed-loop fan control requires a thermal sensor sweep, which is an expensive operation.  The firmware doesn't update the sensors more than once every 2s, so care should be taken not to waste resources by reading them too often.}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Variable speed control scripts==&lt;br /&gt;
The following scripts sets the fan speed according to the system's [[thermal sensors]]. In addition, they include a hack for preventing the annoying fan pulsing that occurs on some systems. Note that the fan levels, thresholds and anti-pulsing hacks are system-specific, so you may need to adjust them.&lt;br /&gt;
&lt;br /&gt;
===Comprehensive &amp;lt;tt&amp;gt;bash&amp;lt;/tt&amp;gt; script with fine control over fan speed===&lt;br /&gt;
This script works with any recent Linux kernel (2.6.14 and higher). It requires the [[ibm-acpi]] module to be loaded with the &amp;lt;tt&amp;gt;experimental=1&amp;lt;/tt&amp;gt; module parameter (e.g., {{cmdroot|1=modprobe ibm_acpi experimental=1}}).&lt;br /&gt;
&lt;br /&gt;
In Linux 2.6.22 and higher you need to additionally pass fan_control=1 to the module thinkpad_acpi (e.g., {{cmdroot|1=modprobe thinkpad-acpi experimental=1 fan_control=1}})&lt;br /&gt;
&lt;br /&gt;
The code lets you define a temperature range for each [[thermal sensors|thermal sensor]]. The script computes the fan level needed by each sensor based on the configured range, and then sets the the actual fan level to the slowest that will satisfy all sensors (plus some hysteresis to avoid fluctiations). It also includes a workaround for the [[Problem with fan noise|pulsing noise]] problem. The script provides an (optional) daemon mode and logging to syslog. The method of controlling fan speed is documented [[How to control fan speed|here]]. &lt;br /&gt;
&lt;br /&gt;
The system hard disk temperature is monitored as well, using the hard disk's internal sensor. This works only on certain Hitachi disks and requires kernel &amp;gt;= 2.6.19-rc1 or the ide driver, since it uses a [[Thermal Sensors#Hitachi_harddisks_SENSE_CONDITION_temperature_sensor|non-standard method]] for reading the temperature without causing a head unload or spinup.&lt;br /&gt;
&lt;br /&gt;
The code:&lt;br /&gt;
* {{CodeRef|tp-fancontrol}}&lt;br /&gt;
&lt;br /&gt;
Current options:&lt;br /&gt;
&lt;br /&gt;
 Usage: ./tp-fancontrol [OPTION]...&lt;br /&gt;
 &lt;br /&gt;
 Available options:&lt;br /&gt;
   -s N   Shift up the min temperature thresholds by N degrees&lt;br /&gt;
          (positive for quieter, negative for cooler).&lt;br /&gt;
          Max temperature thresholds are not affected.&lt;br /&gt;
   -S N   Shift up the max temperature thresholds by N degrees&lt;br /&gt;
          (positive for quieter, negative for cooler). DANGEROUS.&lt;br /&gt;
   -t     Test mode&lt;br /&gt;
   -q     Quiet mode&lt;br /&gt;
   -d     Daemon mode, go into background (implies -q)&lt;br /&gt;
   -l     Log to syslog&lt;br /&gt;
   -k     Kill already-running daemon&lt;br /&gt;
   -u     Tell already-running daemon that the system is being suspended&lt;br /&gt;
   -p     Pid file location for daemon mode&lt;br /&gt;
{{WARN|The list of temperature ranges used in this script is much more liberal than the rules used by the embedded controller firmware, and is derived mostly from anecdotal evidence, hunches and wishful thinking. It is also model-specific - see [[thermal sensors]].}}&lt;br /&gt;
&lt;br /&gt;
====init script for the comprehensive script====&lt;br /&gt;
&lt;br /&gt;
This is optional. It assumes that the above &amp;lt;tt&amp;gt;tp-fancontrol&amp;lt;/tt&amp;gt; script is saved at {{path|/usr/bin/tp-fancontrol}}.&lt;br /&gt;
* Init script: {{CodeRef|tp-fancontrol.init}} (save as {{path|/etc/init.d/tp-fancontrol}})&lt;br /&gt;
* Init script (Debian): {{CodeRef|tp-fancontrol.init.debian}} (save as {{path|/etc/init.d/tp-fancontrol}})&lt;br /&gt;
* Configuration file for init script: {{CodeRef|tp-fancontrol.conf}} (save as {{path|/etc/tp-fancontrol.conf}})&lt;br /&gt;
&lt;br /&gt;
===Simple &amp;lt;tt&amp;gt;bash&amp;lt;/tt&amp;gt; script with fine control over fan speed (requires kernel patch)===&lt;br /&gt;
The following is a simpler patch (without extra features like daemon mode and logging). It requires the [[patch for controlling fan speed]] or a recent kernel (&amp;gt;=2.6.19).&lt;br /&gt;
&lt;br /&gt;
{{CodeRef|tp-fancontrol-basic}}&lt;br /&gt;
&lt;br /&gt;
===tp-fan: Automatic daemon with GTK+ GUI===&lt;br /&gt;
Provides easy setup and monitoring through graphical GTK+ interface. Temperature thresholds can be set separately for each sensor since version 0.90.&lt;br /&gt;
&lt;br /&gt;
At the moment packages are available for Ubuntu 7.10 and 8.04. However, porting to other distributions or manual setup should be easy.&lt;br /&gt;
&lt;br /&gt;
* Home page: http://www.gambitchess.org/moin.py/tpfan&lt;br /&gt;
&lt;br /&gt;
===thinkfan: A minimalist fan control program===&lt;br /&gt;
Written in C to use as little CPU power as possible. Configuration is done via a simple text file, by providing (FAN_LEVEL, LOWER_LIMIT, UPPER_LIMIT) tuples. Inspired by i8kfan. Requires thinkpad_acpi with fan_control=1. Just released version 0.7, which now allows a more fine-grained control over temperature limits.&lt;br /&gt;
&lt;br /&gt;
* Download here: http://sourceforge.net/projects/thinkfan/&lt;br /&gt;
&lt;br /&gt;
==Fan enable/disable scripts==&lt;br /&gt;
The following scripts were written before it was known [[patch for controlling fan speed|how to control the fan speed]], so they only toggle between fan disabled and default (noisy) fan behavior. In some models, they also do not monitor all available [[thermal sensors]].&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;tt&amp;gt;sh&amp;lt;/tt&amp;gt; script example===&lt;br /&gt;
{{CodeRef|fan-enable-basic}}&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;tt&amp;gt;sh&amp;lt;/tt&amp;gt; script with more features===&lt;br /&gt;
{{CodeRef|fan-enable-extended}}&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;tt&amp;gt;sh&amp;lt;/tt&amp;gt; script with extra safety functionality===&lt;br /&gt;
ibm_acpi usually works well. But to rely on it completely, this script provides some extra safety functionality:&lt;br /&gt;
# It catches various signals and turns the fan on before it quits.&lt;br /&gt;
# It turns off the fan under very strict conditions, leaving it on when unexpected errors occur.&lt;br /&gt;
&lt;br /&gt;
{{CodeRef|fan-enable-safe}}&lt;br /&gt;
&lt;br /&gt;
==Init scripts==&lt;br /&gt;
&lt;br /&gt;
===Init script example===&lt;br /&gt;
&lt;br /&gt;
{{CodeRef|fan-enable.init}}&lt;br /&gt;
&lt;br /&gt;
===Init script example for gentoo===&lt;br /&gt;
Assume one of the above control scripts is {{path|/usr/sbin/ibm-fancontrold}}, for gentoo use the following init script in /etc/init.d/ibm-fancontrol.&lt;br /&gt;
Copy the script to {{path|/etc/init.d/ibm-fancontrol}}, then do &lt;br /&gt;
&lt;br /&gt;
 # rc-update add ibm-fancontrol default&lt;br /&gt;
&lt;br /&gt;
This will add the init script to the default runlevel.&lt;br /&gt;
&lt;br /&gt;
{{CodeRef|ibm-fancontrol.init}}&lt;br /&gt;
&lt;br /&gt;
===Init script example for rh/fedora===&lt;br /&gt;
Assume one of the above control scripts is {{path|/sbin/tp-fancontrold}},&lt;br /&gt;
copy the script to {{path|/etc/init.d/tp-fancontrol}}, then do &lt;br /&gt;
&lt;br /&gt;
 # chkconfig --add tp-fancontrol&lt;br /&gt;
&lt;br /&gt;
This will add the init script to the default runlevel.&lt;br /&gt;
&lt;br /&gt;
{{CodeRef|tp-fancontrol-fc.init}}&lt;br /&gt;
&lt;br /&gt;
You'd have to install also &amp;quot;kernel-module-ibm-acpi&amp;quot; package.&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
&lt;br /&gt;
===tpfand===&lt;br /&gt;
This little piece of python code is only there to speed up your fan in a T400 with an ATI card cause the fglrx driver does not control the fan speed which leads to overheating while gaming or do other graphic stuff with the ati chip. This script relies on the normal bios control of the fan. If the laptop gets to hot it will speed up the fan to max speed (somehow the bios does not do this ??!!) and re-enables the bios control on a certain temperature. This was only tested on a T400 with ATI chip.&lt;br /&gt;
You can just run in in the background as root. It is very chatty and writes in a logfile in /tmp. It should work with any Thinkpad who has /proc/acpi/imb/fan interface.&lt;br /&gt;
[http://pastebin.ca/1884323 tpfand]&lt;br /&gt;
&lt;br /&gt;
Tested on:&lt;br /&gt;
T400 with Radeon HD 3400&lt;br /&gt;
Please test on other models with ATI chip.&lt;br /&gt;
&lt;br /&gt;
===fanctrld===&lt;br /&gt;
[http://log.does-not-exist.org/archives/2005/08/13/2043_t_43_fan_control_daemon.html fanctrld] is a daemon (written in C) that controls the Thinkpad's fan. The basic approach is to monitor both temperature and fan speed. The fan is enabled when a certain temperature is exceeded, and disabled when the BIOS slows down the fan below a certain speed.&lt;br /&gt;
&lt;br /&gt;
===ThinkPad Fan Control GTK GUI tool===&lt;br /&gt;
&lt;br /&gt;
[http://www.gambitchess.org/moin.py/ThinkPad_Fan_Control A GTK GUI program (packaged for Ubuntu Gutsy Gibbon 7.10)] may also help.&lt;br /&gt;
&lt;br /&gt;
For those using Ubuntu 8.10 and recent Thinkpad models (eg: X200), this is the fan control packages to use: sudo apt-get install tpfand tpfan-admin tpfand-profiles (The packages are part of the main ubuntu repository). It solves the problem of a constantly-on fan. I don't think there are yet profiles for those newer thinkpad models, but it's fairly easy to manually configure the right thresholds. For reference, this is the /etc/tpfand.conf I use for my X200:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
enabled = True&lt;br /&gt;
&lt;br /&gt;
override_profile = True&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
0. Sensor 0 = 0:0 50:3 58:5 67:8&lt;br /&gt;
&lt;br /&gt;
1. Sensor 1 = 0:0 55:3 62:5 69:8&lt;br /&gt;
&lt;br /&gt;
2. Sensor 2 = 0:255&lt;br /&gt;
&lt;br /&gt;
3. Sensor 3 = 0:0 48:3 61:5 69:8&lt;br /&gt;
&lt;br /&gt;
4. Sensor 4 = 0:0 43:3 50:8&lt;br /&gt;
&lt;br /&gt;
5. Sensor 5 = 0:255&lt;br /&gt;
&lt;br /&gt;
6. Sensor 6 = 0:0 40:8&lt;br /&gt;
&lt;br /&gt;
7. Sensor 7 = 0:255&lt;br /&gt;
&lt;br /&gt;
==Ideas for improvement==&lt;br /&gt;
* Use the [[HDAPS]] sensor to automatically lower the temperature thresholds when the laptop is moving. Prolonged movement usually happens when the laptop is on the user's lap (see [[Problem with hot surfaces]] for implications), or when in a moving vehicle where fan noise is typically overshadowed by vehicle noise.&lt;br /&gt;
* Use a [http://en.wikipedia.org/wiki/PID_controller PID controller] feedback loop instead of simple thresholds.&lt;br /&gt;
* Monitor the UltraBay disk temperature too.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[How to control fan speed]]&lt;br /&gt;
* Shimodax's ThinkPad fan control tool for a Windows offers functionality similar to these scripts; see the [http://forum.thinkpads.com/viewtopic.php?t=17715 forum discussion] at thinkpads.com.&lt;br /&gt;
* Yury Polyanskiy has a [http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/2005-November/030697.html kernel patch] for automatic fan control in kernelspace (only enable/disable based on maximum temperature).&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripts]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43710</id>
		<title>Install 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=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43710"/>
		<updated>2009-07-24T19:07:57Z</updated>

		<summary type="html">&lt;p&gt;Manuel: /* Active Protection System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]]&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Wireless with ath5k driver (ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset))&lt;br /&gt;
** jockey-gtk gives you the option of installing MadWIFI.  I did not try that since ath5k works for me.&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Intel driver for Integrated Graphics (Intel Integrated [[Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470]] graphics)&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*VGA/HDMI output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you maybe have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*Optical drive (Including DVD burning)&lt;br /&gt;
*built-in webcam (tested with skype, cheese and vlc media player)&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (FN + Home/End)&lt;br /&gt;
**Thinklight control (FN + PgUp)&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 press once: Wlan and BT off/Press second time: BT off, Wlan on/Third time: BT on, Wlan off/Press another time: BT and Wlan on)&lt;br /&gt;
**To add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]&lt;br /&gt;
**Wlan/BT hardware switch&lt;br /&gt;
**Media player control (FN + arrows)&lt;br /&gt;
**Browser history buttons&lt;br /&gt;
**Switch to extern Monitor (FN + F7 press once: picture on both monitors/Second time: on external Monitor/Third time: Laptop monitor)&lt;br /&gt;
**Suspend shortcut (FN + F4)&lt;br /&gt;
**Hibernate shortcut (FN + F12)&lt;br /&gt;
**Battery info shortcut (FN + F3)&lt;br /&gt;
**Screenlock shortcut (FN + F2)&lt;br /&gt;
**dock eject button (FN + F9) not tested yet!&lt;br /&gt;
**[[ThinkVantage Button]] (You only have to allocate a programm!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
===Mute button=== &lt;br /&gt;
&lt;br /&gt;
The Mute button only mutes the sound but no induction in the gnome volume indicator. &lt;br /&gt;
To fix this you must edit you grub menu.lst and add a kernel option acpi_osi=&amp;quot;Linux&amp;quot; .&lt;br /&gt;
&lt;br /&gt;
first back up your menu list&lt;br /&gt;
 &amp;gt; sudo cp /boot/grub/menu.lst{,.orig}&lt;br /&gt;
&lt;br /&gt;
Edit it&lt;br /&gt;
 &amp;gt; sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
Look for a line that looks something like this:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro&lt;br /&gt;
&lt;br /&gt;
Add the kernel option to the end of the line:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro acpi_osi=&amp;quot;Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file, then update grub&lt;br /&gt;
 &amp;gt; sudo update-grub&lt;br /&gt;
&lt;br /&gt;
===Postinstall-Script for this Workarounds===&lt;br /&gt;
 &lt;br /&gt;
This script:&lt;br /&gt;
*enables scrolling with trackpoint&lt;br /&gt;
*enables FN + F8 to switch on/off trackpad&lt;br /&gt;
*makes the recommended Workaround for the harddrive-Bug&lt;br /&gt;
*writes BATT_HD_POWERMGMT=200 (also to disable permanent Harddrive-parking )&lt;br /&gt;
*enables the Menu-Key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Shell-script for postinstallation work on a T400 or another Thinkpad&lt;br /&gt;
 &lt;br /&gt;
 # Scrolling with Trackpoint&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;' &amp;gt; /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
 &lt;br /&gt;
 # FN + F8 to switch trackpad on/off&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;' &amp;gt; /etc/hal/fdi/policy/shmconfig.fdi&lt;br /&gt;
 &lt;br /&gt;
 # recommended workaround for hard disk bug&lt;br /&gt;
 sed -i 's/ENABLE_LAPTOP_MODE=false/ENABLE_LAPTOP_MODE=true/g' /etc/default/acpi-support&lt;br /&gt;
 &lt;br /&gt;
 sed -i 's/BATT_HD_POWERMGMT=1/BATT_HD_POWERMGMT=200/g' /etc/laptop-mode/laptop-mode.conf&lt;br /&gt;
 &lt;br /&gt;
 # Menu Key Workaround&lt;br /&gt;
 sed -i 's|key\ &amp;lt;I151&amp;gt;\ \ \ {\ \ \ \ \ \ \[\ XF86WakeUp|key\ &amp;lt;I151&amp;gt;\ \  {\ \ \ \ \ \ \[\ Menu\ \ \ \ \ \ |g' /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
 &lt;br /&gt;
 echo '==========================================='&lt;br /&gt;
 echo 'After an reboot you certainly can use the features! To do so type &amp;quot;reboot&amp;quot;'&lt;br /&gt;
&lt;br /&gt;
Step for Step:&lt;br /&gt;
&lt;br /&gt;
1.Save this script as a textfile on your Desktop&lt;br /&gt;
&lt;br /&gt;
2.Open the Terminal&lt;br /&gt;
&lt;br /&gt;
3.Write this to change directory to Desktop&lt;br /&gt;
&lt;br /&gt;
 cd Desktop&lt;br /&gt;
&lt;br /&gt;
4.Then type this line to set rights to read/write and execute (replace textfile with your filename!)&lt;br /&gt;
&lt;br /&gt;
 chmod 775 textfile&lt;br /&gt;
&lt;br /&gt;
5.To get administrator rights type:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
6.Type your password&lt;br /&gt;
&lt;br /&gt;
7.Execute the script&lt;br /&gt;
&lt;br /&gt;
 ./textfile&lt;br /&gt;
&lt;br /&gt;
8. If the script doesn't lead to success, you could try&lt;br /&gt;
&lt;br /&gt;
  sudo rm /var/cache/hald/fdi-cache&lt;br /&gt;
  sudo /etc/init.d/hal restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- -*- SGML -*- --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
Taken from '''Bug [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/287428 #287428]''' &amp;quot;Menu key emits XF86WakeUp on Thinkpad X61s&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Václav Šmilauer wrote:&lt;br /&gt;
&amp;quot;When I press the menu key on Thinkpad X61s, it doesn't do anything. I checked with xev and the generated keycode is 151 (xev-reported), which is mapped to &amp;lt;I151&amp;gt; and this, in turn to XF86WakeUp.&lt;br /&gt;
I tried diferent keyboard models for Thinkpads, bot none of them worked in this respect. A temporary solution was to replace &amp;quot;XF86WakeUp&amp;quot; with &amp;quot;Menu&amp;quot; in /usr/share/X11/xkb/symbols/inet:86, where &amp;lt;I151&amp;gt; is mapped.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The Workaround in short:'''&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
&lt;br /&gt;
Press Str + F to search for '''&amp;quot;I151&amp;quot;''' and write &lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Menu&amp;quot;''' instead of '''&amp;quot;XF86WakeUp&amp;quot;''' in this line!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Notebook-Harddrive Bug====&lt;br /&gt;
&lt;br /&gt;
https://wiki.ubuntu.com/PowerManagement#8.10%20(Intrepid):&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Many of the previous issues have been addressed in Intrepid. All you need to do is:&lt;br /&gt;
 &amp;quot;ENABLE_LAPTOP_MODE=true&amp;quot; in /etc/default/acpi-support (Bug 244838 fixed in acpi-support 0.111?)&lt;br /&gt;
&lt;br /&gt;
You can also change &amp;quot;BATT_HD_POWERMGMT=1&amp;quot; in /etc/laptop-mode/laptop-mode.conf to an higher value to stop permanent harddrive-parking!&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''APS with DKMS support for tp_smapi, visit:  http://code.google.com/p/tp-smapi-dkms-module/'''&lt;br /&gt;
&lt;br /&gt;
If you use APS with DKMS then you don't need to rebuild the module after kernel switch/update.&lt;br /&gt;
&lt;br /&gt;
DKMS: http://en.wikipedia.org/wiki/DKMS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sources:&lt;br /&gt;
http://ubuntuforums.org/showthread.php?t=1017393&lt;br /&gt;
http://wiki.ubuntuusers.de/Festplattenschutz?highlight=festplattenschutz#Module_laden&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/hdapsd/+bug/303915/&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/297213/&lt;br /&gt;
http://www.thinkwiki.org/wiki/Talk:Install_Ubuntu_8.10_%28Intrepid_Ibex%29_on_a_Thinkpad_T400&lt;br /&gt;
http://www.thinkwiki.org/wiki/Tp_smapi#t…s_0x1600-0x161f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Here is a Step by Step guidance [[How to protect the harddisk through APS]] with Kernel 2.6.28!'''&lt;br /&gt;
&lt;br /&gt;
At first you have to delete existing kernel modules to make space for the new ones (Press ENTER after each line):&lt;br /&gt;
&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/thinkpad_ec.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/tp_smapi.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/drivers/hwmon/hdaps.ko&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then downlaod the newest packages:&lt;br /&gt;
&lt;br /&gt;
You will need &lt;br /&gt;
*tp_smapi-0.4 from here: http://sourceforge.net/project/showfiles.php?group_id=1212&amp;amp;package_id=171579&lt;br /&gt;
*hdapsd-20090401.tar.gz from here: http://sourceforge.net/project/showfiles.php?group_id=138242&amp;amp;package_id=308030&lt;br /&gt;
*gnome-hdaps-applet-20081204.tar.gz from here: http://www.zen24593.zen.co.uk/hdaps/&lt;br /&gt;
&lt;br /&gt;
Save this things on your Desktop and unpack them, e.g.&lt;br /&gt;
&lt;br /&gt;
 tar xvfz hdapsd-20090401.tar.gz&lt;br /&gt;
 tar xvfz tp_smapi-0.40.tgz&lt;br /&gt;
 tar xvfz gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
&lt;br /&gt;
Then open the Terminal and type this to change into the tp_smapi directory:&lt;br /&gt;
&lt;br /&gt;
 cd Desktop/tp_smapi-0.40&lt;br /&gt;
&lt;br /&gt;
Then try to load the kernel modules:&lt;br /&gt;
&lt;br /&gt;
 make load HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
If there is written &amp;quot;drivers successfully loaded&amp;quot;, you can type this for installation:&lt;br /&gt;
&lt;br /&gt;
 make install HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
To laod this modules on startup you have to write them into the /etc/modules file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modules&lt;br /&gt;
&lt;br /&gt;
Append this to the file:&lt;br /&gt;
&lt;br /&gt;
 thinkpad_ec	&lt;br /&gt;
 tp_smapi&lt;br /&gt;
 hdaps&lt;br /&gt;
&lt;br /&gt;
We also need options to load this modules correctly. They have to be written in /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
Fill the file with this code&lt;br /&gt;
&lt;br /&gt;
 # enable thinkpad_ec&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 &lt;br /&gt;
 # option to correctly set tilting through hdaps sensor&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
&lt;br /&gt;
Now you can try, if the modules are loaded yet. Do so with &lt;br /&gt;
&lt;br /&gt;
 lsmod | grep hdaps&lt;br /&gt;
&lt;br /&gt;
if not perform:&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then install this packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install hdaps-utils hdapsd&lt;br /&gt;
&lt;br /&gt;
Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal) which shows the position of your Laptop.&lt;br /&gt;
&lt;br /&gt;
hdapsd is not working yet. Therefore we need to compile our newer version downloaded before. &lt;br /&gt;
&lt;br /&gt;
 cd Desktop/hdapsd-20090401/&lt;br /&gt;
 ./configure --prefix=/usr/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
If compilation and installation succeeded, you can test it by typing this into your terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo hdapsd -d sda -s 15 -a -v -y &lt;br /&gt;
&lt;br /&gt;
If you suddenly move your laptop the output will change! (stop it with pressing Str + C)&lt;br /&gt;
&lt;br /&gt;
The last step is, to copy an overworked initiation-script over the existing one.&lt;br /&gt;
&lt;br /&gt;
The first line will download it, the second will set rights and the third one copies it to the right position. (Press ENTER after each!)&lt;br /&gt;
&lt;br /&gt;
 wget http://www.unet.univie.ac.at/~a0604095/hdapsd&lt;br /&gt;
 sudo chmod 733 hdapsd&lt;br /&gt;
 sudo cp hdapsd /etc/init.d/&lt;br /&gt;
&lt;br /&gt;
Now you can start hdapsd with typing&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/hdapsd start&lt;br /&gt;
&lt;br /&gt;
After an reboot everything should start automatically and work correctly! You can change the sensitivity value and other things in this file: &amp;quot;'''/etc/default/hdapsd'''&amp;quot;. &lt;br /&gt;
To see the effects you have to type &amp;quot;sudo /etc/init.d/hdapsd restart&amp;quot; to restart hdapsd!&lt;br /&gt;
&lt;br /&gt;
To install the gnome-panel-applet type this lines into the terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install libpanel-applet2-dev&lt;br /&gt;
 cd Desktop/gnome-hdaps-applet-20081204&lt;br /&gt;
 gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c&lt;br /&gt;
 sudo cp gnome-hdaps-applet /usr/bin/&lt;br /&gt;
 sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/&lt;br /&gt;
&lt;br /&gt;
The first line is to install required deps, second line is to move to the source directory (we have downloaded it looong time ago!), then we compile it and copy the files to several positions. After an reboot you can add this applet to the panel!&lt;br /&gt;
&lt;br /&gt;
Please feel free to correct mistakes. If you have trouble, don't be shy and contact me with jabber: jango4@jabber.org&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
There is a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
Same Problem as with 8.10!&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
==Upgrading from earlier versions of Ubuntu==&lt;br /&gt;
&lt;br /&gt;
====Resume/Suspend problems====&lt;br /&gt;
If you have problems with resume/suspend, first try if it works from the LiveCD. If LiveCD works, the problem must be in your Ubuntu configuration.&lt;br /&gt;
Try reinstalling acpi-support and laptop-mode-tools:&lt;br /&gt;
 sudo apt-get remove --purge laptop-mode-tools acpi-support&lt;br /&gt;
 sudo apt-get install laptop-mode-tools acpi-support&lt;br /&gt;
If this doesn't help, check the files in /etc/hal/fdi/information directory and remove the unnecessary files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_9.04]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43701</id>
		<title>Install 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=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43701"/>
		<updated>2009-07-22T20:27:02Z</updated>

		<summary type="html">&lt;p&gt;Manuel: /* Active Protection System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]]&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Wireless with ath5k driver (ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset))&lt;br /&gt;
** jockey-gtk gives you the option of installing MadWIFI.  I did not try that since ath5k works for me.&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Intel driver for Integrated Graphics (Intel Integrated [[Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470]] graphics)&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*VGA/HDMI output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you maybe have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*Optical drive (Including DVD burning)&lt;br /&gt;
*built-in webcam (tested with skype, cheese and vlc media player)&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (FN + Home/End)&lt;br /&gt;
**Thinklight control (FN + PgUp)&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 press once: Wlan and BT off/Press second time: BT off, Wlan on/Third time: BT on, Wlan off/Press another time: BT and Wlan on)&lt;br /&gt;
**To add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]&lt;br /&gt;
**Wlan/BT hardware switch&lt;br /&gt;
**Media player control (FN + arrows)&lt;br /&gt;
**Browser history buttons&lt;br /&gt;
**Switch to extern Monitor (FN + F7 press once: picture on both monitors/Second time: on external Monitor/Third time: Laptop monitor)&lt;br /&gt;
**Suspend shortcut (FN + F4)&lt;br /&gt;
**Hibernate shortcut (FN + F12)&lt;br /&gt;
**Battery info shortcut (FN + F3)&lt;br /&gt;
**Screenlock shortcut (FN + F2)&lt;br /&gt;
**dock eject button (FN + F9) not tested yet!&lt;br /&gt;
**[[ThinkVantage Button]] (You only have to allocate a programm!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
===Mute button=== &lt;br /&gt;
&lt;br /&gt;
The Mute button only mutes the sound but no induction in the gnome volume indicator. &lt;br /&gt;
To fix this you must edit you grub menu.lst and add a kernel option acpi_osi=&amp;quot;Linux&amp;quot; .&lt;br /&gt;
&lt;br /&gt;
first back up your menu list&lt;br /&gt;
 &amp;gt; sudo cp /boot/grub/menu.lst{,.orig}&lt;br /&gt;
&lt;br /&gt;
Edit it&lt;br /&gt;
 &amp;gt; sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
Look for a line that looks something like this:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro&lt;br /&gt;
&lt;br /&gt;
Add the kernel option to the end of the line:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro acpi_osi=&amp;quot;Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file, then update grub&lt;br /&gt;
 &amp;gt; sudo update-grub&lt;br /&gt;
&lt;br /&gt;
===Postinstall-Script for this Workarounds===&lt;br /&gt;
 &lt;br /&gt;
This script:&lt;br /&gt;
*enables scrolling with trackpoint&lt;br /&gt;
*enables FN + F8 to switch on/off trackpad&lt;br /&gt;
*makes the recommended Workaround for the harddrive-Bug&lt;br /&gt;
*writes BATT_HD_POWERMGMT=200 (also to disable permanent Harddrive-parking )&lt;br /&gt;
*enables the Menu-Key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Shell-script for postinstallation work on a T400 or another Thinkpad&lt;br /&gt;
 &lt;br /&gt;
 # Scrolling with Trackpoint&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;' &amp;gt; /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
 &lt;br /&gt;
 # FN + F8 to switch trackpad on/off&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;' &amp;gt; /etc/hal/fdi/policy/shmconfig.fdi&lt;br /&gt;
 &lt;br /&gt;
 # recommended workaround for hard disk bug&lt;br /&gt;
 sed -i 's/ENABLE_LAPTOP_MODE=false/ENABLE_LAPTOP_MODE=true/g' /etc/default/acpi-support&lt;br /&gt;
 &lt;br /&gt;
 sed -i 's/BATT_HD_POWERMGMT=1/BATT_HD_POWERMGMT=200/g' /etc/laptop-mode/laptop-mode.conf&lt;br /&gt;
 &lt;br /&gt;
 # Menu Key Workaround&lt;br /&gt;
 sed -i 's|key\ &amp;lt;I151&amp;gt;\ \ \ {\ \ \ \ \ \ \[\ XF86WakeUp|key\ &amp;lt;I151&amp;gt;\ \  {\ \ \ \ \ \ \[\ Menu\ \ \ \ \ \ |g' /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
 &lt;br /&gt;
 echo '==========================================='&lt;br /&gt;
 echo 'After an reboot you certainly can use the features! To do so type &amp;quot;reboot&amp;quot;'&lt;br /&gt;
&lt;br /&gt;
Step for Step:&lt;br /&gt;
&lt;br /&gt;
1.Save this script as a textfile on your Desktop&lt;br /&gt;
&lt;br /&gt;
2.Open the Terminal&lt;br /&gt;
&lt;br /&gt;
3.Write this to change directory to Desktop&lt;br /&gt;
&lt;br /&gt;
 cd Desktop&lt;br /&gt;
&lt;br /&gt;
4.Then type this line to set rights to read/write and execute (replace textfile with your filename!)&lt;br /&gt;
&lt;br /&gt;
 chmod 775 textfile&lt;br /&gt;
&lt;br /&gt;
5.To get administrator rights type:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
6.Type your password&lt;br /&gt;
&lt;br /&gt;
7.Execute the script&lt;br /&gt;
&lt;br /&gt;
 ./textfile&lt;br /&gt;
&lt;br /&gt;
8. If the script doesn't lead to success, you could try&lt;br /&gt;
&lt;br /&gt;
  sudo rm /var/cache/hald/fdi-cache&lt;br /&gt;
  sudo /etc/init.d/hal restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- -*- SGML -*- --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
Taken from '''Bug [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/287428 #287428]''' &amp;quot;Menu key emits XF86WakeUp on Thinkpad X61s&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Václav Šmilauer wrote:&lt;br /&gt;
&amp;quot;When I press the menu key on Thinkpad X61s, it doesn't do anything. I checked with xev and the generated keycode is 151 (xev-reported), which is mapped to &amp;lt;I151&amp;gt; and this, in turn to XF86WakeUp.&lt;br /&gt;
I tried diferent keyboard models for Thinkpads, bot none of them worked in this respect. A temporary solution was to replace &amp;quot;XF86WakeUp&amp;quot; with &amp;quot;Menu&amp;quot; in /usr/share/X11/xkb/symbols/inet:86, where &amp;lt;I151&amp;gt; is mapped.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The Workaround in short:'''&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
&lt;br /&gt;
Press Str + F to search for '''&amp;quot;I151&amp;quot;''' and write &lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Menu&amp;quot;''' instead of '''&amp;quot;XF86WakeUp&amp;quot;''' in this line!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Notebook-Harddrive Bug====&lt;br /&gt;
&lt;br /&gt;
https://wiki.ubuntu.com/PowerManagement#8.10%20(Intrepid):&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Many of the previous issues have been addressed in Intrepid. All you need to do is:&lt;br /&gt;
 &amp;quot;ENABLE_LAPTOP_MODE=true&amp;quot; in /etc/default/acpi-support (Bug 244838 fixed in acpi-support 0.111?)&lt;br /&gt;
&lt;br /&gt;
You can also change &amp;quot;BATT_HD_POWERMGMT=1&amp;quot; in /etc/laptop-mode/laptop-mode.conf to an higher value to stop permanent harddrive-parking!&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
'''APS with DKMS support for tp_smapi, visit:  http://code.google.com/p/tp-smapi-dkms-module/'''&lt;br /&gt;
If you use APS with DKMS then you don't need to rebuild the module after kernel switch/update&lt;br /&gt;
DKMS: http://en.wikipedia.org/wiki/DKMS&lt;br /&gt;
&lt;br /&gt;
Sources:&lt;br /&gt;
http://ubuntuforums.org/showthread.php?t=1017393&lt;br /&gt;
http://wiki.ubuntuusers.de/Festplattenschutz?highlight=festplattenschutz#Module_laden&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/hdapsd/+bug/303915/&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/297213/&lt;br /&gt;
http://www.thinkwiki.org/wiki/Talk:Install_Ubuntu_8.10_%28Intrepid_Ibex%29_on_a_Thinkpad_T400&lt;br /&gt;
http://www.thinkwiki.org/wiki/Tp_smapi#t…s_0x1600-0x161f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Here is a Step by Step guidance [[How to protect the harddisk through APS]] with Kernel 2.6.28!'''&lt;br /&gt;
&lt;br /&gt;
At first you have to delete existing kernel modules to make space for the new ones (Press ENTER after each line):&lt;br /&gt;
&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/thinkpad_ec.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/tp_smapi.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/drivers/hwmon/hdaps.ko&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then downlaod the newest packages:&lt;br /&gt;
&lt;br /&gt;
You will need &lt;br /&gt;
*tp_smapi-0.4 from here: http://sourceforge.net/project/showfiles.php?group_id=1212&amp;amp;package_id=171579&lt;br /&gt;
*hdapsd-20090401.tar.gz from here: http://sourceforge.net/project/showfiles.php?group_id=138242&amp;amp;package_id=308030&lt;br /&gt;
*gnome-hdaps-applet-20081204.tar.gz from here: http://www.zen24593.zen.co.uk/hdaps/&lt;br /&gt;
&lt;br /&gt;
Save this things on your Desktop and unpack them, e.g.&lt;br /&gt;
&lt;br /&gt;
 tar xvfz hdapsd-20090401.tar.gz&lt;br /&gt;
 tar xvfz tp_smapi-0.40.tgz&lt;br /&gt;
 tar xvfz gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
&lt;br /&gt;
Then open the Terminal and type this to change into the tp_smapi directory:&lt;br /&gt;
&lt;br /&gt;
 cd Desktop/tp_smapi-0.40&lt;br /&gt;
&lt;br /&gt;
Then try to load the kernel modules:&lt;br /&gt;
&lt;br /&gt;
 make load HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
If there is written &amp;quot;drivers successfully loaded&amp;quot;, you can type this for installation:&lt;br /&gt;
&lt;br /&gt;
 make install HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
To laod this modules on startup you have to write them into the /etc/modules file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modules&lt;br /&gt;
&lt;br /&gt;
Append this to the file:&lt;br /&gt;
&lt;br /&gt;
 thinkpad_ec	&lt;br /&gt;
 tp_smapi&lt;br /&gt;
 hdaps&lt;br /&gt;
&lt;br /&gt;
We also need options to load this modules correctly. They have to be written in /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
Fill the file with this code&lt;br /&gt;
&lt;br /&gt;
 # enable thinkpad_ec&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 &lt;br /&gt;
 # option to correctly set tilting through hdaps sensor&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
&lt;br /&gt;
Now you can try, if the modules are loaded yet. Do so with &lt;br /&gt;
&lt;br /&gt;
 lsmod | grep hdaps&lt;br /&gt;
&lt;br /&gt;
if not perform:&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then install this packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install hdaps-utils hdapsd&lt;br /&gt;
&lt;br /&gt;
Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal) which shows the position of your Laptop.&lt;br /&gt;
&lt;br /&gt;
hdapsd is not working yet. Therefore we need to compile our newer version downloaded before. &lt;br /&gt;
&lt;br /&gt;
 cd Desktop/hdapsd-20090401/&lt;br /&gt;
 ./configure --prefix=/usr/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
If compilation and installation succeeded, you can test it by typing this into your terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo hdapsd -d sda -s 15 -a -v -y &lt;br /&gt;
&lt;br /&gt;
If you suddenly move your laptop the output will change! (stop it with pressing Str + C)&lt;br /&gt;
&lt;br /&gt;
The last step is, to copy an overworked initiation-script over the existing one.&lt;br /&gt;
&lt;br /&gt;
The first line will download it, the second will set rights and the third one copies it to the right position. (Press ENTER after each!)&lt;br /&gt;
&lt;br /&gt;
 wget http://www.unet.univie.ac.at/~a0604095/hdapsd&lt;br /&gt;
 sudo chmod 733 hdapsd&lt;br /&gt;
 sudo cp hdapsd /etc/init.d/&lt;br /&gt;
&lt;br /&gt;
Now you can start hdapsd with typing&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/hdapsd start&lt;br /&gt;
&lt;br /&gt;
After an reboot everything should start automatically and work correctly! You can change the sensitivity value and other things in this file: &amp;quot;'''/etc/default/hdapsd'''&amp;quot;. &lt;br /&gt;
To see the effects you have to type &amp;quot;sudo /etc/init.d/hdapsd restart&amp;quot; to restart hdapsd!&lt;br /&gt;
&lt;br /&gt;
To install the gnome-panel-applet type this lines into the terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install libpanel-applet2-dev&lt;br /&gt;
 cd Desktop/gnome-hdaps-applet-20081204&lt;br /&gt;
 gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c&lt;br /&gt;
 sudo cp gnome-hdaps-applet /usr/bin/&lt;br /&gt;
 sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/&lt;br /&gt;
&lt;br /&gt;
The first line is to install required deps, second line is to move to the source directory (we have downloaded it looong time ago!), then we compile it and copy the files to several positions. After an reboot you can add this applet to the panel!&lt;br /&gt;
&lt;br /&gt;
Please feel free to correct mistakes. If you have trouble, don't be shy and contact me with jabber: jango4@jabber.org&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
There is a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
Same Problem as with 8.10!&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
==Upgrading from earlier versions of Ubuntu==&lt;br /&gt;
&lt;br /&gt;
====Resume/Suspend problems====&lt;br /&gt;
If you have problems with resume/suspend, first try if it works from the LiveCD. If LiveCD works, the problem must be in your Ubuntu configuration.&lt;br /&gt;
Try reinstalling acpi-support and laptop-mode-tools:&lt;br /&gt;
 sudo apt-get remove --purge laptop-mode-tools acpi-support&lt;br /&gt;
 sudo apt-get install laptop-mode-tools acpi-support&lt;br /&gt;
If this doesn't help, check the files in /etc/hal/fdi/information directory and remove the unnecessary files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_9.04]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43699</id>
		<title>Install 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=Install_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=43699"/>
		<updated>2009-07-22T16:41:25Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]]&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Wireless with ath5k driver (ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset))&lt;br /&gt;
** jockey-gtk gives you the option of installing MadWIFI.  I did not try that since ath5k works for me.&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Intel driver for Integrated Graphics (Intel Integrated [[Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470]] graphics)&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*VGA/HDMI output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you maybe have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*Optical drive (Including DVD burning)&lt;br /&gt;
*built-in webcam (tested with skype, cheese and vlc media player)&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (FN + Home/End)&lt;br /&gt;
**Thinklight control (FN + PgUp)&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 press once: Wlan and BT off/Press second time: BT off, Wlan on/Third time: BT on, Wlan off/Press another time: BT and Wlan on)&lt;br /&gt;
**To add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]&lt;br /&gt;
**Wlan/BT hardware switch&lt;br /&gt;
**Media player control (FN + arrows)&lt;br /&gt;
**Browser history buttons&lt;br /&gt;
**Switch to extern Monitor (FN + F7 press once: picture on both monitors/Second time: on external Monitor/Third time: Laptop monitor)&lt;br /&gt;
**Suspend shortcut (FN + F4)&lt;br /&gt;
**Hibernate shortcut (FN + F12)&lt;br /&gt;
**Battery info shortcut (FN + F3)&lt;br /&gt;
**Screenlock shortcut (FN + F2)&lt;br /&gt;
**dock eject button (FN + F9) not tested yet!&lt;br /&gt;
**[[ThinkVantage Button]] (You only have to allocate a programm!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
===Mute button=== &lt;br /&gt;
&lt;br /&gt;
The Mute button only mutes the sound but no induction in the gnome volume indicator. &lt;br /&gt;
To fix this you must edit you grub menu.lst and add a kernel option acpi_osi=&amp;quot;Linux&amp;quot; .&lt;br /&gt;
&lt;br /&gt;
first back up your menu list&lt;br /&gt;
 &amp;gt; sudo cp /boot/grub/menu.lst{,.orig}&lt;br /&gt;
&lt;br /&gt;
Edit it&lt;br /&gt;
 &amp;gt; sudo vim /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
Look for a line that looks something like this:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro&lt;br /&gt;
&lt;br /&gt;
Add the kernel option to the end of the line:&lt;br /&gt;
 # kopt=root=UUID=&amp;lt;the disk partition id&amp;gt; ro acpi_osi=&amp;quot;Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file, then update grub&lt;br /&gt;
 &amp;gt; sudo update-grub&lt;br /&gt;
&lt;br /&gt;
===Postinstall-Script for this Workarounds===&lt;br /&gt;
 &lt;br /&gt;
This script:&lt;br /&gt;
*enables scrolling with trackpoint&lt;br /&gt;
*enables FN + F8 to switch on/off trackpad&lt;br /&gt;
*makes the recommended Workaround for the harddrive-Bug&lt;br /&gt;
*writes BATT_HD_POWERMGMT=200 (also to disable permanent Harddrive-parking )&lt;br /&gt;
*enables the Menu-Key&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Shell-script for postinstallation work on a T400 or another Thinkpad&lt;br /&gt;
 &lt;br /&gt;
 # Scrolling with Trackpoint&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;' &amp;gt; /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
 &lt;br /&gt;
 # FN + F8 to switch trackpad on/off&lt;br /&gt;
 echo '&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;' &amp;gt; /etc/hal/fdi/policy/shmconfig.fdi&lt;br /&gt;
 &lt;br /&gt;
 # recommended workaround for hard disk bug&lt;br /&gt;
 sed -i 's/ENABLE_LAPTOP_MODE=false/ENABLE_LAPTOP_MODE=true/g' /etc/default/acpi-support&lt;br /&gt;
 &lt;br /&gt;
 sed -i 's/BATT_HD_POWERMGMT=1/BATT_HD_POWERMGMT=200/g' /etc/laptop-mode/laptop-mode.conf&lt;br /&gt;
 &lt;br /&gt;
 # Menu Key Workaround&lt;br /&gt;
 sed -i 's|key\ &amp;lt;I151&amp;gt;\ \ \ {\ \ \ \ \ \ \[\ XF86WakeUp|key\ &amp;lt;I151&amp;gt;\ \  {\ \ \ \ \ \ \[\ Menu\ \ \ \ \ \ |g' /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
 &lt;br /&gt;
 echo '==========================================='&lt;br /&gt;
 echo 'After an reboot you certainly can use the features! To do so type &amp;quot;reboot&amp;quot;'&lt;br /&gt;
&lt;br /&gt;
Step for Step:&lt;br /&gt;
&lt;br /&gt;
1.Save this script as a textfile on your Desktop&lt;br /&gt;
&lt;br /&gt;
2.Open the Terminal&lt;br /&gt;
&lt;br /&gt;
3.Write this to change directory to Desktop&lt;br /&gt;
&lt;br /&gt;
 cd Desktop&lt;br /&gt;
&lt;br /&gt;
4.Then type this line to set rights to read/write and execute (replace textfile with your filename!)&lt;br /&gt;
&lt;br /&gt;
 chmod 775 textfile&lt;br /&gt;
&lt;br /&gt;
5.To get administrator rights type:&lt;br /&gt;
&lt;br /&gt;
 sudo su&lt;br /&gt;
&lt;br /&gt;
6.Type your password&lt;br /&gt;
&lt;br /&gt;
7.Execute the script&lt;br /&gt;
&lt;br /&gt;
 ./textfile&lt;br /&gt;
&lt;br /&gt;
8. If the script doesn't lead to success, you could try&lt;br /&gt;
&lt;br /&gt;
  sudo rm /var/cache/hald/fdi-cache&lt;br /&gt;
  sudo /etc/init.d/hal restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- -*- SGML -*- --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
Taken from '''Bug [https://bugs.launchpad.net/ubuntu/+source/linux/+bug/287428 #287428]''' &amp;quot;Menu key emits XF86WakeUp on Thinkpad X61s&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
Václav Šmilauer wrote:&lt;br /&gt;
&amp;quot;When I press the menu key on Thinkpad X61s, it doesn't do anything. I checked with xev and the generated keycode is 151 (xev-reported), which is mapped to &amp;lt;I151&amp;gt; and this, in turn to XF86WakeUp.&lt;br /&gt;
I tried diferent keyboard models for Thinkpads, bot none of them worked in this respect. A temporary solution was to replace &amp;quot;XF86WakeUp&amp;quot; with &amp;quot;Menu&amp;quot; in /usr/share/X11/xkb/symbols/inet:86, where &amp;lt;I151&amp;gt; is mapped.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''The Workaround in short:'''&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/share/X11/xkb/symbols/inet&lt;br /&gt;
&lt;br /&gt;
Press Str + F to search for '''&amp;quot;I151&amp;quot;''' and write &lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Menu&amp;quot;''' instead of '''&amp;quot;XF86WakeUp&amp;quot;''' in this line!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Notebook-Harddrive Bug====&lt;br /&gt;
&lt;br /&gt;
https://wiki.ubuntu.com/PowerManagement#8.10%20(Intrepid):&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Many of the previous issues have been addressed in Intrepid. All you need to do is:&lt;br /&gt;
 &amp;quot;ENABLE_LAPTOP_MODE=true&amp;quot; in /etc/default/acpi-support (Bug 244838 fixed in acpi-support 0.111?)&lt;br /&gt;
&lt;br /&gt;
You can also change &amp;quot;BATT_HD_POWERMGMT=1&amp;quot; in /etc/laptop-mode/laptop-mode.conf to an higher value to stop permanent harddrive-parking!&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
'''APS with DKMS support for tp_smapi, visit:  http://code.google.com/p/tp-smapi-dkms-module/'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sources:&lt;br /&gt;
http://ubuntuforums.org/showthread.php?t=1017393&lt;br /&gt;
http://wiki.ubuntuusers.de/Festplattenschutz?highlight=festplattenschutz#Module_laden&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/hdapsd/+bug/303915/&lt;br /&gt;
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/297213/&lt;br /&gt;
http://www.thinkwiki.org/wiki/Talk:Install_Ubuntu_8.10_%28Intrepid_Ibex%29_on_a_Thinkpad_T400&lt;br /&gt;
http://www.thinkwiki.org/wiki/Tp_smapi#t…s_0x1600-0x161f&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Here is a Step by Step guidance [[How to protect the harddisk through APS]] with Kernel 2.6.28!'''&lt;br /&gt;
&lt;br /&gt;
At first you have to delete existing kernel modules to make space for the new ones (Press ENTER after each line):&lt;br /&gt;
&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/thinkpad_ec.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/ubuntu/misc/tp_smapi.ko&lt;br /&gt;
 sudo rm /lib/modules/$KVER/kernel/drivers/hwmon/hdaps.ko&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then downlaod the newest packages:&lt;br /&gt;
&lt;br /&gt;
You will need &lt;br /&gt;
*tp_smapi-0.4 from here: http://sourceforge.net/project/showfiles.php?group_id=1212&amp;amp;package_id=171579&lt;br /&gt;
*hdapsd-20090401.tar.gz from here: http://sourceforge.net/project/showfiles.php?group_id=138242&amp;amp;package_id=308030&lt;br /&gt;
*gnome-hdaps-applet-20081204.tar.gz from here: http://www.zen24593.zen.co.uk/hdaps/&lt;br /&gt;
&lt;br /&gt;
Save this things on your Desktop and unpack them, e.g.&lt;br /&gt;
&lt;br /&gt;
 tar xvfz hdapsd-20090401.tar.gz&lt;br /&gt;
 tar xvfz tp_smapi-0.40.tgz&lt;br /&gt;
 tar xvfz gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
&lt;br /&gt;
Then open the Terminal and type this to change into the tp_smapi directory:&lt;br /&gt;
&lt;br /&gt;
 cd Desktop/tp_smapi-0.40&lt;br /&gt;
&lt;br /&gt;
Then try to load the kernel modules:&lt;br /&gt;
&lt;br /&gt;
 make load HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
If there is written &amp;quot;drivers successfully loaded&amp;quot;, you can type this for installation:&lt;br /&gt;
&lt;br /&gt;
 make install HDAPS=1 FORCE_IO=1&lt;br /&gt;
&lt;br /&gt;
To laod this modules on startup you have to write them into the /etc/modules file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modules&lt;br /&gt;
&lt;br /&gt;
Append this to the file:&lt;br /&gt;
&lt;br /&gt;
 thinkpad_ec	&lt;br /&gt;
 tp_smapi&lt;br /&gt;
 hdaps&lt;br /&gt;
&lt;br /&gt;
We also need options to load this modules correctly. They have to be written in /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
Fill the file with this code&lt;br /&gt;
&lt;br /&gt;
 # enable thinkpad_ec&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 &lt;br /&gt;
 # option to correctly set tilting through hdaps sensor&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
&lt;br /&gt;
Now you can try, if the modules are loaded yet. Do so with &lt;br /&gt;
&lt;br /&gt;
 lsmod | grep hdaps&lt;br /&gt;
&lt;br /&gt;
if not perform:&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then install this packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install hdaps-utils hdapsd&lt;br /&gt;
&lt;br /&gt;
Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal) which shows the position of your Laptop.&lt;br /&gt;
&lt;br /&gt;
hdapsd is not working yet. Therefore we need to compile our newer version downloaded before. &lt;br /&gt;
&lt;br /&gt;
 cd Desktop/hdapsd-20090401/&lt;br /&gt;
 ./configure --prefix=/usr/&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
If compilation and installation succeeded, you can test it by typing this into your terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo hdapsd -d sda -s 15 -a -v -y &lt;br /&gt;
&lt;br /&gt;
If you suddenly move your laptop the output will change! (stop it with pressing Str + C)&lt;br /&gt;
&lt;br /&gt;
The last step is, to copy an overworked initiation-script over the existing one.&lt;br /&gt;
&lt;br /&gt;
The first line will download it, the second will set rights and the third one copies it to the right position. (Press ENTER after each!)&lt;br /&gt;
&lt;br /&gt;
 wget http://www.unet.univie.ac.at/~a0604095/hdapsd&lt;br /&gt;
 sudo chmod 733 hdapsd&lt;br /&gt;
 sudo cp hdapsd /etc/init.d/&lt;br /&gt;
&lt;br /&gt;
Now you can start hdapsd with typing&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/hdapsd start&lt;br /&gt;
&lt;br /&gt;
After an reboot everything should start automatically and work correctly! You can change the sensitivity value and other things in this file: &amp;quot;'''/etc/default/hdapsd'''&amp;quot;. &lt;br /&gt;
To see the effects you have to type &amp;quot;sudo /etc/init.d/hdapsd restart&amp;quot; to restart hdapsd!&lt;br /&gt;
&lt;br /&gt;
To install the gnome-panel-applet type this lines into the terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install libpanel-applet2-dev&lt;br /&gt;
 cd Desktop/gnome-hdaps-applet-20081204&lt;br /&gt;
 gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c&lt;br /&gt;
 sudo cp gnome-hdaps-applet /usr/bin/&lt;br /&gt;
 sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/&lt;br /&gt;
&lt;br /&gt;
The first line is to install required deps, second line is to move to the source directory (we have downloaded it looong time ago!), then we compile it and copy the files to several positions. After an reboot you can add this applet to the panel!&lt;br /&gt;
&lt;br /&gt;
Please feel free to correct mistakes. If you have trouble, don't be shy and contact me with jabber: jango4@jabber.org&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
There is a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
Same Problem as with 8.10!&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
==Upgrading from earlier versions of Ubuntu==&lt;br /&gt;
&lt;br /&gt;
====Resume/Suspend problems====&lt;br /&gt;
If you have problems with resume/suspend, first try if it works from the LiveCD. If LiveCD works, the problem must be in your Ubuntu configuration.&lt;br /&gt;
Try reinstalling acpi-support and laptop-mode-tools:&lt;br /&gt;
 sudo apt-get remove --purge laptop-mode-tools acpi-support&lt;br /&gt;
 sudo apt-get install laptop-mode-tools acpi-support&lt;br /&gt;
If this doesn't help, check the files in /etc/hal/fdi/information directory and remove the unnecessary files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_9.04]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42938</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=42938"/>
		<updated>2009-04-24T12:36:09Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts before th tipps i used 30-35 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
Virttualisation 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 consumtion 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 this 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 Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Idle_consumptions&amp;diff=42800</id>
		<title>Idle consumptions</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Idle_consumptions&amp;diff=42800"/>
		<updated>2009-04-20T19:12:36Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page reports the minimal consumptions of Thinkpads when idle. This means, in principle: minimum brightness, CPU and GPU at lowest speed, no wifi, hard drive spun down, no pcmcia cards inserted (see details of each entry).&lt;br /&gt;
&lt;br /&gt;
This kind of information has several uses: comparing one's consumption with that of other people's setups, knowing which model to use as a gateway/file server, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Model !! OS !! Remarks !! consumption &lt;br /&gt;
|----&lt;br /&gt;
|{{600E}} PII/366 || Debian Lenny/2.6.21 gnome || back light off, laptop-mode-tools enabled, fan on, idling, measured with powertop || 6W&lt;br /&gt;
|----&lt;br /&gt;
|{{600E}} PII/366 || Debian Lenny/2.6.21 gnome || Min brightness, laptop-mode-tools enabled, fan on, idling, measured with powertop || 7.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{600E}} PII/366 || Debian Lenny/2.6.21 gnome || Max brightness, laptop-mode-tools enabled, fan on, idling, measured with powertop || 9.2W&lt;br /&gt;
|----&lt;br /&gt;
|{{600E}} PII/366 || Debian Lenny/2.6.21 gnome || Max brightness, laptop-mode-tools enabled, fan on, 100% cpu utilisation, measured with powertop || ~22W&lt;br /&gt;
|----&lt;br /&gt;
|{{600E}} PIII/450 || Archlinux/2.6.28 openbox || 1 xterm window, backlight on, fan off || 6.2W&lt;br /&gt;
|----&lt;br /&gt;
|{{R50e}}|| Gentoo (linux-2.6.22-rc4 force_HPET, fluxbox) ||With Networking, USB, firefox, thunderbird || 11.1W&lt;br /&gt;
|----&lt;br /&gt;
|{{R50e}}|| Gentoo (linux-2.6.22-rc4 force_HPET, fluxbox) ||Fluxbox + shell (+fan) || 10.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{R50e}}|| Gentoo (linux-2.6.22-rc4 force_HPET, fluxbox) ||Blank Screen after 20min idle (+fan) || 7.1W&lt;br /&gt;
|----&lt;br /&gt;
|{{R51e}}|| Gentoo (linux-2.6.24-gentoo-r4) || KDE, min. brightness, tp-fancontrol, ondemand, laptop_mode, madwifi-ng (no powersave), wpa_supplicant, ca 60 wakeups || 14.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{R52}}|| Gentoo (linux-2.6.22-rc6 + phc + hrt) ||Min brightness, tp-fancontrol, ipw2200 with power_save 5, undervolted, ondemand, laptop_mode, rovclock -c 100 -m 100&amp;lt;br /&amp;gt;virtual console (idle kde desktop adds about 0.2W) || 12.1W&lt;br /&gt;
|----&lt;br /&gt;
|{{R61}}||Ubuntu 7.04||Wireless on||16.4W&lt;br /&gt;
|----&lt;br /&gt;
|{{R61}}|| Xubuntu 7.10 || custom kernel 2.6.24, Minimal power consumption with Wireless off, hdd spun down, Backlight min, laptop-mode, ondemand, echo 1 &amp;gt; /sys/devices/system/cpu/sched_mc_power_savings, echo 1500 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs, ALPM on, firewire module unloaded, nvidia, hdaps (powertop 1.9)|| 10.8W (min) ~16.5W (usable brightness, wifi on) 39.7W (max, kernel compilation with -j3 option)&lt;br /&gt;
|----&lt;br /&gt;
|{{T23}}||Ubuntu 7.04|| || 10.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{T40}}||Gentoo (2.6.23-rc6-hrt2)|| [http://www.linuxpowertop.org/patches/kernel-2.6.22-rc1.patch Bg-timer patch], HPET-patches, radeon, &amp;lt;tt&amp;gt;rovclock -c 105 -m 122&amp;lt;/tt&amp;gt;, no DRI, sound power_save = Y, min. brightness, no networking, with USB, Laptop-Mode, X &amp;amp; 1x URxvt || 7,4W&lt;br /&gt;
|----&lt;br /&gt;
|{{T41p}}||Ubuntu 7.10|| Undervolted, fglrx, no dri; fan-&amp;gt;+0.5W, powerstate=2-&amp;gt;+0.7W, HD-&amp;gt;+1.5W, no usb || 7.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{T42}} (2373)||Debian 4.0 Etch|| Kernel 2.6.21_rc5 + hrtimer, rovclock -c 100 -m 120 (Radeon M10), no DRI, min bright. (+3W max), no wifi (+1W if idle) || 9.4W&lt;br /&gt;
|----&lt;br /&gt;
|{{T42}} (2373)||Ubuntu 8.10 Intrepid|| 14&amp;quot; 1024x768 Kernel 2.6.28+tickless+hrtimer, rovclock -c 110 -m 180 (Radeon M7), Xorg + DRI, min bright. (+2.5W max), lan &amp;amp; wifi down, laptop-mode enabled, ultrabay ejected, fan on (auto) || 7.8W&lt;br /&gt;
|----&lt;br /&gt;
|{{T42}} (2373)||Ubuntu 8.10 Intrepid|| 14&amp;quot; 1024x768 Kernel 2.6.28+tickless+hrtimer, rovclock -c 110 -m 180 (Radeon M7), Xorg + DRI, backlight off, lan &amp;amp; wifi down, laptop-mode enabled, ultrabay ejected, fan on (auto) || 5.6W&lt;br /&gt;
|----&lt;br /&gt;
|{{T43}} (1871)||Debian (Linux 2.6.21, fluxbox)|| DRI, alsa (power_save=1), with usb, no networking || 10.1W (12.0W with HD)&lt;br /&gt;
|----&lt;br /&gt;
|{{T43}} (2669)||Gentoo (2.6.20-gentoo-r5)|| Undervolted, fglrx (powerstate=1), DRI, no alsa, no usb modules, no networking || 12.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{T43}} (2686)||Fedora Core 6 (2.6.19.x patched)|| Undervolted, radeon, &amp;lt;tt&amp;gt;rovclock -c 125 -m 130&amp;lt;/tt&amp;gt;, no DRI, ALSA &amp;lt;tt&amp;gt;power_save=1&amp;lt;/tt&amp;gt;, no usb modules, no networking, min brightness, HDD spun down || 15W&lt;br /&gt;
|----&lt;br /&gt;
|{{T400}} (WC8...)||Ubuntu 9.04 unpatched kernel||*[[Save power with Ubuntu 9.04 (Jaunty Jackalope) on a Thinkpad T400]]  || 11-13W&lt;br /&gt;
|----&lt;br /&gt;
|{{T60}} (2007)||Fedora Core 6|| Wireless kill switch on, 1400x1050 panel @ min brightness, fglrx (powerstate=1), HDD spun up (~1W saving without) || 16W&lt;br /&gt;
|----&lt;br /&gt;
|{{T60}} (2007)||Kubuntu 7.04|| 1400x1050 panel @ min brightness, hald killed, laptop mode enabled, wireless powersave|| 13.3 W&lt;br /&gt;
|----&lt;br /&gt;
|{{T60}} (2007)||KUbuntu 7.04|| Wireless on, 1680x1050 panel @ medium brightness, fglrx (powerstate=1) || 16W&lt;br /&gt;
|----&lt;br /&gt;
|{{T60}} (2623D6U)||Debian testing (linux-2.6.21-1-686)||1400x1050 14&amp;quot; min-bright, iwpriv wlan0 set_power 7, VESA driver|| 12,7W&lt;br /&gt;
|----&lt;br /&gt;
|{{T61}} ||Ubuntu 8.04 ||14&amp;quot; 1024x768 panel,intel graphics, 6% bright, wireless off, vanilla kernel 2.6.25|| 9.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{T61}} ||Gentoo 2008.0 ||14&amp;quot; 1440x900 panel, nVidia, min brightness, wireless off, sound off, nvidia unloaded, laptop_mode,  gentoo-sources 2.6.25-gentoo-r6, measured with powertop|| ~13W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Arch Linux||2.6.27.9, idle kde3, hda_intel power_save 5, HDD stopped, min brightness, radios off, pcie_aspm in powersave, 8bit color depth||6.2W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Arch Linux|| SL9400, 12.1&amp;quot; 1440x900 panel, min. brightness, wifi/bt off || 7.2W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Arch Linux||2.6.27.8, idle kde3 (9 int/s), hda_intel power_save 5, HDD stopped, min brightness, radios off, pcie_aspm in powersave||7.3W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Arch Linux||2.6.27.8, kde3+firefox+daemons, hda_intel power_save 5, HDD spinning up/down, brightness 6/15, wifi on, pcie_aspm in powersave||8.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Ubuntu 8.10||2.6.27.9, 12.1&amp;quot; 1280x800 panel, min. brightness, wifi/bt off, laptop_mode, total idle||7.3W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Ubuntu 8.10||2.6.27.9, 12.1&amp;quot; 1280x800 panel, half. brightness, wifi/bt off, laptop_mode, simple word-processing (open office) ||~10.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||Ubuntu 8.10||2.6.27.9, 12.1&amp;quot; 1280x800 panel, half. brightness, wifi on, laptop_mode, active firefox, amarok playing (via airtunes), pidgin ||~12.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{X200s}}||OpenSUSE 11.1||2.6.29-66.1 (HEAD from Factory repo), 12.1&amp;quot; 1440x900 led panel, brighness 5 (33%), wifi on, laptop_mode, kde 3.5, active firefox, ||~7.3W&lt;br /&gt;
|----&lt;br /&gt;
|{{x300}}||Ubuntu 9.04||2.6.28-11-generic 13.3&amp;quot; 1440x900 panel, brightness 50%, wifi on, laptop_mode, active firefox, xmms2 playing, some terminals||~11 W&lt;br /&gt;
|----&lt;br /&gt;
|{{x300}}||Ubuntu 9.04||2.6.28-11-generic 13.3&amp;quot; 1440x900 panel, brightness 50%, wifi off, laptop_mode, xmms2 playing, some terminals ||~8.8 W&lt;br /&gt;
|----&lt;br /&gt;
|{{X21}}||Kubuntu 7.04|| Minimal consumption with kde loaded.||5.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{X31}}||Debian Etch||2.6.22rc6+hrt1 patch+radeon patch||~ 8 W&lt;br /&gt;
|----&lt;br /&gt;
|{{X31}} (2672-C2G)||Debian Etch||vanilla 2.6.23rc8 tickless kernel, wireless rf-kill on, min brightness, hdd idle but spinning||~ 9.6 W&lt;br /&gt;
|----&lt;br /&gt;
|{{X32}}||Slackware||2.6.23.1+hrt3 patch, tickless kernel, undervolted to 0.716, ati gfx @ 90mhz core 90mhz mem, hdd is CF, min brightness, wifi ON||~ 8.2 W&lt;br /&gt;
|----&lt;br /&gt;
|{{X32}}||Slackware||2.6.23.1+hrt3 patch, tickless kernel, undervolted to 0.716, ati gfx @ 90mhz core 90mhz mem, hdd is CF, max brightness, wifi ON||~ 11 W&lt;br /&gt;
|----&lt;br /&gt;
|{{X40}}||Kubuntu 7.10||2.6.22, min brightness, wifi ON||~8.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{X40}}||Opensuse 11.0; June08||std. install + laptop-mode-tools.rpm; 2.6.25, min brightness, wifi on. normal X-server, hd spun down||~8.0W&lt;br /&gt;
|----&lt;br /&gt;
|{{X41}}||Fedora 7||2.6.23.1+phc patch, tickless kernel, undervolted to 0.7, under X, min brightness, wifi ON||~11W&lt;br /&gt;
|----&lt;br /&gt;
|{{X60}}||Ubuntu 7.04||Wireless kill switch on, min brightness||10.2W&lt;br /&gt;
|----&lt;br /&gt;
|{{X60s}}||Debian Etch||2.6.21 tickless kernel, processes tweaked with powertop, usb/fw unloaded, hd spun down, min brightness, ipw3945 set to powersave mode 7||8.3W&lt;br /&gt;
|----&lt;br /&gt;
|{{X60s}}||Debian Etch||2.6.21 tickless kernel, processes tweaked with powertop, usb/fw unloaded, hd spun down, min brightness,ipw3945 unloaded||9W&lt;br /&gt;
|----&lt;br /&gt;
|{{X60s}}||Debian Lenny(testing)|| 2.6.22 tickless kernel, hrt-patch, alpm-patches, almost everything unloaded (wifi,pcmcia,ethernet,usb,firewire,sd,snd) and stopped (no X11,only cron/syslog), no vesa-fb, min brightness, 5 min idle, measured with powertop 1.7 (ACPI)||7.7W&lt;br /&gt;
|----&lt;br /&gt;
|{{X60s}}||Debian Lenny(testing)|| 2.6.22 tickless kernel, hrt-patch, alpm-patches, almost everything unloaded (wifi,pcmcia,ethernet,usb,firewire,sd,snd), with X11 (latest intel-xorg-driver, DRI enabled) and one x-terminal running, min brightness, 5 min idle, measured with powertop 1.7 (ACPI)||8.3W&lt;br /&gt;
|----&lt;br /&gt;
|{{X61}}||OpenSUSE 11.1|| 2.6.27.7 tickless, KDE 4.2 Beta2, X.Org 7.4 (dri on, fb compression enabled), BT/WiFi OFF, HDD spun down, brightness 0, fan running, default modules loaded, PowerTOP 1.10||10.4W (without X running 10.1W)&lt;br /&gt;
|----&lt;br /&gt;
|{{X61_Tablet}}||Ubuntu Gutsy(tribe6)|| 2.6.23-rc6-hrt1 x86_64, everything unloaded &amp;amp; stopped, lcd backlight off, hd powered down, powertop 1.8||8.5W&lt;br /&gt;
|----&lt;br /&gt;
|{{X61_Tablet}}||Xubuntu Gutsy|| 2.6.24-rc3, everything unloaded, lcd backlight 10%, hd powered down, powertop 1.8||7,8W&lt;br /&gt;
|----&lt;br /&gt;
|{{X61s}} (7666-36G)||Debian Sid|| 2.6.27.7, everything unloaded, HD spinned down, xbacklight -set 0, idle Xfce desktop, [http://tikei.de/sata-phy-poweroff_2.6.27.patch SATA poweroff patch], Xorg intel driver with framebuffer compression enabled||8,4W&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42799</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=42799"/>
		<updated>2009-04-20T19:06:47Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts before th tipps i used 30-35 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
Virttualisation 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 consumtion 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 this 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 Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42798</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=42798"/>
		<updated>2009-04-20T18:37:34Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts before th tipps i used 30-35 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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 this 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 Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42797</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=42797"/>
		<updated>2009-04-20T18:31:43Z</updated>

		<summary type="html">&lt;p&gt;Manuel: Save power and use only 11-13 watts idle&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 consumtion after this tipps: 11-13 watts before th tipps i used 30-35 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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/1397516 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 this 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 Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42796</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=42796"/>
		<updated>2009-04-20T18:14:25Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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/1397478 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 this 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 Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
==Extend battery life==&lt;br /&gt;
Let only charge your battery if the level goes under 12 % stops charge at 92%&lt;br /&gt;
Does not load at any value between these two.&lt;br /&gt;
&lt;br /&gt;
'''WARNING: you have to uncomment these lines in the script because i thaught they are permanent but they don't'''&lt;br /&gt;
&lt;br /&gt;
echo 12 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh&lt;br /&gt;
&lt;br /&gt;
echo 92 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh &lt;br /&gt;
&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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42795</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=42795"/>
		<updated>2009-04-20T18:13:54Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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 deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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/1397478 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 this 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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
==Extend battery life==&lt;br /&gt;
Let only charge your battery if the level goes under 12 % stops charge at 92%&lt;br /&gt;
Does not load at any value between these two.&lt;br /&gt;
&lt;br /&gt;
'''WARNING: you have to uncomment these lines in the script because i thaught they are permanent but they don't'''&lt;br /&gt;
&lt;br /&gt;
echo 12 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh&lt;br /&gt;
&lt;br /&gt;
echo 92 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh &lt;br /&gt;
&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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42794</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=42794"/>
		<updated>2009-04-20T18:02:37Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
Stop deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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/1397478 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 this 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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
==Extend battery life==&lt;br /&gt;
Let only charge your battery if the level goes under 12 % stops charge at 92%&lt;br /&gt;
Does not load at any value between these two.&lt;br /&gt;
&lt;br /&gt;
'''WARNING: you have to uncomment these lines in the script because i thaught they are permanent but they don't'''&lt;br /&gt;
&lt;br /&gt;
echo 12 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh&lt;br /&gt;
&lt;br /&gt;
echo 92 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh &lt;br /&gt;
&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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42793</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=42793"/>
		<updated>2009-04-20T17:51:23Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
Stop deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion 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/1397478 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 this 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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
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>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42792</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=42792"/>
		<updated>2009-04-20T17:37:53Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
Stop deamons 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;
Deaktivate 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;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&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 this 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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
Well good luck and have fun&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42791</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=42791"/>
		<updated>2009-04-20T17:33:17Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
Deaktivate 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;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&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 this 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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
screen:&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;br /&gt;
&lt;br /&gt;
==Gudiance 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;
Well good luck and have fun&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42790</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=42790"/>
		<updated>2009-04-20T17:26:41Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
Deaktivate 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;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&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 this 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 Settins:&lt;br /&gt;
&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;
* Button: Show logout dialog&lt;br /&gt;
&lt;br /&gt;
Screen Brighness 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;
scaleing: userspace&lt;br /&gt;
sheme: powersave&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42789</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=42789"/>
		<updated>2009-04-20T16:54:14Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
Deaktivate 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;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&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 this 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;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42788</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=42788"/>
		<updated>2009-04-20T16:32:18Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
Deaktivate 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;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
This script reduce the power consumtion to 13-16 watts&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&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 this parameters(add after -q with a space after q):&lt;br /&gt;
&lt;br /&gt;
-m 2 -l 20 -u 70 -s 300000&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42787</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=42787"/>
		<updated>2009-04-20T16:25:27Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
== Let's start: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== My Bios Settings: ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bluetooth off&lt;br /&gt;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Script to save power ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
// need a place to upload permanently //&lt;br /&gt;
&lt;br /&gt;
== Modify the xorg ==&lt;br /&gt;
&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;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42786</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=42786"/>
		<updated>2009-04-20T16:16:02Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
'''Let's start:'''&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
'''My Bios Settings:'''&lt;br /&gt;
&lt;br /&gt;
Bluetooth off&lt;br /&gt;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
'''Script to save power'''&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
#!/bin/bash                                &lt;br /&gt;
#                                          &lt;br /&gt;
# rc.local                                 &lt;br /&gt;
#                                          &lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.                                                &lt;br /&gt;
#                                                                &lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.                                                              &lt;br /&gt;
#                                                                    &lt;br /&gt;
# By default this script does nothing.                               &lt;br /&gt;
&lt;br /&gt;
#exit 0&lt;br /&gt;
###    &lt;br /&gt;
##     &lt;br /&gt;
## From lesswatts.org&lt;br /&gt;
#                    &lt;br /&gt;
# Zusammenstellung von Befehlen die man nach dem booten aktivieren muss &lt;br /&gt;
# auch von Powertop usw                                                 &lt;br /&gt;
#                                                                       &lt;br /&gt;
#   Modem und Bluetooth in Bios abschalten                              &lt;br /&gt;
#                                                                       &lt;br /&gt;
#                                                                       &lt;br /&gt;
&lt;br /&gt;
# The sched_mc_power_savings tunable can save a significant amount of power (multiple Watts) under workloads where there is idle time in the system. To enable the tunable, use this command:                                                                                               &lt;br /&gt;
# These power savings options may impact the performance of some applications.                                                                &lt;br /&gt;
&lt;br /&gt;
echo 1 &amp;gt; /sys/devices/system/cpu/sched_mc_power_savings&lt;br /&gt;
&lt;br /&gt;
# The VM subsystem, in the Linux kernel, buffers writes to files that applications perform for a period of time. This caching allows the kernel to group consecutive writes into one big write, and to generally optimize the disk IO to be the most efficient. The kernel, by default, will start writing out data to disk after 5 seconds, so, if a power failure or kernel crash happens, at most, 5 seconds of data would be lost.    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If your machine has a reliable power supply (for example because you have a UPS or because your laptop has a battery) and doesn't crash much, you can increase this time so that the VM subsystem can do a better job optimizing the IO, as well as having the disk (and the SATA link when using ALPM) in lower power states for a longer period of time.                                                                              &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To increase the timeout to 15 seconds, you can issue this command:                                                                          &lt;br /&gt;
&lt;br /&gt;
echo 60000 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs&lt;br /&gt;
&lt;br /&gt;
# For several years, the Linux kernel has had a &amp;quot;laptop mode&amp;quot; for the IO subsystem. When laptop mode is enabled, the kernel will try to be smart about when to do IO, to give the disk and the SATA links as much time as possible in a low power state.                                    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To enable laptop mode, you can use this command:                                                                                            &lt;br /&gt;
# Several distributions also include the laptopmode scripts as part of their standard installation. These scripts enable laptop mode automatically, in some cases.                                                                                                                          &lt;br /&gt;
&lt;br /&gt;
echo 5 &amp;gt; /proc/sys/vm/laptop_mode&lt;br /&gt;
&lt;br /&gt;
# hal is a core component of the various desktop environments and deals with all sorts of hardware interaction. One component of the hal daemon is the part where it polls the cdrom drive regularly (as often as once every two seconds!) to see if the user has inserted a CD. This is used, for example, to automatically open a new window with a file browser for the CD.                                                            &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Such regular polling will keep the hardware awake somewhat; the amount of power consumed depends on the exact type of CDROM drive. It also depends on the presence of the ALPM feature.                                                                                                   &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If you rarely or never insert CDs (for example because the machine in question is a server located 3000 miles away), you can save some power by stopping this polling.                                                                                                                    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Current versions of hal have a special command for this:                                                                                    &lt;br /&gt;
&lt;br /&gt;
hal-disable-polling --device /dev/cdrom&lt;br /&gt;
# Note that this means that you will not get a pop-up window if you insert a CD. To enable this polling again, use the this command:&lt;br /&gt;
#                                                                                                                                   &lt;br /&gt;
# hal-disable-polling --device /dev/scd0 --enable-polling                                                                           &lt;br /&gt;
&lt;br /&gt;
#Most ethernet controllers have a feature called &amp;quot;Wake On Lan&amp;quot; (WOL). WOL allows #the administrator to send the computer, when it's turned off, a magic packet o#ver ethernet that then powers the computer on.                                                                             &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#WOL is a great feature if you regularly power up computers remotely. However, WO#L also keeps the network card active, even when the computer is powered off.                                                                                                                              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ethtool -s eth0 wol d&lt;br /&gt;
# d:g g to enable Battery charge control features&lt;br /&gt;
&lt;br /&gt;
# To set the thresholds for starting and stopping battery charging (in percent of current full charge capacity):&lt;br /&gt;
#                                                                                                               &lt;br /&gt;
#     # echo 40 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh                                          &lt;br /&gt;
#     # echo 70 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh                                           &lt;br /&gt;
#     # cat /sys/devices/platform/smapi/BAT0/*_charge_thresh                                                    &lt;br /&gt;
#                                                                                                               &lt;br /&gt;
&lt;br /&gt;
#echo 23 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh&lt;br /&gt;
#echo 92 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh &lt;br /&gt;
&lt;br /&gt;
# Hint:&lt;br /&gt;
# Battery charging thresholds can be used to keep Li-Ion ad Li-Polymer batteries partially charged, in order to increase their lifetime.&lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
# To prevent charging for 17 minutes (regardless of thresholds):                                                                        &lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
#     # echo 17 &amp;gt; /sys/devices/platform/smapi/BAT0/inhibit_charge_minutes                                                               &lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
# Hint:                                                                                                                                 &lt;br /&gt;
# Charge inhibiting can be used to reduce the power draw of the laptop, in order to use an under-spec power supply                      &lt;br /&gt;
# that can't handle the combined power draw of running and charging. It can also be used to control which battery is charged when using an Ultrabay battery.                                                                                                                                &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To cancel charging preventation:                                                                                                            &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 0 &amp;gt; /sys/devices/platform/smapi/BAT0/inhibit_charge_minutes                                                                      &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To force battery discharging (even if connected to AC):                                                                                     &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 1 &amp;gt; /sys/devices/platform/smapi/BAT0/force_discharge                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Hint:                                                                                                                                       &lt;br /&gt;
# This can be used to choose which battery is discharged when using an UltraBay battery.                                                      &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To cancel forced discharge:                                                                                                                 &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 0 &amp;gt; /sys/devices/platform/smapi/BAT0/force_discharge                                                                             &lt;br /&gt;
&lt;br /&gt;
#Battery status features&lt;br /&gt;
#                       &lt;br /&gt;
# To view extended battery status such as charging state, voltage, current, capacity, cycle count and model information:&lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/installed                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/state       # idle/charging/discharging                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/cycle_count                                                                    &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/current_now # instantaneous current                                            &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/current_avg # last minute average                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/power_now   # instantaneous power                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/power_avg   # last minute average                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/last_full_capacity                                                             &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_percent                                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_running_time                                                         &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_charging_time                                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_capacity                                                             &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/design_capacity                                                                &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/voltage                                                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/design_voltage                                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/manufacturer                                                                   &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/model                                                                          &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/barcoding                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/chemistry                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/serial                                                                         &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/manufacture_date                                                               &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/first_use_date                                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/temperature # in milli-Celsius                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/ac_connected                                                                        &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# The raw status data is also available, including some fields not listed above (in case you can figure them out):      &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
#     # cat /sys/devices/platform/smapi/BAT0/dump                                                                       &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# In all of the above, replace BAT0 with BAT1 to address the 2nd battery.                                               &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Backlight auf 80 % stellen&lt;br /&gt;
&lt;br /&gt;
xbacklight -set 75&lt;br /&gt;
&lt;br /&gt;
# #bildschirm abscha  lten nach 5 min inaktivität&lt;br /&gt;
&lt;br /&gt;
xset +dpms&lt;br /&gt;
xset dpms 0 0 300&lt;br /&gt;
&lt;br /&gt;
# The current generation onboard audio (often called &amp;quot;High Definition&amp;quot; or HDA) has power savings capabilities similar to AC97. The Linux ALSA drivers support these capabilities, as of version 1.0.15 of the ALSA subsystem. These are scheduled to appear in the 2.6.24 kernel.           &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Unlike the AC97 power saving mode, the HDA power saving mode is enabled by default.                                                         &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If you are running an older kernel, you can download the ALSA sound drivers from the ALSA website.                                          &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# To see if power save is enabled for the HDA controllers, you can use this command:&lt;br /&gt;
#                                                                                   &lt;br /&gt;
# # cat /sys/module/snd_hda_intel/parameters/power_save                             &lt;br /&gt;
# 10                                                                                &lt;br /&gt;
#                                                                                   &lt;br /&gt;
# Power saving is enabled if the value that this shows is greater than zero.        &lt;br /&gt;
&lt;br /&gt;
echo 10 &amp;gt; /sys/module/snd_hda_intel/parameters/power_save&lt;br /&gt;
&lt;br /&gt;
# SATA Link Power Management&lt;br /&gt;
#                           &lt;br /&gt;
# On kernels 2.6.24 and new this enables SATA Link Power Management:&lt;br /&gt;
#                                                                   &lt;br /&gt;
 echo min_power &amp;gt; /sys/class/scsi_host/host0/link_power_management_policy&lt;br /&gt;
 echo min_power &amp;gt; /sys/class/scsi_host/host1/link_power_management_policy&lt;br /&gt;
#                                                                        &lt;br /&gt;
# Disable it by replacing min_power with max_performance.                &lt;br /&gt;
&lt;br /&gt;
# When you don't have an external monitor plugged, disable CRT and DVI output (for some, this can make a difference in power usage) :&lt;br /&gt;
&lt;br /&gt;
###############################echo crt_disable &amp;gt; /proc/acpi/ibm/video&lt;br /&gt;
&lt;br /&gt;
#Same for PCMCIA/CardBus. Some users experiences interrupts clouds (sometime up to several thousands interrupts/second) causing CPU wakeups, thus totally preventing the CPU to reach lower C-states. If you don't use PCMCIA, you may disable it the same way (unloading seems insufficient to restore the system properly, you have to boot without it):                                                                                &lt;br /&gt;
&lt;br /&gt;
#nicht immer eintragen da eintrag permanent&lt;br /&gt;
#echo &amp;quot;blacklist pcmcia&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf&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;
# Autosuspend for USB-Devs&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb1/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb2/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb3/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb4/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb5/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb6/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb7/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb8/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/1-6/power/autosuspend #camera&lt;br /&gt;
&lt;br /&gt;
#sound mit powersave&lt;br /&gt;
echo 4 &amp;gt; /sys/module/snd_hda_intel/parameters/power_save&lt;br /&gt;
&lt;br /&gt;
# Tweak virtual memory to conserve power when running on batteries.&lt;br /&gt;
&lt;br /&gt;
echo 10 &amp;gt; /proc/sys/vm/swappiness&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/vm/dirty_expire_centisecs&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs&lt;br /&gt;
echo 60 &amp;gt; /proc/sys/vm/dirty_background_ratio&lt;br /&gt;
echo 95 &amp;gt; /proc/sys/vm/dirty_ratio&lt;br /&gt;
&lt;br /&gt;
#Misc:&lt;br /&gt;
&lt;br /&gt;
killall hald-addon-storage:&lt;br /&gt;
&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/kernel/nmi_watchdog&lt;br /&gt;
&lt;br /&gt;
echo userspace &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
echo userspace &amp;gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
touch /home/manuel/think_Powersave_Works&lt;br /&gt;
chmod 777 /home/manuel/think_Powersave_Works&lt;br /&gt;
exit 0&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42785</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=42785"/>
		<updated>2009-04-20T16:14:46Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
'''Let's start:'''&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
'''My Bios Settings:'''&lt;br /&gt;
&lt;br /&gt;
Bluetooth off&lt;br /&gt;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
'''Script to save power'''&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local&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;
#!/bin/bash                                &lt;br /&gt;
#                                          &lt;br /&gt;
# rc.local                                 &lt;br /&gt;
#                                          &lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.                                                &lt;br /&gt;
#                                                                &lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.                                                              &lt;br /&gt;
#                                                                    &lt;br /&gt;
# By default this script does nothing.                               &lt;br /&gt;
&lt;br /&gt;
#exit 0&lt;br /&gt;
###    &lt;br /&gt;
##     &lt;br /&gt;
## From lesswatts.org&lt;br /&gt;
#                    &lt;br /&gt;
# Zusammenstellung von Befehlen die man nach dem booten aktivieren muss &lt;br /&gt;
# auch von Powertop usw                                                 &lt;br /&gt;
#                                                                       &lt;br /&gt;
#   Modem und Bluetooth in Bios abschalten                              &lt;br /&gt;
#                                                                       &lt;br /&gt;
#                                                                       &lt;br /&gt;
&lt;br /&gt;
# The sched_mc_power_savings tunable can save a significant amount of power (multiple Watts) under workloads where there is idle time in the system. To enable the tunable, use this command:                                                                                               &lt;br /&gt;
# These power savings options may impact the performance of some applications.                                                                &lt;br /&gt;
&lt;br /&gt;
echo 1 &amp;gt; /sys/devices/system/cpu/sched_mc_power_savings&lt;br /&gt;
&lt;br /&gt;
# The VM subsystem, in the Linux kernel, buffers writes to files that applications perform for a period of time. This caching allows the kernel to group consecutive writes into one big write, and to generally optimize the disk IO to be the most efficient. The kernel, by default, will start writing out data to disk after 5 seconds, so, if a power failure or kernel crash happens, at most, 5 seconds of data would be lost.    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If your machine has a reliable power supply (for example because you have a UPS or because your laptop has a battery) and doesn't crash much, you can increase this time so that the VM subsystem can do a better job optimizing the IO, as well as having the disk (and the SATA link when using ALPM) in lower power states for a longer period of time.                                                                              &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To increase the timeout to 15 seconds, you can issue this command:                                                                          &lt;br /&gt;
&lt;br /&gt;
echo 60000 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs&lt;br /&gt;
&lt;br /&gt;
# For several years, the Linux kernel has had a &amp;quot;laptop mode&amp;quot; for the IO subsystem. When laptop mode is enabled, the kernel will try to be smart about when to do IO, to give the disk and the SATA links as much time as possible in a low power state.                                    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To enable laptop mode, you can use this command:                                                                                            &lt;br /&gt;
# Several distributions also include the laptopmode scripts as part of their standard installation. These scripts enable laptop mode automatically, in some cases.                                                                                                                          &lt;br /&gt;
&lt;br /&gt;
echo 5 &amp;gt; /proc/sys/vm/laptop_mode&lt;br /&gt;
&lt;br /&gt;
# hal is a core component of the various desktop environments and deals with all sorts of hardware interaction. One component of the hal daemon is the part where it polls the cdrom drive regularly (as often as once every two seconds!) to see if the user has inserted a CD. This is used, for example, to automatically open a new window with a file browser for the CD.                                                            &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Such regular polling will keep the hardware awake somewhat; the amount of power consumed depends on the exact type of CDROM drive. It also depends on the presence of the ALPM feature.                                                                                                   &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If you rarely or never insert CDs (for example because the machine in question is a server located 3000 miles away), you can save some power by stopping this polling.                                                                                                                    &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Current versions of hal have a special command for this:                                                                                    &lt;br /&gt;
&lt;br /&gt;
hal-disable-polling --device /dev/cdrom&lt;br /&gt;
# Note that this means that you will not get a pop-up window if you insert a CD. To enable this polling again, use the this command:&lt;br /&gt;
#                                                                                                                                   &lt;br /&gt;
# hal-disable-polling --device /dev/scd0 --enable-polling                                                                           &lt;br /&gt;
&lt;br /&gt;
#Most ethernet controllers have a feature called &amp;quot;Wake On Lan&amp;quot; (WOL). WOL allows #the administrator to send the computer, when it's turned off, a magic packet o#ver ethernet that then powers the computer on.                                                                             &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#WOL is a great feature if you regularly power up computers remotely. However, WO#L also keeps the network card active, even when the computer is powered off.                                                                                                                              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ethtool -s eth0 wol d&lt;br /&gt;
# d:g g to enable Battery charge control features&lt;br /&gt;
&lt;br /&gt;
# To set the thresholds for starting and stopping battery charging (in percent of current full charge capacity):&lt;br /&gt;
#                                                                                                               &lt;br /&gt;
#     # echo 40 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh                                          &lt;br /&gt;
#     # echo 70 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh                                           &lt;br /&gt;
#     # cat /sys/devices/platform/smapi/BAT0/*_charge_thresh                                                    &lt;br /&gt;
#                                                                                                               &lt;br /&gt;
&lt;br /&gt;
#echo 23 &amp;gt; /sys/devices/platform/smapi/BAT0/start_charge_thresh&lt;br /&gt;
#echo 92 &amp;gt; /sys/devices/platform/smapi/BAT0/stop_charge_thresh &lt;br /&gt;
&lt;br /&gt;
# Hint:&lt;br /&gt;
# Battery charging thresholds can be used to keep Li-Ion ad Li-Polymer batteries partially charged, in order to increase their lifetime.&lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
# To prevent charging for 17 minutes (regardless of thresholds):                                                                        &lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
#     # echo 17 &amp;gt; /sys/devices/platform/smapi/BAT0/inhibit_charge_minutes                                                               &lt;br /&gt;
#                                                                                                                                       &lt;br /&gt;
# Hint:                                                                                                                                 &lt;br /&gt;
# Charge inhibiting can be used to reduce the power draw of the laptop, in order to use an under-spec power supply                      &lt;br /&gt;
# that can't handle the combined power draw of running and charging. It can also be used to control which battery is charged when using an Ultrabay battery.                                                                                                                                &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To cancel charging preventation:                                                                                                            &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 0 &amp;gt; /sys/devices/platform/smapi/BAT0/inhibit_charge_minutes                                                                      &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To force battery discharging (even if connected to AC):                                                                                     &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 1 &amp;gt; /sys/devices/platform/smapi/BAT0/force_discharge                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Hint:                                                                                                                                       &lt;br /&gt;
# This can be used to choose which battery is discharged when using an UltraBay battery.                                                      &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# To cancel forced discharge:                                                                                                                 &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#     # echo 0 &amp;gt; /sys/devices/platform/smapi/BAT0/force_discharge                                                                             &lt;br /&gt;
&lt;br /&gt;
#Battery status features&lt;br /&gt;
#                       &lt;br /&gt;
# To view extended battery status such as charging state, voltage, current, capacity, cycle count and model information:&lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/installed                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/state       # idle/charging/discharging                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/cycle_count                                                                    &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/current_now # instantaneous current                                            &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/current_avg # last minute average                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/power_now   # instantaneous power                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/power_avg   # last minute average                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/last_full_capacity                                                             &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_percent                                                              &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_running_time                                                         &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_charging_time                                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/remaining_capacity                                                             &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/design_capacity                                                                &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/voltage                                                                        &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/design_voltage                                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/manufacturer                                                                   &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/model                                                                          &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/barcoding                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/chemistry                                                                      &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/serial                                                                         &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/manufacture_date                                                               &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/first_use_date                                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/BAT0/temperature # in milli-Celsius                                                 &lt;br /&gt;
# # cat /sys/devices/platform/smapi/ac_connected                                                                        &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# The raw status data is also available, including some fields not listed above (in case you can figure them out):      &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
#     # cat /sys/devices/platform/smapi/BAT0/dump                                                                       &lt;br /&gt;
#                                                                                                                       &lt;br /&gt;
# In all of the above, replace BAT0 with BAT1 to address the 2nd battery.                                               &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#Backlight auf 80 % stellen&lt;br /&gt;
&lt;br /&gt;
xbacklight -set 75&lt;br /&gt;
&lt;br /&gt;
# #bildschirm abscha  lten nach 5 min inaktivität&lt;br /&gt;
&lt;br /&gt;
xset +dpms&lt;br /&gt;
xset dpms 0 0 300&lt;br /&gt;
&lt;br /&gt;
# The current generation onboard audio (often called &amp;quot;High Definition&amp;quot; or HDA) has power savings capabilities similar to AC97. The Linux ALSA drivers support these capabilities, as of version 1.0.15 of the ALSA subsystem. These are scheduled to appear in the 2.6.24 kernel.           &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# Unlike the AC97 power saving mode, the HDA power saving mode is enabled by default.                                                         &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
#                                                                                                                                             &lt;br /&gt;
# If you are running an older kernel, you can download the ALSA sound drivers from the ALSA website.                                          &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# To see if power save is enabled for the HDA controllers, you can use this command:&lt;br /&gt;
#                                                                                   &lt;br /&gt;
# # cat /sys/module/snd_hda_intel/parameters/power_save                             &lt;br /&gt;
# 10                                                                                &lt;br /&gt;
#                                                                                   &lt;br /&gt;
# Power saving is enabled if the value that this shows is greater than zero.        &lt;br /&gt;
&lt;br /&gt;
echo 10 &amp;gt; /sys/module/snd_hda_intel/parameters/power_save&lt;br /&gt;
&lt;br /&gt;
# SATA Link Power Management&lt;br /&gt;
#                           &lt;br /&gt;
# On kernels 2.6.24 and new this enables SATA Link Power Management:&lt;br /&gt;
#                                                                   &lt;br /&gt;
 echo min_power &amp;gt; /sys/class/scsi_host/host0/link_power_management_policy&lt;br /&gt;
 echo min_power &amp;gt; /sys/class/scsi_host/host1/link_power_management_policy&lt;br /&gt;
#                                                                        &lt;br /&gt;
# Disable it by replacing min_power with max_performance.                &lt;br /&gt;
&lt;br /&gt;
# When you don't have an external monitor plugged, disable CRT and DVI output (for some, this can make a difference in power usage) :&lt;br /&gt;
&lt;br /&gt;
###############################echo crt_disable &amp;gt; /proc/acpi/ibm/video&lt;br /&gt;
&lt;br /&gt;
#Same for PCMCIA/CardBus. Some users experiences interrupts clouds (sometime up to several thousands interrupts/second) causing CPU wakeups, thus totally preventing the CPU to reach lower C-states. If you don't use PCMCIA, you may disable it the same way (unloading seems insufficient to restore the system properly, you have to boot without it):                                                                                &lt;br /&gt;
&lt;br /&gt;
#nicht immer eintragen da eintrag permanent&lt;br /&gt;
#echo &amp;quot;blacklist pcmcia&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist.conf&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;
# Autosuspend for USB-Devs&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb1/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb2/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb3/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb4/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb5/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb6/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb7/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/usb8/power/autosuspend&lt;br /&gt;
echo 1 &amp;gt; /sys/bus/usb/devices/1-6/power/autosuspend #camera&lt;br /&gt;
&lt;br /&gt;
#sound mit powersave&lt;br /&gt;
echo 4 &amp;gt; /sys/module/snd_hda_intel/parameters/power_save&lt;br /&gt;
&lt;br /&gt;
# Tweak virtual memory to conserve power when running on batteries.&lt;br /&gt;
&lt;br /&gt;
echo 10 &amp;gt; /proc/sys/vm/swappiness&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/vm/dirty_expire_centisecs&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/vm/dirty_writeback_centisecs&lt;br /&gt;
echo 60 &amp;gt; /proc/sys/vm/dirty_background_ratio&lt;br /&gt;
echo 95 &amp;gt; /proc/sys/vm/dirty_ratio&lt;br /&gt;
&lt;br /&gt;
#Misc:&lt;br /&gt;
&lt;br /&gt;
killall hald-addon-storage:&lt;br /&gt;
&lt;br /&gt;
echo 0 &amp;gt; /proc/sys/kernel/nmi_watchdog&lt;br /&gt;
&lt;br /&gt;
echo userspace &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
echo userspace &amp;gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
touch /home/manuel/think_Powersave_Works&lt;br /&gt;
chmod 777 /home/manuel/think_Powersave_Works&lt;br /&gt;
exit 0&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42784</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=42784"/>
		<updated>2009-04-20T16:11:54Z</updated>

		<summary type="html">&lt;p&gt;Manuel: Save power and use only 11-13 watts idle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
&lt;br /&gt;
'''Let's start:'''&lt;br /&gt;
&lt;br /&gt;
Set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
'''My Bios Settings:'''&lt;br /&gt;
&lt;br /&gt;
Bluetooth off&lt;br /&gt;
Modem off&lt;br /&gt;
//have to look up other things//&lt;br /&gt;
&lt;br /&gt;
Script to save power&lt;br /&gt;
&lt;br /&gt;
Save this script as /etc/rc.local.&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;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42783</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=42783"/>
		<updated>2009-04-20T16:06:58Z</updated>

		<summary type="html">&lt;p&gt;Manuel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;br /&gt;
'''&lt;br /&gt;
Let's start:'''&lt;br /&gt;
&lt;br /&gt;
I set wlan and bluetooth off (hardware switch)&lt;br /&gt;
&lt;br /&gt;
My Bios Settings:&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Save_power_with_Ubuntu_9.04_(Jaunty_Jackalope)_on_a_ThinkPad_T400&amp;diff=42782</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=42782"/>
		<updated>2009-04-20T16:04:32Z</updated>

		<summary type="html">&lt;p&gt;Manuel: â†Created page with 'Hi  Basic information:  Thinkpad T400 WC8......  9 cell battery now 60% last 4.37 h  Idle consumtion after this tipps: 11-13 watts  I use the ATI Card with the fglrx drive...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi&lt;br /&gt;
&lt;br /&gt;
Basic information:&lt;br /&gt;
&lt;br /&gt;
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 consumtion after this tipps: 11-13 watts&lt;br /&gt;
&lt;br /&gt;
I use the ATI Card with the fglrx drivers, unfortunatelly the 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;
I will get into deeper later.&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T400&amp;diff=42780</id>
		<title>Category:T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T400&amp;diff=42780"/>
		<updated>2009-04-20T15:55:35Z</updated>

		<summary type="html">&lt;p&gt;Manuel: /* Linux Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad T400 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad T400 related topics.&lt;br /&gt;
&lt;br /&gt;
Page under construction&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
*One of the following [[Intel Core 2 Duo (Penryn)]] processors:&lt;br /&gt;
** Intel® Core™2 Duo processor P8400 (2.26GHz, 3MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor P8600 (2.4GHz, 3MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor T9400 (2.53GHz, 6MB L2, 1066MHz FSB, TDP 35W)&lt;br /&gt;
** Intel® Core™2 Duo processor P9500 (2.53GHz, 6MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor T9600 (2.8GHz, 6MB L2, 1066MHz FSB, TDP 35W)&lt;br /&gt;
* One of the following graphics adapters option:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 4500MHD]]&lt;br /&gt;
** [[ATI Mobility Radeon 3470]] (256 MB) at the same time (so called &amp;quot;[[Switchable Graphics]]&amp;quot;)&lt;br /&gt;
* One of the following [[TFT display]]s:&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1280x800 (WXGA) resolution&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1440x900 (WXGA+) resolution&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1440x900 (WXGA+) resolution with LED backlight&lt;br /&gt;
* 2GB [[PC3-8500]] memory standard upgradable to 8GB&lt;br /&gt;
* 200GB 7200rpm 2.5&amp;quot; SATA HDD (available with encryption)&lt;br /&gt;
* 160GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* 320GB 5400rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** [[Full Disk Encryption (FDE)]] Available on some models&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Slim]] with one of the following:&lt;br /&gt;
** None (empty) &lt;br /&gt;
**[[Serial Ultrabay Slim DVD-ROM Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim CD-RW/DVD combo Drive]]&lt;br /&gt;
**[[Serial Ultrabay Slim DVD Multi III Drive]] (8x Dual Layer)&lt;br /&gt;
**[[Serial Ultrabay Slim Blu Ray Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
* [[MiniPCI Express slot]] 3 with one of the following (this slot only takes cards 1/2 length, ie most wlan/wwan cards will not fit, only things like intel turbo memory, and some bluetooth cards will fit):&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** 1 [[CardBus slot]] (Type 2)&lt;br /&gt;
** [[Lenovo Integrated Smart Card Reader]]&lt;br /&gt;
** [[Ricoh_R5C843|4-in-1 Memory reader]] (or 7-in-1)&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models (Note: Bluetooth can only be toggled together with WLAN on and off, to add a bluetooth-only-toggle that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]).&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire (Ricoh Co Ltd R5C832 IEEE 1394 Controller)&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
* integrated webcam on select models&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/product.do?template=/product.do?template=%2Fproductpage%2Flandingpages%2FproductPageLandingPage.vm&amp;amp;sitestyle=lenovo&amp;amp;brandind=10&amp;amp;familyind=422606&amp;amp;machineind=0&amp;amp;modelind=0&amp;amp;partnumberind=0&amp;amp;subcategoryind=0&amp;amp;doctypeind=9&amp;amp;doccategoryind=0&amp;amp;operatingsystemind=49979&amp;amp;validate=true Lenovo Product page]&lt;br /&gt;
* [http://www5.pc.ibm.com/europe/me.nsf/webdocs-L/Data+Sheet:EMEA_Datasheet+ThinkPad+T400_T500+notebooks:English/$FILE/EMEA_DS_Q2_09_1746.pdf EMEA_Datasheet ThinkPad T400 T500 notebooks - 13 Aug 2008 (PDF 3791751 Bytes)]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-70069 Hardware Maintenance Manual]&lt;br /&gt;
&lt;br /&gt;
=== Reviews ===&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=4569 www.notebookreview.com] 2008-10-27&lt;br /&gt;
* [http://www.notebookjournal.de/tests/648 www.notebookjournal.de] 2008-10-27&lt;br /&gt;
* [http://www.pcmag.com/article2/0,2817,2330565,00.asp www.pcmag.com] 2008-10-27&lt;br /&gt;
&lt;br /&gt;
=== Linux Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Install Ubuntu 8.10 (Intrepid Ibex) on a Thinkpad T400]]&lt;br /&gt;
*[[Install Ubuntu 9.04 (Jaunty Jackalope) on a Thinkpad T400]]&lt;br /&gt;
*[[Install Fedora 10 on a Thinkpad T400]]&lt;br /&gt;
*[[Install Gentoo on a Thinkpad T400]]&lt;br /&gt;
*[[Save power with Ubuntu 9.04 (Jaunty Jackalope) on a Thinkpad T400]]&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>Manuel</name></author>
		
	</entry>
</feed>