<?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=Aliencam</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=Aliencam"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Aliencam"/>
	<updated>2026-04-22T02:09:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.04_(Lucid_Lynx)_on_a_ThinkPad_X61_Tablet&amp;diff=49951</id>
		<title>Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.04_(Lucid_Lynx)_on_a_ThinkPad_X61_Tablet&amp;diff=49951"/>
		<updated>2010-11-07T00:26:21Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: /* Stylus: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a notes page for now. It will improve with time I have blatantly copied the 9.04 page as a template. &lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This page covers the additional hardware setup required after installing Ubuntu 10.04 (Lucid Lynx) to make the Thinkpad X61 Tablet Fully Functional.&lt;br /&gt;
&lt;br /&gt;
=== What Works ===&lt;br /&gt;
==== Tested ====&lt;br /&gt;
Audio Buttons,&lt;br /&gt;
Brightness Fn Buttons,&lt;br /&gt;
Radio Fn Button,&lt;br /&gt;
Suspend Fn Button,&lt;br /&gt;
Tablet L/R/U/D Buttons,&lt;br /&gt;
Tablet Enter Button,&lt;br /&gt;
Tablet Esc Button,&lt;br /&gt;
NumberLock Fn Button,&lt;br /&gt;
Tablet Pen,&lt;br /&gt;
Wireless Radio,&lt;br /&gt;
&lt;br /&gt;
==== Assumed Working ====&lt;br /&gt;
Forward / Back Buttons,&lt;br /&gt;
Power Fn Button,&lt;br /&gt;
Lock Fn Button,&lt;br /&gt;
Hibernate Fn Button,&lt;br /&gt;
Media Fn Buttons&lt;br /&gt;
Bluetooth Radio,&lt;br /&gt;
&lt;br /&gt;
=== What Almost Works ===&lt;br /&gt;
Tablet Toolbox Button -  causes lock or suspend,&lt;br /&gt;
Tablet Touch – Requires Calibration.&lt;br /&gt;
&lt;br /&gt;
=== What Does Not Work ===&lt;br /&gt;
Tablet Control-Alt-Delete Button,&lt;br /&gt;
Tablet Rotate Button,&lt;br /&gt;
Middle Mouse Button,&lt;br /&gt;
ThinkVantage Button,&lt;br /&gt;
Magnify Fn Button,&lt;br /&gt;
Fingerprint Reader,&lt;br /&gt;
Automatic Screen Rotation,&lt;br /&gt;
ThinkVantage ActiveProtection,&lt;br /&gt;
&lt;br /&gt;
= Setup Stylus and Rotate =&lt;br /&gt;
This is the easiest and most reliable way I found out how to get it working. Quick and Easy.&lt;br /&gt;
&lt;br /&gt;
== Stylus: ==&lt;br /&gt;
In order to prevent the stylus from sending clicks when the tip isn’t touching the screen and map the single button to a left-click.&lt;br /&gt;
&lt;br /&gt;
Source: [http://peterbn.wordpress.com/2010/05/10/ubuntu-10-4-on-lenovo-x61t-success/ Peterbn on Wordpress]&lt;br /&gt;
&lt;br /&gt;
Add the following to the 10-wacom.conf file (Identifier &amp;quot;Wacom serial class&amp;quot;): &lt;br /&gt;
&lt;br /&gt;
* Option &amp;quot;TPCButton&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
* Option &amp;quot;Button2&amp;quot; &amp;quot;3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/share/X11/xorg.conf.d/10-wacom.conf &lt;br /&gt;
&lt;br /&gt;
This is how the section should look like:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;InputClass&amp;quot;&lt;br /&gt;
 Identifier &amp;quot;Wacom serial class&amp;quot;&lt;br /&gt;
 MatchProduct &amp;quot;Serial Wacom Tablet&amp;quot;&lt;br /&gt;
 Driver &amp;quot;wacom&amp;quot;&lt;br /&gt;
 Option &amp;quot;ForceDevice&amp;quot; &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
 Option &amp;quot;TPCButton&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
 Option &amp;quot;Button2&amp;quot; &amp;quot;3&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
== Rotate: ==&lt;br /&gt;
&lt;br /&gt;
Rotate the screen and the pen with the rotation button.&lt;br /&gt;
&lt;br /&gt;
Source: &lt;br /&gt;
&lt;br /&gt;
* [http://ubuntuforums.org/showthread.php?t=1460380&amp;amp;page=2/ Ubuntu Forum Screen rotation on X61t in Lucid]&lt;br /&gt;
* [http://sourceforge.net/apps/trac/easystroke/wiki/TipsAndTricks/ Tips and Tricks for Tablet]&lt;br /&gt;
&lt;br /&gt;
First install wacomrotate:&lt;br /&gt;
&lt;br /&gt;
 sudo add-apt-repository ppa:thjaeger/tabletpc&lt;br /&gt;
 sudo apt-get install wacomrotate&lt;br /&gt;
&lt;br /&gt;
Create a file to store the current rotation data:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/bin/rotationmode&lt;br /&gt;
&lt;br /&gt;
fill this file with:&lt;br /&gt;
&lt;br /&gt;
 0&lt;br /&gt;
&lt;br /&gt;
and make it editable, but not executable&lt;br /&gt;
&lt;br /&gt;
 sudo chmod 666 /usr/bin/rotationmode&lt;br /&gt;
&lt;br /&gt;
Now we will write the script to rotate the screen&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/bin/rotatebutton&lt;br /&gt;
&lt;br /&gt;
And fill it with:&lt;br /&gt;
&lt;br /&gt;
 mode=`cat /usr/bin/rotationmode`&lt;br /&gt;
 if test 0 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 1 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o right&lt;br /&gt;
 fi&lt;br /&gt;
 if test 1 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 2 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o inverted&lt;br /&gt;
 fi&lt;br /&gt;
 if test 2 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 3 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o left&lt;br /&gt;
 fi&lt;br /&gt;
 if test 3 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 0 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o normal&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
Make it executable:&lt;br /&gt;
&lt;br /&gt;
 sudo chmod +x /usr/bin/rotatebutton&lt;br /&gt;
&lt;br /&gt;
Now typing rotatebutton in terminal should go through all of the rotations. To map the command to the button go to System&amp;gt;Preferences&amp;gt;Keyboard Shortcuts, click the Add button at the bottom, name it whatever you want and use the command rotatebutton. Then bind the key by clicking in the shortcut column and pressing the tablet rotate key.&lt;br /&gt;
&lt;br /&gt;
PS: I prefer only to have normal and inverted rotation in my button,&lt;br /&gt;
in which occasion you can modify the script to something like:&lt;br /&gt;
&lt;br /&gt;
 mode=`cat /usr/bin/rotationmode`&lt;br /&gt;
 if test 0 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 1 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o inverted&lt;br /&gt;
 fi&lt;br /&gt;
 if test 1 = $mode&lt;br /&gt;
 then&lt;br /&gt;
 echo 0 &amp;gt; /usr/bin/rotationmode&lt;br /&gt;
 xrandr -o normal&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
= Fixing Touch =&lt;br /&gt;
Works out of the box, just needs some calibration.&lt;br /&gt;
&lt;br /&gt;
== xsetwacom ==&lt;br /&gt;
&lt;br /&gt;
It took me some time to find this one. So, i'll post it here so you won't have to spend time finding it. These numbers calibrate touch for my X61. I hope it will be the same for other X61's.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 xsetwacom set &amp;quot;Serial Wacom Tablet touch&amp;quot; topy &amp;quot;85&amp;quot;&lt;br /&gt;
 xsetwacom set &amp;quot;Serial Wacom Tablet touch&amp;quot; topx &amp;quot;51&amp;quot;&lt;br /&gt;
 xsetwacom set &amp;quot;Serial Wacom Tablet touch&amp;quot; bottomx &amp;quot;933&amp;quot;&lt;br /&gt;
 xsetwacom set &amp;quot;Serial Wacom Tablet touch&amp;quot; bottomy &amp;quot;957&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The numbers where acquired using xinput_calibrator.&lt;br /&gt;
&lt;br /&gt;
== xinput_calibrator ==&lt;br /&gt;
&lt;br /&gt;
http://www.freedesktop.org/wiki/Software/xinput_calibrator&lt;br /&gt;
&lt;br /&gt;
Using this tool you can find the numbers to calibrate your touchscreen.&lt;br /&gt;
It's a pity it is still not in the repositories (as of 24/06/2010)&lt;br /&gt;
&lt;br /&gt;
Install as per instructions on the freedesktop site.&lt;br /&gt;
&lt;br /&gt;
Then run:&lt;br /&gt;
&lt;br /&gt;
 xinput_calibrator_x11 --device &amp;quot;Serial Wacom Tablet touch&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''The tool does not actually calibrate the tablet.''' It merely shows you the numbers needed for calibration. Work in progress, i guess.&lt;br /&gt;
&lt;br /&gt;
== Wacomcpl (Will not work because HAL is missing) ==&lt;br /&gt;
&lt;br /&gt;
(I think, it isn't working, because we haven't got wacomcpl in 10.04.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wacomcpl is no longer available in 10.04. The new package is xserver-xorg-input-wacom. How to calibrate the screen is being looked into. The xsetwacom command is still intact to set the calibrations though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Wacom Tablet in the X61t is a serial Wacom tablet. It can be configured by using wacomcpl. Wacomcpl is part of the wacom-tools package and can be retrieved in apt:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install wacom-tools&lt;br /&gt;
&lt;br /&gt;
After this wacomcpl can be run by typing:&lt;br /&gt;
&lt;br /&gt;
 wacomcpl&lt;br /&gt;
&lt;br /&gt;
in Terminal.&lt;br /&gt;
&lt;br /&gt;
=== Helping wacomcpl ===&lt;br /&gt;
Unfortunately HAL assigns names to wacom devices in a way that the recent wacomcpl from jaunty cant find them, to help wacomcpl to find them:&lt;br /&gt;
&lt;br /&gt;
Open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/init.d/wacomtohal&lt;br /&gt;
&lt;br /&gt;
and paste this code in:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/sh&lt;br /&gt;
 ## find any wacom devices&lt;br /&gt;
 for udi in `hal-find-by-property --key input.x11_driver --string wacom`&lt;br /&gt;
 do&lt;br /&gt;
 type=`hal-get-property --udi $udi --key input.x11_options.Type`&lt;br /&gt;
 ## rewrite the names that the Xserver will use&lt;br /&gt;
 hal-set-property --udi $udi --key info.product --string $type&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
then run :&lt;br /&gt;
&lt;br /&gt;
 sudo chmod +x /etc/init.d/wacomtohal&lt;br /&gt;
 sudo update-rc.d wacomtohal defaults 27&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
now reboot and launch wacomcpl&lt;br /&gt;
&lt;br /&gt;
=== Making Wacomcpl Settings Restore on Reboot ===&lt;br /&gt;
If you lose your calibration after reboot:&lt;br /&gt;
&lt;br /&gt;
In terminal: &lt;br /&gt;
&lt;br /&gt;
 sudo gedit ~/.xinitrc&lt;br /&gt;
&lt;br /&gt;
Find the line that says:&lt;br /&gt;
&lt;br /&gt;
 . /etc/X11/xinit/xinitrc&lt;br /&gt;
&lt;br /&gt;
and change it to&lt;br /&gt;
&lt;br /&gt;
 #. /etc/X11/xinit/xinitrc&lt;br /&gt;
&lt;br /&gt;
Save and exit.&lt;br /&gt;
&lt;br /&gt;
Go to System&amp;gt;Preferences&amp;gt;Startup Applications and create a new entry named whatever you want.&lt;br /&gt;
&lt;br /&gt;
The command should be:&lt;br /&gt;
&lt;br /&gt;
 sh /home/yourusername/.xinitrc&lt;br /&gt;
&lt;br /&gt;
Your wacomcpl settings will now restore on reboot&lt;br /&gt;
&lt;br /&gt;
= Fixing the Tablet Toolbox Button =&lt;br /&gt;
This key needs to be set to a keycode. Pick any empty one (241 is usually empty)&lt;br /&gt;
&lt;br /&gt;
 sudo setkeycodes 68 241&lt;br /&gt;
&lt;br /&gt;
Now you can bind this key to any command.&lt;br /&gt;
&lt;br /&gt;
= Setup the Tablet Control-Alt-Delete Button =&lt;br /&gt;
This key needs to be set to a keycode. Pick any empty one (242 is usually empty)&lt;br /&gt;
&lt;br /&gt;
 sudo setkeycodes 67 242&lt;br /&gt;
&lt;br /&gt;
Now you can bind this key to any command.&lt;br /&gt;
&lt;br /&gt;
= Setup the Tablet Rotate Button =&lt;br /&gt;
This key needs to be set to a keycode. Pick any empty one (240 is usually empty)&lt;br /&gt;
&lt;br /&gt;
 sudo setkeycodes 6c 240&lt;br /&gt;
&lt;br /&gt;
Now you can bind this key to any command. (It should be possible to write a script to interact with the autorotate given on this page)&lt;br /&gt;
&lt;br /&gt;
= Setup the Middle Button Scrolling =&lt;br /&gt;
&lt;br /&gt;
== The easy apt-get way ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gpointing-device-settings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== The hard way ==&lt;br /&gt;
&lt;br /&gt;
Which probably will not work because it depends op HAL.&lt;br /&gt;
&lt;br /&gt;
Open a terminal and run each of the following for vertical scrolling:&lt;br /&gt;
&lt;br /&gt;
 xinput set-prop 'TPPS/2 IBM TrackPoint' &amp;quot;Evdev Wheel Emulation&amp;quot; 1&lt;br /&gt;
 xinput set-prop 'TPPS/2 IBM TrackPoint' &amp;quot;Evdev Wheel Emulation Button&amp;quot; 2&lt;br /&gt;
 xinput set-prop 'TPPS/2 IBM TrackPoint' &amp;quot;Evdev Wheel Emulation Timeout&amp;quot; 200&lt;br /&gt;
&lt;br /&gt;
Add the following if you want horizontal scrolling:&lt;br /&gt;
&lt;br /&gt;
 xinput set-prop 'TPPS/2 IBM TrackPoint' &amp;quot;Evdev Wheel Emulation Axes&amp;quot; 6 7 4 5&lt;br /&gt;
&lt;br /&gt;
If you do not want to run these commands every time you restart your computer, copy them to a script file.&lt;br /&gt;
&lt;br /&gt;
In Ubuntu, create a new file in your Home directory called &amp;quot;Mouse_Wheel.sh&amp;quot;.  Using gedit, paste the commands into the file and save.&lt;br /&gt;
&lt;br /&gt;
Open the terminal and type:&lt;br /&gt;
 chmod +x Mouse_Wheel.sh&lt;br /&gt;
Go to System &amp;gt; Preferences &amp;gt; Startup Applications.  Click on &amp;quot;Add&amp;quot;, in the Name box type &amp;quot;Mouse Wheel&amp;quot; and in the Command box type &amp;quot;./Mouse_Wheel.sh&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In Kubuntu, place the script file in ~/.kde/Autostart.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HAL has been deprecated so the following might still work but is not suggested:&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; &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;
Reboot&lt;br /&gt;
&lt;br /&gt;
= Setup ThinkVantage Button =&lt;br /&gt;
The ThinkVantage button does not work only in that it is not bound to anything. To bind it go to System&amp;gt;Preferences&amp;gt;Keyboard Shortcuts and set it to perform any command.&lt;br /&gt;
&lt;br /&gt;
= Setup Magnify Fn Button =&lt;br /&gt;
No Solution Yet.&lt;br /&gt;
&lt;br /&gt;
= Setup Fingerprint Reader =&lt;br /&gt;
&lt;br /&gt;
The Thinkfinger driver works fine on the X61. The following is the paraphrased commands from the installing thinkfinger page that are relevant to the X61 and Ubuntu 9.04.&lt;br /&gt;
&lt;br /&gt;
In terminal, add a key:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F2A12FABE936A7BBDC4EA33351DB180D1323E149&lt;br /&gt;
&lt;br /&gt;
Add the PPA repositories to your sources.list (/etc/apt/sources.list):&lt;br /&gt;
&lt;br /&gt;
 deb http://ppa.launchpad.net/jon-oberheide/ppa/ubuntu jaunty main&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jon-oberheide/ppa/ubuntu jaunty main&lt;br /&gt;
&lt;br /&gt;
Update installer:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
And install:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install thinkfinger-tools libpam-thinkfinger&lt;br /&gt;
&lt;br /&gt;
Now the driver is installed and should be working. You can try it (as root) with &lt;br /&gt;
&lt;br /&gt;
 sudo tf-tool --acquire &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 sudo tf-tool --verify &lt;br /&gt;
&lt;br /&gt;
This will ask you to swipe your finger three times, save the fingerprint to /tmp/test.bir and then verify your fingerprint with the bir-file. &lt;br /&gt;
&lt;br /&gt;
Setup Pam:&lt;br /&gt;
&lt;br /&gt;
 sudo /usr/lib/pam-thinkfinger/pam-thinkfinger-enable&lt;br /&gt;
&lt;br /&gt;
Add user:&lt;br /&gt;
&lt;br /&gt;
 tf-tool --acquire $USERNAME&lt;br /&gt;
&lt;br /&gt;
Optional: Change the login screen to allow keyboard-less login:&lt;br /&gt;
&lt;br /&gt;
Go to: System&amp;gt;Administration&amp;gt;Login Window&lt;br /&gt;
&lt;br /&gt;
Click on the 'Local' tab.&lt;br /&gt;
&lt;br /&gt;
Set the drop-down boxes to: 'Themed with face browser' and 'Selected Only' and choose 'Human List' from the list of logins.&lt;br /&gt;
&lt;br /&gt;
Note: it may take some time for the reader to startup, give it 5 seconds before use and before pressing enter to initiate login.&lt;br /&gt;
&lt;br /&gt;
= Setup Automatic Screen Rotation =&lt;br /&gt;
&lt;br /&gt;
== Automatic Switching from Laptop to Tablet mode ==&lt;br /&gt;
The following was inspired by [[Installing Ubuntu 8.10 (Intrepid Ibex) on an X61 Tablet]], with some minor additions:&lt;br /&gt;
&lt;br /&gt;
* put the following in '''/etc/acpi/events/lenovo-rotate-normal'''&lt;br /&gt;
&lt;br /&gt;
 # /etc/acpi/events/lenovo-rotate-normal&lt;br /&gt;
 # This is called when the user rotates the screen to laptop mode&lt;br /&gt;
 &lt;br /&gt;
 event=ibm/hotkey HKEY 00000080 0000500a&lt;br /&gt;
 action=/etc/acpi/thinkpad-rotatescreen.sh right&lt;br /&gt;
&lt;br /&gt;
* put the following in '''/etc/acpi/events/lenovo-rotate-tablet'''&lt;br /&gt;
&lt;br /&gt;
 # /etc/acpi/events/lenovo-rotate-tablet&lt;br /&gt;
 # This is called when the user rotates the screen to tablet mode&lt;br /&gt;
 &lt;br /&gt;
 event=ibm/hotkey HKEY 00000080 00005009&lt;br /&gt;
 action=/etc/acpi/thinkpad-rotatescreen.sh normal&lt;br /&gt;
&lt;br /&gt;
* put the following in '''/etc/acpi/thinkpad-rotatescreen.sh''' and make it executable&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 # This script rotates the display in TabletPCs when screen is changed from&lt;br /&gt;
 # laptop to tablet mode, or when rotation button is pressed&lt;br /&gt;
 &lt;br /&gt;
 test -f /usr/share/acpi-support/key-constants || exit 0&lt;br /&gt;
 &lt;br /&gt;
 . /usr/share/acpi-support/power-funcs&lt;br /&gt;
 &lt;br /&gt;
 # i'm not trusting this ...&lt;br /&gt;
 #if [ -f /var/lib/acpi-support/screen-rotation ] ; then&lt;br /&gt;
 #  ROTATION=`cat /var/lib/acpi-support/screen-rotation`&lt;br /&gt;
 #fi&lt;br /&gt;
 &lt;br /&gt;
 # ... and thus calling this with a parameter&lt;br /&gt;
 ROTATION=&amp;quot;$1&amp;quot; # this should be called &amp;quot;ROTATION_FROM&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;$ROTATION&amp;quot; in&lt;br /&gt;
 	right)&lt;br /&gt;
 	NEW_ROTATION=&amp;quot;normal&amp;quot;&lt;br /&gt;
 	NEW_WACOM=&amp;quot;none&amp;quot;&lt;br /&gt;
 	;;&lt;br /&gt;
 	*)&lt;br /&gt;
 	NEW_ROTATION=&amp;quot;right&amp;quot;&lt;br /&gt;
 	NEW_WACOM=&amp;quot;cw&amp;quot;&lt;br /&gt;
 	;;&lt;br /&gt;
 esac&lt;br /&gt;
 &lt;br /&gt;
 for x in /tmp/.X11-unix/*; do&lt;br /&gt;
 	displaynum=`echo $x | sed s#/tmp/.X11-unix/X##`&lt;br /&gt;
 	getXconsole;&lt;br /&gt;
 	if [ x&amp;quot;$XAUTHORITY&amp;quot; != x&amp;quot;&amp;quot; ]; then&lt;br /&gt;
 	    export DISPLAY=&amp;quot;:$displaynum&amp;quot;           &lt;br /&gt;
 	    /usr/bin/xrandr -o $NEW_ROTATION &amp;amp;&amp;amp; echo $NEW_ROTATION &amp;gt; /var/lib/acpi-support/screen-rotation&lt;br /&gt;
 &lt;br /&gt;
 	    # rotate the stylus&lt;br /&gt;
 	    for type in &amp;quot;Serial Wacom Tablet eraser&amp;quot; &amp;quot;Serial Wacom Tablet touch&amp;quot; &amp;quot;Serial Wacom Tablet&amp;quot;  ; do&lt;br /&gt;
 		/usr/bin/xsetwacom set &amp;quot;$type&amp;quot; rotate $NEW_WACOM&lt;br /&gt;
 	    done&lt;br /&gt;
 &lt;br /&gt;
 	    # rotate the arrow keys&lt;br /&gt;
 	    case &amp;quot;$NEW_ROTATION&amp;quot; in&lt;br /&gt;
 		right)&lt;br /&gt;
 			xmodmap - &amp;lt;&amp;lt;END&lt;br /&gt;
 keycode 114 = Up NoSymbol Up NoSymbol Up&lt;br /&gt;
 keycode 111 = Left NoSymbol Left NoSymbol Left&lt;br /&gt;
 keycode 116 = Right NoSymbol Right NoSymbol Right&lt;br /&gt;
 keycode 113 = Down NoSymbol Down NoSymbol Down&lt;br /&gt;
 END&lt;br /&gt;
 			;;&lt;br /&gt;
 		*)&lt;br /&gt;
 			xmodmap - &amp;lt;&amp;lt;END&lt;br /&gt;
 keycode 111 = Up NoSymbol Up NoSymbol Up&lt;br /&gt;
 keycode 113 = Left NoSymbol Left NoSymbol Left&lt;br /&gt;
 keycode 114 = Right NoSymbol Right NoSymbol Right&lt;br /&gt;
 keycode 116 = Down NoSymbol Down NoSymbol Down&lt;br /&gt;
 END&lt;br /&gt;
 			;;&lt;br /&gt;
 	    esac&lt;br /&gt;
 	fi&lt;br /&gt;
 done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: check the output of&lt;br /&gt;
 xsetwacom list dev&lt;br /&gt;
to identify the devices to put in the line&lt;br /&gt;
 for type in &amp;quot;Serial Wacom Tablet eraser&amp;quot; &amp;quot;Serial Wacom Tablet touch&amp;quot; &amp;quot;Serial Wacom Tablet&amp;quot; ; do&lt;br /&gt;
My system has a touch and a cursor device.&lt;br /&gt;
&lt;br /&gt;
== Automatic rotating of display in Tablet mode ==&lt;br /&gt;
&lt;br /&gt;
Install [http://www.krizka.net/projects/autorotate/ Karol Krizka's AutoRotate daemon]. &lt;br /&gt;
&lt;br /&gt;
 sudo add-apt-repository ppa:kkrizka/thinkpad-x61t&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install python-glib python-dbus python-xrandr autorotate&lt;br /&gt;
&lt;br /&gt;
Set up the daemon to start with Gnome&lt;br /&gt;
 sudo gedit /etc/gdm/Init/Default&lt;br /&gt;
Add the following line before the last &amp;quot;exit&amp;quot;&lt;br /&gt;
 auto-rotate.py &amp;amp;&lt;br /&gt;
&lt;br /&gt;
Save your work before restarting Gnome&lt;br /&gt;
 sudo /etc/init.d/gdm restart&lt;br /&gt;
&lt;br /&gt;
You're all set. Note that there is also a manual-rotate.py script that comes with AutoRotate that can be bound to the special function Rotate key. See the author's site above for help with setting the keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
= Setup ThinkVantage ActiveProtection =&lt;br /&gt;
&lt;br /&gt;
 sudo cp /etc/modules /etc/modules_backup&lt;br /&gt;
 sudo aptitude install tp-smapi-source&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
 sudo modprobe tp-smapi&lt;br /&gt;
 sudo aptitude install hdapsd&lt;br /&gt;
 echo 'tp-smapi' | sudo tee -a /etc/modules&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can set the activeprotection sensivity:&lt;br /&gt;
&lt;br /&gt;
 cd /etc/default/&lt;br /&gt;
 gedit hdapsd&lt;br /&gt;
&lt;br /&gt;
 # sensitivity&lt;br /&gt;
 SENSITIVITY=25&lt;br /&gt;
&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 -a thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
If the installation of hdapsd 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 Ctr + C)&lt;br /&gt;
&lt;br /&gt;
= Useful Task: Disable Bluetooth on Startup =&lt;br /&gt;
These instructions will disable the bluetooth radio being activated during the boot. The radio can then be activated at the users discretion using Fn F5 (Radio Fn Button).&lt;br /&gt;
&lt;br /&gt;
edit /etc/rc.local and add:&lt;br /&gt;
&lt;br /&gt;
 chmod 666 /proc/acpi/ibm/bluetooth &lt;br /&gt;
 echo &amp;quot;disable&amp;quot; &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
before the 'exit 0' line&lt;br /&gt;
&lt;br /&gt;
*note chmod 666 makes this file editable by everyone, this may compromise security, try different settings to find the one that suits your needs (655 may work)&lt;br /&gt;
&lt;br /&gt;
*note proc is depreciated and may not work in future releases&lt;br /&gt;
&lt;br /&gt;
= Useful Task: Enable Laptop Mode =&lt;br /&gt;
Laptop mode is a power saving tool that allows the hard drive to spin down to conserve battery power. This is disabled by default as it has been known to cause problems on some computers, but it appears to work on the X61t.&lt;br /&gt;
&lt;br /&gt;
*Warning: Laptop mode stores data in ram teporarily until it needs to write to disk. Power Loss in laptop mode could lead to significant data loss.&lt;br /&gt;
&lt;br /&gt;
*Warning: Excessive spin-up spin-down cycles will wear out your hard drive much more quickly than normal use. Be careful when configuring laptop mode settings.  &lt;br /&gt;
&lt;br /&gt;
*Warning: Do Not Use Laptop Mode if you have a SSD. It is for platter drives only.&lt;br /&gt;
&lt;br /&gt;
Edit /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
Set: &amp;quot;ENABLE_LAPTOP_MODE=true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Configure Laptop Mode&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/laptop-mode/laptop-mode.conf&lt;br /&gt;
&lt;br /&gt;
= Optional Task: Adjusting Trackpoint Settings =&lt;br /&gt;
If you find that your trackpoint pointer is too slow, use [http://sourceforge.net/projects/tpctl/ control-trackpoint] to adjust your settings. &lt;br /&gt;
&lt;br /&gt;
To install, install sysfsutils first, as per [http://tpctl.sourceforge.net/configure-trackpoint.html tpctl's documentaton] &lt;br /&gt;
&lt;br /&gt;
  sudo apt-get install sysfsutils&lt;br /&gt;
&lt;br /&gt;
then install the .deb from sourceforge (the graphical installer worked for me). Once installed, run:&lt;br /&gt;
&lt;br /&gt;
  sudo configure-trackpoint&lt;br /&gt;
&lt;br /&gt;
= Sources =&lt;br /&gt;
The above is a compilation of my notes from when I installed Jaunty on my X61t. The code and many of the instructions come from various pages and sources around the Internet. I will attempt to document them when time permits. If you see anything that should be added or wish to cite a source I missed, please edit the page.&lt;br /&gt;
&lt;br /&gt;
[[Category:X61 Tablet]]&lt;br /&gt;
[[Category:Ubuntu]]&lt;br /&gt;
[[Category:Ubuntu 10.04]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=37503</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=37503"/>
		<updated>2008-04-30T04:44:52Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: added external link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is an expanding description on what we did to get Alpha_5 of Hardy on working better on the X61 Tablet. I downloaded the alternate Version and installed as the instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
== Graphics Card ==&lt;br /&gt;
3D acceleration and Compiz Fusion worked out of the box.&lt;br /&gt;
&lt;br /&gt;
== X ==&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
== Konsole ==&lt;br /&gt;
&lt;br /&gt;
Edit /etc/modprobe.d/blacklist-framebuffer and comment this out:&lt;br /&gt;
&lt;br /&gt;
 #blacklist vesafb&lt;br /&gt;
 #blacklist vga16fb&lt;br /&gt;
&lt;br /&gt;
Add to /etc/initramfs-tools/modules&lt;br /&gt;
&lt;br /&gt;
 fbcon&lt;br /&gt;
 vesafb&lt;br /&gt;
 vga16fb&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Edit /boot/grub/menu.lst and change at defoptions:&lt;br /&gt;
&lt;br /&gt;
 vga=0x31b&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&lt;br /&gt;
&lt;br /&gt;
= Input Devices = &lt;br /&gt;
== Keyboard ==&lt;br /&gt;
&lt;br /&gt;
In some cases the mute button won't work.&lt;br /&gt;
&lt;br /&gt;
For this add in the /boot/grub/menu.lst file following kernel parameter:&lt;br /&gt;
&lt;br /&gt;
 acpi_osi=&amp;quot;Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&lt;br /&gt;
&lt;br /&gt;
== Stylus ==&lt;br /&gt;
Enable it as described in [[Wacom_Serial_Tablet_PC_Stylus]]:&lt;br /&gt;
Add to /etc/X11/xorg.conf:&lt;br /&gt;
&lt;br /&gt;
   Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
     Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
     Identifier    &amp;quot;cursor&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Type&amp;quot;          &amp;quot;cursor&amp;quot;&lt;br /&gt;
     Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;     &lt;br /&gt;
     Option        &amp;quot;Mode&amp;quot;          &amp;quot;Absolute&amp;quot;&lt;br /&gt;
   EndSection&lt;br /&gt;
   &lt;br /&gt;
   Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
     Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
     Identifier    &amp;quot;stylus&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Type&amp;quot;          &amp;quot;stylus&amp;quot;&lt;br /&gt;
     Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
   EndSection&lt;br /&gt;
   &lt;br /&gt;
   Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
     Driver        &amp;quot;wacom&amp;quot;&lt;br /&gt;
     Identifier    &amp;quot;eraser&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Type&amp;quot;          &amp;quot;eraser&amp;quot;&lt;br /&gt;
     Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
   EndSection&lt;br /&gt;
&lt;br /&gt;
and in Section ServerLayout:&lt;br /&gt;
&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Trackpoint ==&lt;br /&gt;
The three mouse buttons and trackpoint nipple/stick/nub work out of the box.&lt;br /&gt;
&lt;br /&gt;
If you want the middle mouse button and the nipple to function together as a mouse wheel, add the following to the ''Configured Mouse'' Input Device section in /etc/X11/xorg.config:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;Option &amp;quot;EmulateWheel&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
Option &amp;quot;EmulateWheelButton&amp;quot; &amp;quot;2&amp;quot; &amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tilt Detection =&lt;br /&gt;
These steps have been referenced from [http://www.krizka.net/2008/01/23/thinkpad-x61-tablet-tilt-detection-and-ubuntu-hardy-heron/ Krizka's Blog] with a few changes.&lt;br /&gt;
&lt;br /&gt;
1) Install the necessary build tools:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo aptitude install build-essential linux-kernel-headers&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Download the tp_smapi package.  It contains all the necessary sources for the hdaps module. This tutorial will be using tp_smapi version 0.36. [http://sourceforge.net/project/showfiles.php?group_id=1212 Download Here].  I downloaded the package to /opt.&lt;br /&gt;
&lt;br /&gt;
3) Extract the packge:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo tar -xvzf tp_smapi-0.36.tgz&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4) After unpacking, I didn't have permissions to enter the folder.  Still being new to Linux, I changed the folder's access permissions using:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo chmod 777 tp_smapi-0.36&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
For those of you who know better, I wouldn't recommend using 777, as that allows the folder to be read and edited by anyone.  Enter the folder:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;cd tp_smapi-0.36&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5) Build the sources:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo make HDAPS=1 KSRC=/usr/src/linux-headers-`uname -r`&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6) Install the module:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo make install HDAPS=1 KSRC=/usr/src/linux-headers-`uname -r`&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7) Install hdaps-utils in order to test the new module:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo aptitude install hdaps-utils&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8) Load the new modules:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo modprobe -a tp_smapi hdaps&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9) Run a test.  hdaps-gl should open up a new window showing the tablet's orientation.  If you don't want to use a graphical tool, hdaps-pivot prints its output to the command line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;hdaps-gl&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10) To make sure your system loads the modules at boot time add &amp;quot;tp_smapi&amp;quot; and &amp;quot;hdaps&amp;quot;, without the quotes and one per line, to /etc/modules.  Using echo didn't work for me, so I used pico:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo pico /etc/modules&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
11) And update your initramfs:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;sudo update-initramfs -u&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[http://http://blog.aliencam.net/?page_id=438 Customized Ubuntu Hardy Setup Guide on X61t Hardware.]&lt;br /&gt;
&lt;br /&gt;
[[Category:X61 Tablet]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Aliencam&amp;diff=36434</id>
		<title>User:Aliencam</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Aliencam&amp;diff=36434"/>
		<updated>2008-02-11T04:58:47Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Username: Aliencam &amp;lt;br&amp;gt;&lt;br /&gt;
AIM: aliencam11&amp;lt;br&amp;gt;&lt;br /&gt;
y!: huked_on_fonix_14 (oh come on, i was a little kid) &amp;lt;br&amp;gt;&lt;br /&gt;
MSN: aliencam_ *at* hotmail.com &amp;lt;br&amp;gt;&lt;br /&gt;
email: cameronk &amp;amp;at&amp;amp; gmail.com &amp;lt;br&amp;gt;&lt;br /&gt;
blog: http://blog.aliencam.net &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Aliencam&amp;diff=36433</id>
		<title>User:Aliencam</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Aliencam&amp;diff=36433"/>
		<updated>2008-02-11T04:58:16Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: â†Created page with 'Username: Aliencam AIM: aliencam11 y!: huked_on_fonix_14 (oh come on, i was a little kid)  MSN: aliencam_ *at* hotmail.com email: cameronk &amp;amp;at&amp;amp; gmail.com blog: http://blog...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Username: Aliencam&lt;br /&gt;
AIM: aliencam11&lt;br /&gt;
y!: huked_on_fonix_14 (oh come on, i was a little kid) &lt;br /&gt;
MSN: aliencam_ *at* hotmail.com&lt;br /&gt;
email: cameronk &amp;amp;at&amp;amp; gmail.com&lt;br /&gt;
blog: http://blog.aliencam.net&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:AD1984&amp;diff=36432</id>
		<title>Talk:AD1984</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:AD1984&amp;diff=36432"/>
		<updated>2008-02-11T04:44:18Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Has anyone had problems capturing microphone input?&lt;br /&gt;
&lt;br /&gt;
http://wiki.webvm.net/x61/#index10h2 [[User:Hendry|Hendry]] 21:50, 9 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this page is pretty gross (format-wise)... i know i made it worse with my addition, but i don't really know how to put that information in there without the &amp;quot;chat-style&amp;quot; post... i know nothing signed should ever be in the main article... if anyone has any suggestions on how to clean up this article/? [[User:Aliencam|Aliencam]] 05:44, 11 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=AD1984&amp;diff=36251</id>
		<title>AD1984</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=AD1984&amp;diff=36251"/>
		<updated>2008-01-28T00:43:32Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: /* Trouble shooting */&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;
