<?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=2zrZ4wPe</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=2zrZ4wPe"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/2zrZ4wPe"/>
	<updated>2026-05-22T05:19:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36926</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36926"/>
		<updated>2008-03-10T14:11:58Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: /* Stylus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a brief description how I installed the Alpha_5 of Hardy on my X61 Tablet. I downloaded the alternate Version and installed as the instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
== X ==&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
== Konsole ==&lt;br /&gt;
&lt;br /&gt;
Edit /etc/modprobe.d/blacklist-framebuffer and comment this out:&lt;br /&gt;
&lt;br /&gt;
 #blacklist vesafb&lt;br /&gt;
 #blacklist vga16fb&lt;br /&gt;
&lt;br /&gt;
Add to /etc/initramfs-tools/modules&lt;br /&gt;
&lt;br /&gt;
 fbcon&lt;br /&gt;
 vesafb&lt;br /&gt;
 vga16fb&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Edit /boot/grub/menu.lst and change at defoptions:&lt;br /&gt;
&lt;br /&gt;
 vga=0x31b&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&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;
   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/ttyS0&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;     &lt;br /&gt;
     Option        &amp;quot;Mode&amp;quot;          &amp;quot;Absolute&amp;quot;&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;stylus&amp;quot;&lt;br /&gt;
     Option        &amp;quot;Device&amp;quot;        &amp;quot;/dev/ttyS0&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;&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/ttyS0&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;&lt;br /&gt;
   EndSection&lt;br /&gt;
&lt;br /&gt;
and in Section ServerLayout:&lt;br /&gt;
&lt;br /&gt;
   InputDevice    &amp;quot;cursor&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
   InputDevice    &amp;quot;stylus&amp;quot; &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X61 Tablet]]&lt;/div&gt;</summary>
		<author><name>2zrZ4wPe</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36925</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36925"/>
		<updated>2008-03-10T14:07:31Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a brief description how I installed the Alpha_5 of Hardy on my X61 Tablet. I downloaded the alternate Version and installed as the instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
== X ==&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
== Konsole ==&lt;br /&gt;
&lt;br /&gt;
Edit /etc/modprobe.d/blacklist-framebuffer and comment this out:&lt;br /&gt;
&lt;br /&gt;
 #blacklist vesafb&lt;br /&gt;
 #blacklist vga16fb&lt;br /&gt;
&lt;br /&gt;
Add to /etc/initramfs-tools/modules&lt;br /&gt;
&lt;br /&gt;
 fbcon&lt;br /&gt;
 vesafb&lt;br /&gt;
 vga16fb&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Edit /boot/grub/menu.lst and change at defoptions:&lt;br /&gt;
&lt;br /&gt;
 vga=0x31b&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&lt;br /&gt;
&lt;br /&gt;
= Stylus =&lt;br /&gt;
Enable it as described in [[Wacom_Serial_Tablet_PC_Stylus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:X61 Tablet]]&lt;/div&gt;</summary>
		<author><name>2zrZ4wPe</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36924</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36924"/>
		<updated>2008-03-10T14:04:35Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a brief description how I installed the Alpha_5 of Hardy on my X61 Tablet. I downloaded The alternate Version and installed as instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
== X ==&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
== Konsole ==&lt;br /&gt;
&lt;br /&gt;
Edit /etc/modprobe.d/blacklist-framebuffer and comment this out:&lt;br /&gt;
&lt;br /&gt;
 #blacklist vesafb&lt;br /&gt;
 #blacklist vga16fb&lt;br /&gt;
&lt;br /&gt;
Add to /etc/initramfs-tools/modules&lt;br /&gt;
&lt;br /&gt;
 fbcon&lt;br /&gt;
 vesafb&lt;br /&gt;
 vga16fb&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Edit /boot/grub/menu.lst and change at defoptions:&lt;br /&gt;
&lt;br /&gt;
 vga=0x31b&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&lt;br /&gt;
&lt;br /&gt;
= Stylus =&lt;br /&gt;
Enable it as described in [[Wacom_Serial_Tablet_PC_Stylus]]&lt;br /&gt;
&lt;br /&gt;
[[Category:X61 Tablet]]&lt;/div&gt;</summary>
		<author><name>2zrZ4wPe</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36923</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36923"/>
		<updated>2008-03-10T14:03:31Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a brief description how I installed the Alpha_5 of Hardy on my X61 Tablet. I downloaded The alternate Version and installed as instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
== X ==&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
== Konsole ==&lt;br /&gt;
&lt;br /&gt;
Edit /etc/modprobe.d/blacklist-framebuffer and comment this out:&lt;br /&gt;
&lt;br /&gt;
 #blacklist vesafb&lt;br /&gt;
 #blacklist vga16fb&lt;br /&gt;
&lt;br /&gt;
Add to /etc/initramfs-tools/modules&lt;br /&gt;
&lt;br /&gt;
 fbcon&lt;br /&gt;
 vesafb&lt;br /&gt;
 vga16fb&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-initramfs -u&lt;br /&gt;
&lt;br /&gt;
Edit /boot/grub/menu.lst and change at defoptions:&lt;br /&gt;
&lt;br /&gt;
 vga=0x31b&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 sudo update-grub&lt;br /&gt;
&lt;br /&gt;
= Stylus =&lt;br /&gt;
Enable it as described in [[Wacom_Serial_Tablet_PC_Stylus]]&lt;/div&gt;</summary>
		<author><name>2zrZ4wPe</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36922</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad X61 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_X61_Tablet&amp;diff=36922"/>
		<updated>2008-03-10T13:59:30Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: Graphic and Stylus added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a brief description how I installed the Alpha_5 of Hardy on my X61 Tablet. I downloaded The alternate Version and installed as instructions said.&lt;br /&gt;
&lt;br /&gt;
= Graphic =&lt;br /&gt;
Edit /etc/X11/xorg.conf and add to Section Screen&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
 	Virtual 3000 2250&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
The Parameters behind Virtual must be bigger than all your Displays added together (3000 = 1400 + 1600)&lt;br /&gt;
Now you can adust you settings with xrandr. e.g.:&lt;br /&gt;
&lt;br /&gt;
 xrandr --output LVDS --rotate left&lt;br /&gt;
 xrandr --output LVDS --rotate normal&lt;br /&gt;
 xrandr --output VGA --auto --right-of LVDS&lt;br /&gt;
 …&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Stylus =&lt;br /&gt;
Enable it as described in [[Wacom_Serial_Tablet_PC_Stylus]]&lt;/div&gt;</summary>
		<author><name>2zrZ4wPe</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X61_Tablet&amp;diff=36921</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=36921"/>
		<updated>2008-03-10T13:45:04Z</updated>

		<summary type="html">&lt;p&gt;2zrZ4wPe: /* Installation Instructions */&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 Fedora 8 (Werewolf) 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>2zrZ4wPe</name></author>
		
	</entry>
</feed>