<?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=Waldwolf</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=Waldwolf"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Waldwolf"/>
	<updated>2026-05-01T06:31:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=25087</id>
		<title>Talk:Installing Ubuntu 6.10 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=25087"/>
		<updated>2006-10-03T22:41:13Z</updated>

		<summary type="html">&lt;p&gt;Waldwolf: rotate script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== NetBoot Installation Move ==&lt;br /&gt;
&lt;br /&gt;
I moved the NetBoot portion of the documentation, as it's part of isntallation instructions. The pre-installation notes were intended for README-like things, not so much actual procedure.&lt;br /&gt;
&lt;br /&gt;
== Screen Rotation  ==&lt;br /&gt;
&lt;br /&gt;
I followed your guide to create the screen rotation scripts/events, and after acpi force-reload and restart it works just fine. But when I reboot the machine, I have to reload and restart acpi again, otherwise it won't work.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
--[[User:Aerials|aerials]] 21:51, 27 September 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
== rotate script ==&lt;br /&gt;
&lt;br /&gt;
for me in order to get it working i have to modify &amp;lt;br&amp;gt;&lt;br /&gt;
x41tsdown.sh&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
XUSER=`who | grep ' :0' | cut -d ' ' -f 1`&lt;br /&gt;
 if test -n &amp;quot;$XUSER&amp;quot;; then&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xrandr -o right&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;stylus&amp;quot; Rotate CW&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;cursor&amp;quot; Rotate CW&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;eraser&amp;quot; Rotate CW&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xvkbd&amp;amp;&amp;quot;&lt;br /&gt;
    sleep 2&lt;br /&gt;
 fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
x41tsup.sh&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
su - $XUSER -c &amp;quot;DISPLAY=:0 xrandr -omright&amp;quot;&lt;br /&gt;
XUSER=`who | grep ' :0' | cut -d ' ' -f 1`&lt;br /&gt;
 if test -n &amp;quot;$XUSER&amp;quot;; then&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xrandr -o normal&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;stylus&amp;quot; Rotate NONE&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;cursor&amp;quot; Rotate NONE&amp;quot;&lt;br /&gt;
    su - $XUSER -c &amp;quot;DISPLAY=:0 xsetwacom set &amp;quot;eraser&amp;quot; Rotate NONE&amp;quot;&lt;br /&gt;
    sleep 2&lt;br /&gt;
 fi&lt;br /&gt;
killall xvkbd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Waldwolf|Waldwolf]] 00:41, 4 October 2006 (CEST)&lt;/div&gt;</summary>
		<author><name>Waldwolf</name></author>
		
	</entry>
</feed>