=== AD1984 ===&lt;br /&gt;
This is a ''Analog Devices'' High-Definition Audio controller&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: AD1984&lt;br /&gt;
* Interface: HD Audio &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 ALSA driver ===&lt;br /&gt;
* This device is supported by the alsa driver since 1.0.15 (including R61/T61/X61 bugfix)&lt;br /&gt;
* This device is supported by the kernel since 2.6.23 (which includes alsa 1.0.15 !)&lt;br /&gt;
&lt;br /&gt;
==== For previous versions  ====&lt;br /&gt;
&lt;br /&gt;
However, Takashi Iwai has added support to this device in Alsa development version [http://hg.alsa-project.org/alsa-kernel/log?rev=AD1984]... Still have to wait to get it included in the Linux Kernel...  Note: It is rather trivial to get this working in a standard kernel right now, It is only 3 patches on top of the stock 1.0.14 code:&lt;br /&gt;
&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/958b39f3e8dd Fix Oops with AD1984 thinkpad model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/47ca87407c84 Fix AD1984 basic model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/ca37aeeeb0ea Fix Thinkpad X61/T61 outputs]&lt;br /&gt;
&lt;br /&gt;
Alsa-Driver 1.0.14 added some support for this chip, but did not work on my T61; however, using the latest HG/Mercurial makes everything work.  I created a Debian package for unstable/sid with the HG alsa that works for me, available at [http://people.debian.org/~jello/alsa-modules-2.6.21-2-686_1.0.15~hg2007070601-1+2.6.21-5_i386.deb]. --[[User:Jello|Jello]] 15:31, 6 July 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
amd64 debian package here:&lt;br /&gt;
http://www.cse.unsw.edu.au/~jdas417/alsa-modules-2.6.22-1-amd64_1.0.14-1_jda+2.6.22-3_amd64.deb&lt;br /&gt;
--jashar&lt;br /&gt;
&lt;br /&gt;
Works with Kernel 2.6.22 and Alsa 1.0.14a&lt;br /&gt;
--[[User:Schlodty|Schlodty]] 12:01, 21 July 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Did not get it to work on X61s with either of the above packages. Newer HG packages do support this chip, so alsa 1.0.15 should have full support for this chip. --[[User:hjh|hjh]] 9:09, 27 July 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Debian users (both Stable/Etch and Testing) can use the small [http://www.klabs.be/~fpiat/linux/debian/Lenny_on_Thinkpad_T61/#Sound script] I wrote to patch and build an alsa module package (with module-assistant). --[[User:Fpiat|Fpiat]] 11:45,04 August 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Works with a patched 2.6.22.1 kernel using the 2007/07/20 patch from ftp://ftp.alsa-project.org/pub/kernel-patches/ . Just make sure that you have the PCM channel unmuted and the speaker switch checked. --[[User:Mozz|Mozz]] 17:13, 7 August 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Above patches are in kernel mainline from Kernel 2.6.23-rc1 , it works on my T61 --[[User:Brain79|Brain79]] 22:01, 09 August 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Trouble shooting ===&lt;br /&gt;
{{WARN|It's really necessary to leave the modem enabled in the BIOS or the hda_intel driver will reutrn azx_get_response timeouts which will lead to a non-working soundchip.&lt;br /&gt;
Got that information from a comment from: [http://crypto.riken.go.jp/archives/linux/kernel.org/kernel/people/akpm/patches/2.6/2.6.22-rc6/2.6.22-rc6-mm1/broken-out/git-alsa.patch here] --[[User:Gladiac|Gladiac]] 06:12, 24 July 2007 (UTC)}}&lt;br /&gt;
The reason modem must be enabled (at least on the x60,x61 series) is because the modem and sound share a bus.  (got that from calling lenovo hardware support today) [[User:Aliencam|Aliencam]] 01:43, 28 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
=== This chip may be found in ===&lt;br /&gt;
* {{R61}}&lt;br /&gt;
* {{T61}}&lt;br /&gt;
* [[:Category:X61|X61]], [[:Category:X61s|X61s]], [[:Category:X61_Tablet|X61 Tablet]]&lt;br /&gt;
&lt;br /&gt;
=== Datasheets ===&lt;br /&gt;
* [http://www.analog.com/en/prod/0,2877,AD1984,00.html Analog Devices page for the AD1984]&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Table_of_thinkpad-acpi_LEDs&amp;diff=35788</id>
		<title>Talk:Table of thinkpad-acpi LEDs</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Table_of_thinkpad-acpi_LEDs&amp;diff=35788"/>
		<updated>2008-01-11T04:36:12Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hey umm... how do you turn it off? --[[User:Aliencam|Aliencam]] 05:36, 11 January 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Just did edit the Z61m entry, only leds 0-2 and 7 are working... And I have a question to led0, this is the one with the Z in a circle, is it the 'Power' one? I think so, but please correct me if I'm wrong.&lt;br /&gt;
--[[User:Zhenech|Zhenech]] 10:30, 23 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
You're right. Z in a circle is the power led.&lt;br /&gt;
[[User:StefanSchmidt|StefanSchmidt]] 14:30, 23 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== R60 standby ==&lt;br /&gt;
&lt;br /&gt;
led 7 on my r60 (9456-6FG) is standby, as in every other model in the table ... is the first added r60 entry a mistake or does it really have standby led on 6?&lt;br /&gt;
&lt;br /&gt;
== R60 standby ==&lt;br /&gt;
&lt;br /&gt;
Sorry, my mistake. I put it in the wrong column. Rich.&lt;br /&gt;
&lt;br /&gt;
== A31 standby ==&lt;br /&gt;
&lt;br /&gt;
Is led number 6 right for standby on this machine? ElectronicPhips? I just like to verify it.&lt;br /&gt;
&lt;br /&gt;
[[User:StefanSchmidt|StefanSchmidt]] 15:07, 26 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== Graphics and tags ==&lt;br /&gt;
&lt;br /&gt;
The idea of using graphs with the LED pictures is very good, but please retain the text description as well, maybe in the alt attribute of the image, or at the very least on the desc attribute.&lt;br /&gt;
--[[User:Hmh|hmh]] 13:11, 10 December 2006 (CET)&lt;br /&gt;
:I created some more LED icons and added them to the table (with alt texts). Feel free to enhance the table with descriptions or maybe a legend might be a nice solution. [[User:Matt|Matt]] 17:28, 1 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Z61m ==&lt;br /&gt;
&lt;br /&gt;
Led4 is the Ultrabay LED (right of CDROM) But i cant see led3.&lt;br /&gt;
(perhaps on the Docking-Station) but its not the Ultrabay LED :)&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel%C2%AE_Turbo_Memory_hard_drive_cache&amp;diff=35672</id>
		<title>Intel® Turbo Memory hard drive cache</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel%C2%AE_Turbo_Memory_hard_drive_cache&amp;diff=35672"/>
		<updated>2008-01-09T16:51:33Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: /* Supported Laptops */&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;
Intel Turbo Memory is an add-on memory for read and write caching of the hard-drive. (Previously dubbed as Robson.)&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Non-volatile Flash Memory (512MB or 1GB NAND-flash)&lt;br /&gt;
* Improve system responsiveness&lt;br /&gt;
* Speed-up boot time&lt;br /&gt;
* Reduce power consumption&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | [[Image:Intel_turbomemory.jpg|Turbo Memory card]]&lt;br /&gt;
&lt;br /&gt;
(picture credits intel)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Support Operating system ==&lt;br /&gt;
* Windows Vista only (See Intel's ReadyBoost and ReadDrive)&lt;br /&gt;
&lt;br /&gt;
== Supported Laptops ==&lt;br /&gt;
{{T61}}, {{T61p}}, {{X61_Tablet}} (only Turbo Memory module or WWAN module can exists at the same time)&lt;br /&gt;
&lt;br /&gt;
== Links &amp;amp; ressources ==&lt;br /&gt;
* Intel - Turbo Memory  [http://www.intel.com/design/flash/nand/turbomemory/index.htm]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel%C2%AE_Turbo_Memory_hard_drive_cache&amp;diff=35671</id>
		<title>Intel® Turbo Memory hard drive cache</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel%C2%AE_Turbo_Memory_hard_drive_cache&amp;diff=35671"/>
		<updated>2008-01-09T16:50:45Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: /* Supported Laptops */ , added x61t (my laptop has it)&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;
Intel Turbo Memory is an add-on memory for read and write caching of the hard-drive. (Previously dubbed as Robson.)&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Non-volatile Flash Memory (512MB or 1GB NAND-flash)&lt;br /&gt;
* Improve system responsiveness&lt;br /&gt;
* Speed-up boot time&lt;br /&gt;
* Reduce power consumption&lt;br /&gt;
| style=&amp;quot;vertical-align:top&amp;quot; | [[Image:Intel_turbomemory.jpg|Turbo Memory card]]&lt;br /&gt;
&lt;br /&gt;
(picture credits intel)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Support Operating system ==&lt;br /&gt;
* Windows Vista only (See Intel's ReadyBoost and ReadDrive)&lt;br /&gt;
&lt;br /&gt;
== Supported Laptops ==&lt;br /&gt;
{{T61}}, {{T61p}}, {{X61t}} (only Turbo Memory module or WWAN module can exists at the same time)&lt;br /&gt;
&lt;br /&gt;
== Links &amp;amp; ressources ==&lt;br /&gt;
* Intel - Turbo Memory  [http://www.intel.com/design/flash/nand/turbomemory/index.htm]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35221</id>
		<title>Browser Keys</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35221"/>
		<updated>2007-12-18T01:20:11Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: &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;&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;
In 2001 IBM introduced two new keys on ThinkPad keyboards, the browser forward and backward keys. They fill the spaces that were left by the cursor key triangle before. Although they are intended to work as browser keys they are in fact fully customizable.&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Linux support ==&lt;br /&gt;
See the [[How to get special keys to work|Special Keys HOWTO]] to see how to configure those two keys. They are referred to as {{ibmkey|Forward|#494949}} and {{ibmkey|Backward|#494949}} there.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{A30}}, {{A30p}}, {{A31}}, {{A31p}}&lt;br /&gt;
*ThinkPad {{G40}}, {{G41}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}, {{R60}}, {{R60e}}&lt;br /&gt;
*ThinkPad {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}, {{X60}}, {{X60s}}, {{X61_Tablet}},&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}, {{Z61t}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35220</id>
		<title>Browser Keys</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35220"/>
		<updated>2007-12-18T01:18:41Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: &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;&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;
In 2001 IBM introduced two new keys on ThinkPad keyboards, the browser forward and backward keys. They fill the spaces that were left by the cursor key triangle before. Although they are intended to work as browser keys they are in fact fully customizable.&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Linux support ==&lt;br /&gt;
See the [[How to get special keys to work|Special Keys HOWTO]] to see how to configure those two keys. They are referred to as {{ibmkey|Forward|#494949}} and {{ibmkey|Backward|#494949}} there.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{A30}}, {{A30p}}, {{A31}}, {{A31p}}&lt;br /&gt;
*ThinkPad {{G40}}, {{G41}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}, {{R60}}, {{R60e}}&lt;br /&gt;
*ThinkPad {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}, {{X60}}, {{X60s}}, {{X61t}},&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}, {{Z61t}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35219</id>
		<title>Browser Keys</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Browser_Keys&amp;diff=35219"/>
		<updated>2007-12-18T01:16:58Z</updated>

		<summary type="html">&lt;p&gt;Aliencam: added x61t to the list. i assume the regular x61 has these also, but did not add that just in case.&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;&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;
In 2001 IBM introduced two new keys on ThinkPad keyboards, the browser forward and backward keys. They fill the spaces that were left by the cursor key triangle before. Although they are intended to work as browser keys they are in fact fully customizable.&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== Linux support ==&lt;br /&gt;
See the [[How to get special keys to work|Special Keys HOWTO]] to see how to configure those two keys. They are referred to as {{ibmkey|Forward|#494949}} and {{ibmkey|Backward|#494949}} there.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{A30}}, {{A30p}}, {{A31}}, {{A31p}}&lt;br /&gt;
*ThinkPad {{G40}}, {{G41}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}, {{R60}}, {{R60e}}&lt;br /&gt;
*ThinkPad {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}, {{X60}}, {{X60s}}, {{X61T}},&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}, {{Z61t}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Aliencam</name></author>
		
	</entry>
</feed>