<?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=Gomyhr</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=Gomyhr"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Gomyhr"/>
	<updated>2026-05-01T14:32:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Active_Rotate&amp;diff=41621</id>
		<title>Talk:Active Rotate</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Active_Rotate&amp;diff=41621"/>
		<updated>2009-02-21T13:37:40Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: Confusing and possibly wrong information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is getting confusing. It started off being about screen- and stylus rotation according to physical orientation (tilt) using the HDAPS accelerometer. Then it became about rotation according to swivel-up and swivel-down, but with parts of the original page still there. Wouldn't it be nice if we used the term &amp;quot;Active Rotate&amp;quot; for one thing only?&lt;br /&gt;
&lt;br /&gt;
Also, the last update (21:29, 20 February 2009 1,278 (Talk | contribs) (1,846 bytes)) describes how to do it using a ACPI events defined in &amp;lt;tt&amp;gt;/etc/acpi/event/&amp;lt;/tt&amp;gt;. Isn't this description Debian/Ubunutu specific? I thought all distributions handled ACPI stuff differently (I have Ubuntu, so I can't verify that, but see https://wiki.ubuntu.com/AcpiSupportDeprecation). Finally, I just wrote a similar [[Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet|description]] for Ubuntu Intrepid on X61 Tablet, and my experience was that running xrandr via a script run from /etc/acpi/event/* would not work unless I had restarted /etc/init.d/acpid from that X-server. To work around that I had to use some extra functions copied from /etc/acpi/rotatescreen.sh in Ubuntu. --[[User:Gomyhr|Gomyhr]] 13:37, 21 February 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41603</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41603"/>
		<updated>2009-02-19T03:58:10Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: /* Rotate screen when turning into slate mode */ typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from [[Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61|the Hardy page]]. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have [[UltraBase X6 Tablet|Ultrabase]] with a CD drive or another external CD drive, you can install from a USB drive.&lt;br /&gt;
&lt;br /&gt;
= Tablet specific features = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
== Rotate screen when turning into slate mode ==&lt;br /&gt;
&lt;br /&gt;
When you turn the screen to put the computer into slate mode (a.k.a. tablet mode) you typically want the picture on screen to rotate into portrait mode. The X61 generates an ACPI event when it is turned into slate mode and another event when it is turned back. We can then let acpid rotate the screen at this event.&lt;br /&gt;
At the moment, Ubuntu does not automatically rotate the stylus when the screen is rotated. This means that if you touch the screen in one corner, the cursor will show up in another. &lt;br /&gt;
We also want to remap the arrow keys so that what used to be left now becomes down, etc. so that the &amp;quot;wheel&amp;quot; work as expected.&lt;br /&gt;
&lt;br /&gt;
First, we add two files for changing the arrow keys to &amp;lt;tt&amp;gt;/etc/acpi&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;Xmodmap.normalrotatedarrows&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;Xmodmap.rightrotatedarrows&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first of these is the default configuration and four of the lines you should get when you run &amp;lt;tt&amp;gt;xmodmap -pke&amp;lt;/tt&amp;gt;. The second one rotates this the way we want for slate mode. &lt;br /&gt;
&lt;br /&gt;
Next, we place two scripts in &amp;lt;tt&amp;gt;/etc/acpi&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rotatescreenandstylus-laptop.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;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;
# slate to laptop mode&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;
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;
	    # Rotate the screen&lt;br /&gt;
	    /usr/bin/xrandr --orientation normal&lt;br /&gt;
	    # Rotate the stylus&lt;br /&gt;
	    /usr/bin/xsetwacom set stylus rotate none&lt;br /&gt;
	    /usr/bin/xsetwacom set eraser rotate none&lt;br /&gt;
	    /usr/bin/xsetwacom set cursor rotate none&lt;br /&gt;
	    # Rotate the arrow keys&lt;br /&gt;
	    xmodmap /etc/acpi/Xmodmap.normalrotatedarrows&lt;br /&gt;
	fi&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rotatescreenandstylus-slate.sh&amp;lt;/tt&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;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 slate mode&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;
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;
	    # Rotate the screen&lt;br /&gt;
	    /usr/bin/xrandr --orientation right&lt;br /&gt;
	    # Rotate the stylus&lt;br /&gt;
	    /usr/bin/xsetwacom set stylus rotate cw&lt;br /&gt;
	    /usr/bin/xsetwacom set eraser rotate cw&lt;br /&gt;
	    /usr/bin/xsetwacom set cursor rotate cw&lt;br /&gt;
	    # Rotate the arrow keys&lt;br /&gt;
	    xmodmap /etc/acpi/Xmodmap.rightrotatedarrows&lt;br /&gt;
	fi&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These two scripts are basically copied from &amp;lt;tt&amp;gt;/etc/acpi/rotatescreen.sh&amp;lt;/tt&amp;gt;, but instead of just rotating the screen it also rotates the stylus and the arrow keys. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, we need to make the scripts run when the ACPI events are generated. &lt;br /&gt;
