<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Screen Rotation for Jaunty on my x60 Tablet</title>
	<atom:link href="http://blog.theadventus.com/yuit/2009/06/01/screen-rotation-for-jaunty-on-my-x60-tablet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.theadventus.com/yuit/2009/06/01/screen-rotation-for-jaunty-on-my-x60-tablet/</link>
	<description>Just another TAC Blogs weblog</description>
	<pubDate>Fri, 10 Feb 2012 12:26:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yuit</title>
		<link>http://blog.theadventus.com/yuit/2009/06/01/screen-rotation-for-jaunty-on-my-x60-tablet/comment-page-1/#comment-66</link>
		<dc:creator>yuit</dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.theadventus.com/yuit/?p=75#comment-66</guid>
		<description>Cool - let me try that. I've just upgraded my X60 to X61, and the current script doesn't rotate the stylus....</description>
		<content:encoded><![CDATA[<p>Cool - let me try that. I&#8217;ve just upgraded my X60 to X61, and the current script doesn&#8217;t rotate the stylus&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Taylor</title>
		<link>http://blog.theadventus.com/yuit/2009/06/01/screen-rotation-for-jaunty-on-my-x60-tablet/comment-page-1/#comment-65</link>
		<dc:creator>Rob Taylor</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.theadventus.com/yuit/?p=75#comment-65</guid>
		<description>Better than hacking the info.products hal key is to modify the rotatescreen script with this patch:

&lt;code&gt;
--- rotatetablet	2009-07-30 15:53:07.000000000 +0100
+++ rotatetablet.1	2008-08-05 14:02:54.000000000 +0100
@@ -73,11 +73,8 @@
         echo 'Trying to unrotate again...'
         /usr/bin/xrandr -o $N &#38;
     fi
-
-    stylus_udi=`hal-find-by-property --key  input.x11_options.Type --string stylus`
-    stylus_name=`hal-get-property --udi $stylus_udi --key info.product`
-    echo "$stylus_udi, $stylus_name"
-    xsetwacom set "$stylus_name" Rotate $T &#38; \
+	
+    xsetwacom set stylus Rotate $T &#38; \
     echo $N &#62; $STATUS_FILE
 }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Better than hacking the info.products hal key is to modify the rotatescreen script with this patch:</p>
<p><code><br />
--- rotatetablet	2009-07-30 15:53:07.000000000 +0100<br />
+++ rotatetablet.1	2008-08-05 14:02:54.000000000 +0100<br />
@@ -73,11 +73,8 @@<br />
         echo 'Trying to unrotate again...'<br />
         /usr/bin/xrandr -o $N &amp;<br />
     fi<br />
-<br />
-    stylus_udi=`hal-find-by-property --key  input.x11_options.Type --string stylus`<br />
-    stylus_name=`hal-get-property --udi $stylus_udi --key info.product`<br />
-    echo "$stylus_udi, $stylus_name"<br />
-    xsetwacom set "$stylus_name" Rotate $T &amp; \<br />
+<br />
+    xsetwacom set stylus Rotate $T &amp; \<br />
     echo $N &gt; $STATUS_FILE<br />
 }<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

