<?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=The+ev</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=The+ev"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/The_ev"/>
	<updated>2026-05-01T03:45:24Z</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=28216</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=28216"/>
		<updated>2007-02-13T16:51:59Z</updated>

		<summary type="html">&lt;p&gt;The ev: /* Wacom Suspend Fix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined) while the other three orientations worked fine: I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
&lt;br /&gt;
--[[User:The ev|The ev]] 05:05, 13 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=28204</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=28204"/>
		<updated>2007-02-13T04:06:32Z</updated>

		<summary type="html">&lt;p&gt;The ev: /* Wacom Suspend Fix */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
I cannot seem to get this fix to work on my X41; I followed the instructions to the letter, but bringing the system out of Suspend still drops the wacom.  I don't know if it's related, but when I close the lid (in Power Management, I have it set to suspend), it whirs and then beeps as if it has suspended (the moon is lit up), but when I open the lid again, I'm greeted with a black screen with a blinking command prompt cursor (nothing else), and the system won't resume.  I have to open and close the lid several times before the system resumes back to Ubuntu (fully functional, except the dropped wacom).  There is an error message that flickers up during this process that disappears too quickly for me to write it down - something about how something failed to start, and maybe some sort of number beginning with a 13.  Does anyone know where I might be able to find some sort of log so I can track down that error?  I have a hunch that the system hangs and behaves erratically when resuming because it's trying to load (possibly incorrectly) the wacom driver or something.  I'd really like to get this fixed, as this is one of the last barriers to getting Ubuntu working flawlessly on my tablet.  Thanks.&lt;br /&gt;
&lt;br /&gt;
--[[User:The ev|The ev]] 05:06, 13 February 2007 (CET)&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined) while the other three orientations worked fine: I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
&lt;br /&gt;
--[[User:The ev|The ev]] 05:05, 13 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=28203</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=28203"/>
		<updated>2007-02-13T04:06:04Z</updated>

		<summary type="html">&lt;p&gt;The ev: /* Rotate Button */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
I cannot seem to get this fix to work on my X41; I followed the instructions to the letter, but bringing the system out of Suspend still drops the wacom.  I don't know if it's related, but when I close the lid (in Power Management, I have it set to suspend), it whirs and then beeps as if it has suspended (the moon is lit up), but when I open the lid again, I'm greeted with a black screen with a blinking command prompt cursor (nothing else), and the system won't resume.  I have to open and close the lid several times before the system resumes back to Ubuntu (fully functional, except the dropped wacom).  There is an error message that flickers up during this process that disappears too quickly for me to write it down - something about how something failed to start, and maybe some sort of number beginning with a 13.  Does anyone know where I might be able to find some sort of log so I can track down that error?  I have a hunch that the system hangs and behaves erratically when resuming because it's trying to load (possibly incorrectly) the wacom driver or something.  I'd really like to get this fixed, as this is one of the last barriers to getting Ubuntu working flawlessly on my tablet.  Thanks.&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined) while the other three orientations worked fine: I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
&lt;br /&gt;
--[[User:The ev|The ev]] 05:05, 13 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=28202</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=28202"/>
		<updated>2007-02-13T04:05:33Z</updated>

		<summary type="html">&lt;p&gt;The ev: /* Rotate Button */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
I cannot seem to get this fix to work on my X41; I followed the instructions to the letter, but bringing the system out of Suspend still drops the wacom.  I don't know if it's related, but when I close the lid (in Power Management, I have it set to suspend), it whirs and then beeps as if it has suspended (the moon is lit up), but when I open the lid again, I'm greeted with a black screen with a blinking command prompt cursor (nothing else), and the system won't resume.  I have to open and close the lid several times before the system resumes back to Ubuntu (fully functional, except the dropped wacom).  There is an error message that flickers up during this process that disappears too quickly for me to write it down - something about how something failed to start, and maybe some sort of number beginning with a 13.  Does anyone know where I might be able to find some sort of log so I can track down that error?  I have a hunch that the system hangs and behaves erratically when resuming because it's trying to load (possibly incorrectly) the wacom driver or something.  I'd really like to get this fixed, as this is one of the last barriers to getting Ubuntu working flawlessly on my tablet.  Thanks.&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined) while the other three orientations worked fine: I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
--[[User:The ev|The ev]] 05:05, 13 February 2007 (CET)&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=28201</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=28201"/>
		<updated>2007-02-13T04:04:36Z</updated>

		<summary type="html">&lt;p&gt;The ev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
I cannot seem to get this fix to work on my X41; I followed the instructions to the letter, but bringing the system out of Suspend still drops the wacom.  I don't know if it's related, but when I close the lid (in Power Management, I have it set to suspend), it whirs and then beeps as if it has suspended (the moon is lit up), but when I open the lid again, I'm greeted with a black screen with a blinking command prompt cursor (nothing else), and the system won't resume.  I have to open and close the lid several times before the system resumes back to Ubuntu (fully functional, except the dropped wacom).  There is an error message that flickers up during this process that disappears too quickly for me to write it down - something about how something failed to start, and maybe some sort of number beginning with a 13.  Does anyone know where I might be able to find some sort of log so I can track down that error?  I have a hunch that the system hangs and behaves erratically when resuming because it's trying to load (possibly incorrectly) the wacom driver or something.  I'd really like to get this fixed, as this is one of the last barriers to getting Ubuntu working flawlessly on my tablet.  Thanks.&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined) while the other three orientations worked fine: I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_6.10_on_a_ThinkPad_X41_Tablet&amp;diff=28200</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=28200"/>
		<updated>2007-02-13T04:03:08Z</updated>

		<summary type="html">&lt;p&gt;The ev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Annoying head parking ==&lt;br /&gt;