This is accomplished by adding files to &amp;lt;tt&amp;gt;/etc/acpi/events&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;thinkpad-rotate-laptop&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
# /etc/acpi/events/thinkpad-rotate-slate&lt;br /&gt;
# This is called when the user rotates the screen to/from tablet mode&lt;br /&gt;
&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 0000500a&lt;br /&gt;
action=/etc/acpi/rotatescreenandstylus-laptop.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;thinkpad-rotate-slate&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# /etc/acpi/events/thinkpad-rotate-slate&lt;br /&gt;
# This is called when the user rotates the screen to/from tablet mode&lt;br /&gt;
&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 00005009&lt;br /&gt;
action=/etc/acpi/rotatescreenandstylus-slate.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This should be all. Next time you restart the computer or acpid, the screen/arrow key/stylus rotation should work when the computer is put into slate mode and back again.&lt;br /&gt;
&lt;br /&gt;
= Tilt detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
&lt;br /&gt;
This has been reported as [https://bugs.launchpad.net/bugs/297213 bug 297213] in Launchpad.&lt;br /&gt;
&lt;br /&gt;
(TODO: Add information on how to download and compile the driver here.)&lt;br /&gt;
&lt;br /&gt;
= External links =&lt;br /&gt;
[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;br /&gt;
[[Category:Ubuntu 8.10]]&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41602</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41602"/>
		<updated>2009-02-19T03:44:38Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: Instructions for automatic screen rotation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from [[Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61|the Hardy page]]. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have [[UltraBase X6 Tablet|Ultrabase]] with a CD drive or another external CD drive, you can install from a USB drive.&lt;br /&gt;
&lt;br /&gt;
= Tablet specific features = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
== Rotate screen when turning into slate mode ==&lt;br /&gt;
&lt;br /&gt;
When you turn the screen to put the computer into slate mode (a.k.a. tablet mode) you typically want the picture on screen to rotate into portrait mode. The X61 generates an ACPI event when it is turned into slate mode and another event when it is turned back. We can then let acpid rotate the screen at this event.&lt;br /&gt;
At the moment, Ubuntu does not automatically rotate the stylus when the screen is rotated. This means that if you touch the screen in one corner, the cursor will show up in another. &lt;br /&gt;
We also want to remap the arrow keys so that what used to be left now becomes down, etc. so that the &amp;quot;wheel&amp;quot; work as expected.&lt;br /&gt;
&lt;br /&gt;
First, we add two files for changing the arrow keys to &amp;lt;tt&amp;gt;/etc/acpi&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;Xmodmap.normalrotatedarrows&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;Xmodmap.rightrotatedarrows&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first of these is the default configuration and four of the lines you should get when you run &amp;lt;tt&amp;gt;xmodmap -pke&amp;lt;/tt&amp;gt;. The second one rotates this the way we want for slate mode. &lt;br /&gt;
&lt;br /&gt;
Next, we place two scripts in &amp;lt;tt&amp;gt;/etc/acpi&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rotatescreenandstylus-laptop.sh&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;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;
# slate to laptop mode&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;
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;
	    # Rotate the screen&lt;br /&gt;
	    /usr/bin/xrandr --orientation normal&lt;br /&gt;
	    # Rotate the stylus&lt;br /&gt;
	    /usr/bin/xsetwacom set stylus rotate none&lt;br /&gt;
	    /usr/bin/xsetwacom set eraser rotate none&lt;br /&gt;
	    /usr/bin/xsetwacom set cursor rotate none&lt;br /&gt;
	    # Rotate the arrow keys&lt;br /&gt;
	    xmodmap /etc/acpi/Xmodmap.normalrotatedarrows&lt;br /&gt;
	fi&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;rotatescreenandstylus-slate.sh&amp;lt;/tt&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;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 slate mode&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;
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;
	    # Rotate the screen&lt;br /&gt;
	    /usr/bin/xrandr --orientation right&lt;br /&gt;
	    # Rotate the stylus&lt;br /&gt;
	    /usr/bin/xsetwacom set stylus rotate cw&lt;br /&gt;
	    /usr/bin/xsetwacom set eraser rotate cw&lt;br /&gt;
	    /usr/bin/xsetwacom set cursor rotate cw&lt;br /&gt;
	    # Rotate the arrow keys&lt;br /&gt;
	    xmodmap /etc/acpi/Xmodmap.rightrotatedarrows&lt;br /&gt;
	fi&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These two scripts are basically copied from &amp;lt;tt&amp;gt;/etc/acpi/rotatescreen.sh&amp;lt;/tt&amp;gt;, but instead of just rotating the screen it also rotates the stylus and the arrow keys. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally, we need to make the scripts run when the ACPI events are generated. &lt;br /&gt;
This is accomplished by adding files to &amp;lt;tt&amp;gt;/etc/acpi/events&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;thinkpad-rotate-laptop&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
# /etc/acpi/events/thinkpad-rotate-slate&lt;br /&gt;
# This is called when the user rotates the screen to/from tablet mode&lt;br /&gt;
&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 0000500a&lt;br /&gt;
action=/etc/acpi/rotatescreenandstylus-laptop.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;thinkpad-rotate-slate&amp;lt;/tt&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# /etc/acpi/events/thinkpad-rotate-slate&lt;br /&gt;
# This is called when the user rotates the screen to/from tablet mode&lt;br /&gt;
&lt;br /&gt;
event=ibm/hotkey HKEY 00000080 00005009&lt;br /&gt;
action=/etc/acpi/rotatescreenandstylus-slate.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This should be all. Next time you restart the computer or acpid, the screen/rotation/arrow key rotation should work when the computer is put into slate mode and back again.&lt;br /&gt;
&lt;br /&gt;
= Tilt detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
&lt;br /&gt;
This has been reported as [https://bugs.launchpad.net/bugs/297213 bug 297213] in Launchpad.&lt;br /&gt;
&lt;br /&gt;
(TODO: Add information on how to download and compile the driver here.)&lt;br /&gt;
&lt;br /&gt;
= External links =&lt;br /&gt;
[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;br /&gt;
[[Category:Ubuntu 8.10]]&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41601</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41601"/>
		<updated>2009-02-19T02:29:34Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: External links a level 1 header&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from [[Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61|the Hardy page]]. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have [[UltraBase X6 Tablet|Ultrabase]] with a CD drive or another external CD drive, you can install from a USB drive.&lt;br /&gt;
&lt;br /&gt;
= Input devices = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
= Tilt detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
&lt;br /&gt;
This has been reported as [https://bugs.launchpad.net/bugs/297213 bug 297213] in Launchpad.&lt;br /&gt;
&lt;br /&gt;
(TODO: Add information on how to download and compile the driver here.)&lt;br /&gt;
&lt;br /&gt;
= External links =&lt;br /&gt;
[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;br /&gt;
[[Category:Ubuntu 8.10]]&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41600</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41600"/>
		<updated>2009-02-19T02:24:28Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: Ultrabase link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from [[Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61|the Hardy page]]. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have [[UltraBase X6 Tablet|Ultrabase]] with a CD drive or another external CD drive, you can install from a USB drive.&lt;br /&gt;
&lt;br /&gt;
= Input devices = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
= Tilt detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
&lt;br /&gt;
This has been reported as [https://bugs.launchpad.net/bugs/297213 bug 297213] in Launchpad.&lt;br /&gt;
&lt;br /&gt;
(TODO: Add information on how to download and compile the driver here.)&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
[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;br /&gt;
[[Category:Ubuntu 8.10]]&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41075</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=41075"/>
		<updated>2009-02-15T03:58:58Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: /* Tilt Detection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from the Hardy page. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have Ultrabase with a CD-drive or another external CD-drive, you can install from a USB-key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Input Devices = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tilt Detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
This is reported as [https://bugs.launchpad.net/bugs/297213 bug 297213] in Launchpad.&lt;br /&gt;
&lt;br /&gt;
(add information on how to download and compile the driver here)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[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>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61_Tablet&amp;diff=41053</id>
		<title>Installation instructions for the ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61_Tablet&amp;diff=41053"/>
		<updated>2009-02-12T05:14:00Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: Links to Ubuntu Intrepid and Jaunty&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: X61 Tablet]]&lt;br /&gt;
==Installation Instructions==&lt;br /&gt;
*[[Installing Ubuntu 7.04 (Feisty Fawn) on an X61 Tablet]]&lt;br /&gt;
*[[Installing Kubuntu 7.10 (Gutsy Gibbon) on an X61 Tablet]]&lt;br /&gt;
*[[Installing Ubuntu 8.04 (Hardy Heron) on an X61 Tablet]]&lt;br /&gt;
*[[Installing Ubuntu 8.10 (Intrepid Ibex) on an X61 Tablet]]&lt;br /&gt;
*[[Installing Ubuntu 9.04 (Jaunty Jackalope) on an X61 Tablet]]&lt;br /&gt;
*[[Installing Fedora 8 (Werewolf) on an X61 Tablet]]&lt;br /&gt;
*[[Installing OpenSuse 11 on an X61 Tablet]]&lt;br /&gt;
See also: General Thinkpad {{X61}} and {{T61}} information and installation notes for the previous {{X60 Tablet}}.&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* [http://wiki.digitalhalo.de/index.php5?title=X61t Sidux on X61 Tablet] (German)&lt;/div&gt;</summary>
		<author><name>Gomyhr</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=40961</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_X61_Tablet&amp;diff=40961"/>
		<updated>2009-02-03T03:51:18Z</updated>

		<summary type="html">&lt;p&gt;Gomyhr: Rudimentary Intrepid information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is not complete, but it documents some differences from the Hardy page. &lt;br /&gt;
&lt;br /&gt;
Installing Intrepid should work the same as on most other computers. If you don't have Ultrabase with a CD-drive or another external CD-drive, you can install from a USB-key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Input Devices = &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;
&amp;lt;pre&amp;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/input/wacom&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;           # Tablet PC ONLY&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/input/wacom&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;           # Tablet PC ONLY&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;cursor&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&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;           # Tablet PC ONLY&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main difference from Hardy, is that the option &amp;quot;Device&amp;quot; no longer takes the value &amp;quot;/dev/ttyS0&amp;quot;, but &amp;quot;/dev/input/wacom&amp;quot; (due to a newer version of the driver). If your tablet supports MultiTouch, you can also add the section (untested - please remove this paranthesis if you have tested this successfully)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;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;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/input/wacom&amp;quot;&lt;br /&gt;
  Option        &amp;quot;Type&amp;quot;          &amp;quot;touch&amp;quot;&lt;br /&gt;
  Option        &amp;quot;ForceDevice&amp;quot;   &amp;quot;ISDV4&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In addition you will need a ServerLayout section. If you already have one, add the lines&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;eraser&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to it. If there is no such section (which is the default), it has to be added. It can then look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  Identifier    &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
  Screen        &amp;quot;Default Screen&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;stylus&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;eraser&amp;quot;  &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
  InputDevice   &amp;quot;cursor&amp;quot;  &amp;quot;SendCoreEvents&amp;quot; &lt;br /&gt;
# InputDevice   &amp;quot;touch&amp;quot;   &amp;quot;SendCoreEvents&amp;quot; # Only a few TabletPCs support this type&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncomment the last line if you have a MultiTouch capable tablet. The Identifier can be whatever you want, and the Screen is whatever the Identifier of your screen section is. &amp;quot;Default Screen&amp;quot; is the default. Make sure that you have a newline after the last EndSection in your file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Tilt Detection =&lt;br /&gt;
Unlike Hardy, Intrepid does not have the hdaps_ec module.&lt;br /&gt;
&lt;br /&gt;
(add information on how to make tilt detection work anyway here)&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[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>Gomyhr</name></author>
		
	</entry>
</feed>