<?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=1%2C278</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=1%2C278"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/1,278"/>
	<updated>2026-04-15T20:01:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Active_Rotate&amp;diff=41619</id>
		<title>Active Rotate</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Active_Rotate&amp;diff=41619"/>
		<updated>2009-02-20T21:29:15Z</updated>

		<summary type="html">&lt;p&gt;1,278: /* X200 Tablet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Active Rotate''' is a technology to automatically rotate the screen orientation based on the physical orientation of the tablet. It uses ACPI button event support for the event that it is being flipped down into tablet configuration, or up into laptop configuration. (On at least the X61 Tablet) there is an acpi status file that can be read to determine whether the machine is presently in laptop or tablet configuration. Once in tablet configuration, perhaps software that uses the same sensor as [[HDAPS]] could automatically reorient the display according to position --- landscape vs portrait mode --- in similar fashion to the display on the iPhone.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{X60_Tablet}}, {{X61_Tablet}}, {{X200_Tablet}} (non-SSD)&lt;br /&gt;
&lt;br /&gt;
==X200 Tablet==&lt;br /&gt;
&lt;br /&gt;
Done through acpi events. &lt;br /&gt;
&lt;br /&gt;
I have two to define events:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/thinkpad-swivel-down}}&lt;br /&gt;
&lt;br /&gt;
 event=ibm/hotkey HKEY 00000080 00005009&lt;br /&gt;
 action=/etc/acpi/thinkpad-swivel-down.sh&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/events/thinkpad-swivel-up}}&lt;br /&gt;
&lt;br /&gt;
 event=ibm/hotkey HKEY 00000080 0000500a&lt;br /&gt;
 action=/etc/acpi/thinkpad-swivel-up.sh&lt;br /&gt;
&lt;br /&gt;
And two scripts which these events run:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/thinkpad-swivel-down.sh}} &lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 /usr/bin/xrandr -o right &lt;br /&gt;
 xsetwacom set &amp;quot;stylus&amp;quot; Rotate cw&lt;br /&gt;
 xsetwacom set &amp;quot;cursor&amp;quot; Rotate cw&lt;br /&gt;
 xsetwacom set &amp;quot;eraser&amp;quot; Rotate cw&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/acpi/thinkpad-swivel-up.sh}} &lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 /usr/bin/xrandr -o normal&lt;br /&gt;
 xsetwacom set &amp;quot;stylus&amp;quot; Rotate none&lt;br /&gt;
 xsetwacom set &amp;quot;cursor&amp;quot; Rotate none&lt;br /&gt;
 xsetwacom set &amp;quot;eraser&amp;quot; Rotate none&lt;br /&gt;
&lt;br /&gt;
You can see the events when rotating with ''acpi_listen''.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[https://code.edge.launchpad.net/~karl.hegbloom/tabuntu/tablet-screen-rotation-support Tablet Screen Rotation Support], part of the [https://edge.launchpad.net/tabuntu Tabuntu] project at [https://edge.launchpad.net Launchpad].&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>1,278</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Active_Rotate&amp;diff=41618</id>
		<title>Active Rotate</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Active_Rotate&amp;diff=41618"/>
		<updated>2009-02-20T21:05:38Z</updated>

		<summary type="html">&lt;p&gt;1,278: /* Models featuring this Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Active Rotate''' is a technology to automatically rotate the screen orientation based on the physical orientation of the tablet. It uses ACPI button event support for the event that it is being flipped down into tablet configuration, or up into laptop configuration. (On at least the X61 Tablet) there is an acpi status file that can be read to determine whether the machine is presently in laptop or tablet configuration. Once in tablet configuration, perhaps software that uses the same sensor as [[HDAPS]] could automatically reorient the display according to position --- landscape vs portrait mode --- in similar fashion to the display on the iPhone.&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
*ThinkPad {{X60_Tablet}}, {{X61_Tablet}}, {{X200_Tablet}} (non-SSD)&lt;br /&gt;
&lt;br /&gt;
==X200 Tablet==&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[https://code.edge.launchpad.net/~karl.hegbloom/tabuntu/tablet-screen-rotation-support Tablet Screen Rotation Support], part of the [https://edge.launchpad.net/tabuntu Tabuntu] project at [https://edge.launchpad.net Launchpad].&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>1,278</name></author>
		
	</entry>
</feed>