&lt;br /&gt;
Does anybody else get an annoying, repetitive disk-head parking noise? I've already had to scrap one bad hard drive, I'm hoping this one isn't defective as well.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
== Wacom Suspend Fix ==&lt;br /&gt;
&lt;br /&gt;
Awesome call by Trithemius with the acpi/resume.d wacom fix... I just fixed the command's little typo and added the chmod.&lt;br /&gt;
&lt;br /&gt;
- Chris&lt;br /&gt;
&lt;br /&gt;
I cannot seem to get this fix to work on my X41; I followed the instructions to the letter, but bringing the system out of Suspend still drops the wacom.  I don't know if it's related, but when I close the lid (in Power Management, I have it set to suspend), it whirs and then beeps as if it has suspended (the moon is lit up), but when I open the lid again, I'm greeted with a black screen with a blinking command prompt cursor (nothing else), and the system won't resume.  I have to open and close the lid several times before the system resumes back to Ubuntu (fully functional, except the dropped wacom).  There is an error message that flickers up during this process that disappears too quickly for me to write it down - something about how something failed to start, and maybe some sort of number beginning with a 13.  Does anyone know where I might be able to find some sort of log so I can track down that error?  I have a hunch that the system hangs and behaves erratically when resuming because it's trying to load (possibly incorrectly) the wacom driver or something.  I'd really like to get this fixed, as this is one of the last barriers to getting Ubuntu working flawlessly on my tablet.  Thanks.&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;br /&gt;
&lt;br /&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;
=== Re: Screen Rotation ===&lt;br /&gt;
&lt;br /&gt;
Yeah, I've been having this problem as well, and I'm working on a (quick and easy) solution. The problem is a result of acpid starting in rc before there's a display configured... If you look in /var/log/acpid you'll see a whole bunch of &amp;quot;cannot find display&amp;quot;. That's why after you get a display running and restart acpid, everything works.&lt;br /&gt;
&lt;br /&gt;
- Chris&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;br /&gt;
&lt;br /&gt;
== Rotate Button ==&lt;br /&gt;
&lt;br /&gt;
Following the suggestion in the [http://www.thinkwiki.org/wiki/Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet#Rotate_Button openSUSE 10.2 X41 Guide], and combining that script with xbindkeys (using xbindkeys-config), I was able to get on-demand screen and stylus rotation for the tablet access button.  The aforementioned script needs to be changed so that all references to &amp;quot;Mouse[5]&amp;quot; refer to &amp;quot;stylus&amp;quot;.  However, when the screen is inverted (xrandr -o 1, I believe), the stylus axis seems to be totally reversed/reflected (I'm not very spatially inclined): I suspect this can be fixed by modifying the rotation value from CCW to...what?  Are these rotations relative to each other? And what other values could I put there other than CW, NONE, CCW, and HALF?&lt;br /&gt;
&lt;br /&gt;
- Evan&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28194</id>
		<title>Talk:Installing OpenSUSE 10.2 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28194"/>
		<updated>2007-02-12T08:39:22Z</updated>

		<summary type="html">&lt;p&gt;The ev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28193</id>
		<title>Talk:Installing OpenSUSE 10.2 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28193"/>
		<updated>2007-02-12T08:30:11Z</updated>

		<summary type="html">&lt;p&gt;The ev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've tried following the instructions for getting Tablet functionality, but I can't get the stylus to work properly.  The very first time I just selected the default settings, and it worked flawlessly, then it (for some reason) stopped working, and I couldn't get SaX2 GUI to load again.  After launching SaX2 from the first console as root, I couldn't get the stylus to work at all - even in the test server - regardless of what options I selected in SaX2.  I've since done a clean reinstall, and I still can't get the stylus to work.  The cursor flicks randomly and sporadically when I bring the stylus within range of the screen, but not predictably so.  It also seems to mess up the eraser mouse from time to time, though if I click on enough things with the eraser mouse buttons it seems to reset itself.  Help!  --Evan&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28192</id>
		<title>Talk:Installing OpenSUSE 10.2 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_OpenSUSE_10.2_on_a_ThinkPad_X41_Tablet&amp;diff=28192"/>
		<updated>2007-02-12T08:23:16Z</updated>

		<summary type="html">&lt;p&gt;The ev: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've tried following the instructions for getting Tablet functionality, but I can't get the stylus to work properly.  The very first time I just selected the default settings, and it worked flawlessly, then it (for some reason) stopped working, and I couldn't get SaX2 GUI to load again.  After launching SaX2 from the first console as root, I couldn't get the stylus to work at all - even in the test server - regardless of what options I selected in SaX2.  I've since done a clean reinstall, and I still can't get the stylus to work.  The cursor flicks randomly and sporadically when I bring the stylus within range of the screen, but not predictably so.  It also seems to mess up the eraser mouse from time to time, though if I click on enough things with the eraser mouse buttons it seems to reset itself.  Help!&lt;/div&gt;</summary>
		<author><name>The ev</name></author>
		
	</entry>
</feed>