<?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=69.233.165.39</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=69.233.165.39"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/69.233.165.39"/>
	<updated>2026-05-13T06:46:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_X41_Tablet&amp;diff=7705</id>
		<title>Installing Fedora Core 4 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_X41_Tablet&amp;diff=7705"/>
		<updated>2005-08-08T03:45:04Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;  WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preparation ===&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet comes installed with Windows XP Tablet edition. Before installing Fedora Core, the harddrive needs to be repartitioned and certain parameters need to be written down for later use.&lt;br /&gt;
&lt;br /&gt;
# Use Powerquest Partition Magic, QTParted or some software that can partition a basic disk with NTFS partitions to create room for Fedora Core 4.&lt;br /&gt;
# Under windows, note the serial port and the irq used by the Wacom stylus device. This information is listed under {{path|Control Panel &amp;gt; System &amp;gt; Hardware &amp;gt; Device Manager &amp;gt; HID &amp;gt; Wacom Stylus &amp;gt; Resources}}. On the 18695CU model, the port is 0200-0207 and irq is 5.&lt;br /&gt;
# Note the MAC address of the ethernet card and the wireless card. These are on a stickers under the laptop labled LAN MAC Address and 802.11b/g MAC Address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet requires a dock to use an optical drive. The BIOS can, however, boot from USB or the network. &lt;br /&gt;
&lt;br /&gt;
==== USB Boot Preparation ====&lt;br /&gt;
&lt;br /&gt;
From the Fedora Core 4 DVD, write the bootimage to a USB device.&lt;br /&gt;
&lt;br /&gt;
  dd if=images/diskboot.img of=/dev/sdb&lt;br /&gt;
&lt;br /&gt;
where {{path|/dev/sdb}} is the USB device. '''Note:''' The destination is {{path|/dev/sdb}} and not {{path|/dev/sdb1}}. Also perhaps due to a BIOS problem or image problem, USB booting may not always work.&lt;br /&gt;
&lt;br /&gt;
==== PXE Boot Preparation ====&lt;br /&gt;
&lt;br /&gt;
PXE boot requires the X41 Tablet to be connected to a wired ethernet network that is configured for DHCP and TFTP. This can be accomplished by connecting the tablet to another host over a ethernet corssover cable.&lt;br /&gt;
&lt;br /&gt;
Configure the DHCP server to hand out boot instructions. In the {{path|/etc/dhcpd.conf}} file, include:&lt;br /&gt;
&lt;br /&gt;
  host pxeclient {&lt;br /&gt;
      hardware ethernet ''00:0a:e4:35:a9:12'';         # X41 Tablet LAN MAC Adress noted above&lt;br /&gt;
      filename &amp;quot;/pxelinux.0&amp;quot;;&lt;br /&gt;
      fixed-address ''192.168.1.60'';                  # IP Address for X41 Tablet&lt;br /&gt;
      next-server ''192.168.1.1'';                     # IP Address of TFTP server&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Replace the ''italicized'' fields above with appropriate values for your hardware. A sample dhcpd.conf file can be found here.&lt;br /&gt;
&lt;br /&gt;
Configure the TFTP server. If the TFPT server uses xinetd, you may need to enable it in {{path|/etc/xinetd.d/tftp}} by setting &amp;lt;code&amp;gt;disable = no&amp;lt;/code&amp;gt;. Also note root of the server. This is usually {{path|/tftpboot}}. Copy the pxelinux files present on the FC4 disk in {{path|images/pxelinux/}} to the TFTP root. You will need two additional files {{path|pxelinux.0}} and {{path|pxelinux.cfg/default}}.&lt;br /&gt;
&lt;br /&gt;
  {{cmd|find /tftpboot}}&lt;br /&gt;
  /tftpboot&lt;br /&gt;
  /tftpboot/pxelinux.0&lt;br /&gt;
  /tftpboot/initrd.img&lt;br /&gt;
  /tftpboot/vmlinuz&lt;br /&gt;
  /tftpboot/pxelinux.cfg&lt;br /&gt;
  /tftpboot/pxelinux.cfg/default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contents of {{path|/tftpboot/pxelinux.cfg/default}}:&lt;br /&gt;
  DEFAULT vm&lt;br /&gt;
  SERIAL 0 9600&lt;br /&gt;
  label vm&lt;br /&gt;
  kernel vmlinuz&lt;br /&gt;
  append initrd=initrd.img ramdisk_size=9372 root=/dev/rd/0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing ====&lt;br /&gt;
&lt;br /&gt;
Restart the X41 Tablet. If you are using a USB key, insert it before switching on the tablet. Press {{key|F12}} during startup to display the temporary boot device screen. Select either USB HDD or Netowkr Boot based on your medium of choice. This should bring up the Fedora Core installer. Once the installer has started up, Fedora Core can be installed over the web, ftp, nfs, USB disk etc. The rest of the installation is straight forward and described in detail here.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|There may be some screen corruption or shimmering effects in the graphical installer. This can be fixed after installation is complete as explained in the X Server Configuration below.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== X Server ====&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet, uses an Intel integrated 915 video device. This is supported by the '''i810''' driver and can be selected from the graphical xserver screen by selecting the ''Intel 915'' option. '''Note:''' The &amp;lt;tt&amp;gt;i810&amp;lt;/tt&amp;gt; driver on &amp;lt;tt&amp;gt;xorg-6.8.2&amp;lt;/tt&amp;gt; and earlier '''DO NOT''' support the card. Use the &amp;lt;tt&amp;gt;vesa (generic)&amp;lt;/tt&amp;gt; option for such servers. The LCD screen is a &amp;lt;tt&amp;gt;1024x768&amp;lt;/tt&amp;gt; display. The stylus requires the &amp;lt;tt&amp;gt;linuxwacom&amp;lt;/tt&amp;gt; package. This should automatically be installed as part of FC4.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|&lt;br /&gt;
# The first time &amp;lt;tt&amp;gt;vesa (generic)&amp;lt;/tt&amp;gt; is selected, there may appear to be some screen corruption or shimmering effects. It should go away after a reboot.&lt;br /&gt;
# The stylus may not work as a mouse immidiately. See the Stylus section below.&lt;br /&gt;
# Screen rotation on-the-fly currently does not work. It may be possible to pass a kernel parameter at boot time to rotate the framebuffer into a portrait orientation, but this has not been confirmed.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample {{path|/etc/X11/xorg.conf}}&lt;br /&gt;
  Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  	  Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
  	Screen      0  &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
  	InputDevice    &amp;quot;Mouse0&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
  	InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&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;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Files&amp;quot;&lt;br /&gt;
  	RgbPath      &amp;quot;/usr/X11R6/lib/X11/rgb&amp;quot;&lt;br /&gt;
  	FontPath     &amp;quot;unix/:7100&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Module&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;dbe&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;extmod&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;fbdevhw&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;glx&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;record&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;freetype&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;type1&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;dri&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  	Identifier  &amp;quot;Keyboard0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;XkbModel&amp;quot; &amp;quot;pc105&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;XkbLayout&amp;quot; &amp;quot;us&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  	Identifier  &amp;quot;Mouse0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Protocol&amp;quot; &amp;quot;IMPS/2&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Emulate3Buttons&amp;quot; &amp;quot;yes&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;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;
        Option        &amp;quot;Button3&amp;quot;	      &amp;quot;2&amp;quot;&lt;br /&gt;
        Option        &amp;quot;Button2&amp;quot;	      &amp;quot;3&amp;quot;&lt;br /&gt;
        Option        &amp;quot;TPCButton&amp;quot;     &amp;quot;on&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;Monitor&amp;quot;&lt;br /&gt;
  	Identifier   &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
  	VendorName   &amp;quot;Monitor Vendor&amp;quot;&lt;br /&gt;
  	ModelName    &amp;quot;LCD Panel 1024x768&amp;quot;&lt;br /&gt;
  	HorizSync    31.5 - 48.5&lt;br /&gt;
  	VertRefresh  40.0 - 70.0&lt;br /&gt;
  	Option	    &amp;quot;dpms&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Device&amp;quot;&lt;br /&gt;
    # The i810 driver under xorg-6.8.2 and earlier DO NOT support the&lt;br /&gt;
    # Intel Integrated 915 chipset. Use the generic vesa driver on old&lt;br /&gt;
    # versions. &lt;br /&gt;
  	Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;vesa&amp;quot;&lt;br /&gt;
  	VendorName  &amp;quot;Videocard vendor&amp;quot;&lt;br /&gt;
  	BoardName   &amp;quot;VESA driver (generic)&amp;quot;&lt;br /&gt;
    # Once the i810 supports the chipset, this section can be changed&lt;br /&gt;
    # to use the new driver.&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
  	Identifier &amp;quot;Screen0&amp;quot;&lt;br /&gt;
  	Device     &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
  	Monitor    &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
  	DefaultDepth     16&lt;br /&gt;
  	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
  		Viewport   0 0&lt;br /&gt;
  		Depth     16&lt;br /&gt;
  		Modes    &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
  	EndSubSection&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
  	Group        0&lt;br /&gt;
  	Mode         0666&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Stylus ====&lt;br /&gt;
&lt;br /&gt;
The stylus is not recognized in Fedora Core at startup. Connect {{path|/dev/ttyS0}} to the stylus by including the following line in {{path|/etc/rc.d/rc.local}}.&lt;br /&gt;
&lt;br /&gt;
  setserial /dev/ttyS0 port ''0x0200'' irq ''5'' autoconfig&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Replace the ''italisized'' values with those observed in the Windows stylus configuration above.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|When the stylus goes out of range from the screen, the mouse cursor warps to the top-left corner. When the mouse comes back in range, the cursor should warp back to the right spot. This can be particularly annoying if the temporary jump causes focus and menus to change. This is a known bug in the wacom X driver.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Audio ====&lt;br /&gt;
&lt;br /&gt;
Audio works out of the box on X41 Tablets with the ALSA intel8x0 driver. '''Note:''' Sometimes the mixer settings are muted on startup resulting in no sound. This can be fixed using any alsa mixer such as aumix, amixer, gnome-volume-control etc. If the mixers are being repeatedly muted, then first unmute them and set them to desirable levels. As root, execute the command {{cmdroot|/usr/sbin/alsactl store}}. Finally, add the following line to {{path|/etc/rc.d/rc.local}}.&lt;br /&gt;
&lt;br /&gt;
  /usr/sbin/alsactl restore&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ACPI Sleep ====&lt;br /&gt;
&lt;br /&gt;
ACPI suspend to memory does not work with the 2.6.12 and earlier kernels because the X41 Tablet uses SATA access to the harddisk and the kernel SATA driver is not power-aware. In any case, in {{path|/etc/grub.conf}} append the kernel parameter:&lt;br /&gt;
&lt;br /&gt;
 acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
This is required to fix the problem where the screen doesn't turn back on after resuming from ACPI sleep.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Do ''NOT'' attempt ACPI sleep on the X41 Tablet running kernel 2.6.12 or earlier since the harddisk SATA driver doesn't resume properly. This can result in '''FILESYSTEM CORRUPTION'''.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Hibernation ====&lt;br /&gt;
&lt;br /&gt;
Software suspend is reported to work using &amp;lt;tt&amp;gt;swsusp2&amp;lt;/tt&amp;gt; but has not been confirmed.&lt;br /&gt;
&lt;br /&gt;
==== Extra Buttons ====&lt;br /&gt;
&lt;br /&gt;
Some of the extra buttons work out-of-the-box. The package &amp;lt;tt&amp;gt;tpb&amp;lt;/tt&amp;gt; provides some on-screen feedback for the volume, brightness and thinklight buttons.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|&lt;br /&gt;
# It is not known whether the buttons on the tablet surface (ud, down, enter, esc etc.) work or not.&lt;br /&gt;
# The two 'window left' and 'window right' buttons around the arrow keys generate keycodes that can be bound in Gnome lkeyboard-shortcuts, however, they don't seem to function as intended. This may be a Gnome bug.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Wireless Card ====&lt;br /&gt;
&lt;br /&gt;
The 802.11b/g card is supported by the &amp;lt;tt&amp;gt;ipw2200&amp;lt;/tt&amp;gt; driver. The easiest way to install it is to get the package from ATRpms.&lt;br /&gt;
&lt;br /&gt;
  {{cmdroot|wget http://dl.atrpms.net/all/atrpms-kickstart-28-1.rhfc4.at.i386.rpm}}&lt;br /&gt;
  {{cmdroot|rpm -Uvh atrpms-kickstart-28-1.rhfc4.at.i386.rpm}}&lt;br /&gt;
  {{cmdroot|apt-get update &amp;amp;&amp;amp; apt-get dist-upgrade}}&lt;br /&gt;
  {{cmdroot|apt-get install ipw2200}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;NetworkManager&amp;lt;/tt&amp;gt; is a rather useful utility included in Fedora Core 4 that provides windows-like ease of configuring wireless and wired network as and when they are available. Give it a try by enabling it in the initscripts by running {{cmdroot|chkconfig NetworkManager on}} or {{cmdroot|/etc/init.d/NetworkManager restart}} as root and running {{cmd|NetworkManagerInfo}} from a X session.&lt;br /&gt;
&lt;br /&gt;
==== Bluetooth ====&lt;br /&gt;
&lt;br /&gt;
Some (newer) X41 Tablets support bluetooth. My 18695CU, unfortunately, does not. So I have no clue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X41 Tablet]] [[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_X41_Tablet&amp;diff=7481</id>
		<title>Installing Fedora Core 4 on a ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_4_on_a_ThinkPad_X41_Tablet&amp;diff=7481"/>
		<updated>2005-08-08T03:42:17Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;  WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Preparation ===&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet comes installed with Windows XP Tablet edition. Before installing Fedora Core, the harddrive needs to be repartitioned and certain parameters need to be written down for later use.&lt;br /&gt;
&lt;br /&gt;
# Use Powerquest Partition Magic, QTParted or some software that can partition a basic disk with NTFS partitions to create room for Fedora Core 4.&lt;br /&gt;
# Under windows, note the serial port and the irq used by the Wacom stylus device. This information is listed under {{path|Control Panel &amp;gt; System &amp;gt; Hardware &amp;gt; Device Manager &amp;gt; HID &amp;gt; Wacom Stylus &amp;gt; Resources}}. On the 18695CU model, the port is 0200-0207 and irq is 5.&lt;br /&gt;
# Note the MAC address of the ethernet card and the wireless card. These are on a stickers under the laptop labled LAN MAC Address and 802.11b/g MAC Address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet requires a dock to use an optical drive. The BIOS can, however, boot from USB or the network. &lt;br /&gt;
&lt;br /&gt;
==== USB Boot Preparation ====&lt;br /&gt;
&lt;br /&gt;
From the Fedora Core 4 DVD, write the bootimage to a USB device.&lt;br /&gt;
&lt;br /&gt;
  dd if=images/diskboot.img of=/dev/sdb&lt;br /&gt;
&lt;br /&gt;
where {{path|/dev/sdb}} is the USB device. '''Note:''' The destination is {{path|/dev/sdb}} and not {{path|/dev/sdb1}}. Also perhaps due to a BIOS problem or image problem, USB booting may not always work.&lt;br /&gt;
&lt;br /&gt;
==== PXE Boot Preparation ====&lt;br /&gt;
&lt;br /&gt;
PXE boot requires the X41 Tablet to be connected to a wired ethernet network that is configured for DHCP and TFTP. This can be accomplished by connecting the tablet to another host over a ethernet corssover cable.&lt;br /&gt;
&lt;br /&gt;
Configure the DHCP server to hand out boot instructions. In the {{path|/etc/dhcpd.conf}} file, include:&lt;br /&gt;
&lt;br /&gt;
  host pxeclient {&lt;br /&gt;
      hardware ethernet ''00:0a:e4:35:a9:12'';         # X41 Tablet LAN MAC Adress noted above&lt;br /&gt;
      filename &amp;quot;/pxelinux.0&amp;quot;;&lt;br /&gt;
      fixed-address ''192.168.1.60'';                  # IP Address for X41 Tablet&lt;br /&gt;
      next-server ''192.168.1.1'';                     # IP Address of TFTP server&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Replace the ''italicized'' fields above with appropriate values for your hardware. A sample dhcpd.conf file can be found here.&lt;br /&gt;
&lt;br /&gt;
Configure the TFTP server. If the TFPT server uses xinetd, you may need to enable it in {{path|/etc/xinetd.d/tftp}} by setting &amp;lt;code&amp;gt;disable = no&amp;lt;/code&amp;gt;. Also note root of the server. This is usually {{path|/tftpboot}}. Copy the pxelinux files present on the FC4 disk in {{path|images/pxelinux/}} to the TFTP root. You will need two additional files {{path|pxelinux.0}} and {{path|pxelinux.cfg/default}}.&lt;br /&gt;
&lt;br /&gt;
  {{cmd|find /tftpboot}}&lt;br /&gt;
  /tftpboot&lt;br /&gt;
  /tftpboot/pxelinux.0&lt;br /&gt;
  /tftpboot/initrd.img&lt;br /&gt;
  /tftpboot/vmlinuz&lt;br /&gt;
  /tftpboot/pxelinux.cfg&lt;br /&gt;
  /tftpboot/pxelinux.cfg/default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contents of {{path|/tftpboot/pxelinux.cfg/default}}:&lt;br /&gt;
  DEFAULT vm&lt;br /&gt;
  SERIAL 0 9600&lt;br /&gt;
  label vm&lt;br /&gt;
  kernel vmlinuz&lt;br /&gt;
  append initrd=initrd.img ramdisk_size=9372 root=/dev/rd/0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing ====&lt;br /&gt;
&lt;br /&gt;
Restart the X41 Tablet. If you are using a USB key, insert it before switching on the tablet. Press {{key|F12}} during startup to display the temporary boot device screen. Select either USB HDD or Netowkr Boot based on your medium of choice. This should bring up the Fedora Core installer. Once the installer has started up, Fedora Core can be installed over the web, ftp, nfs, USB disk etc. The rest of the installation is straight forward and described in detail here.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|There may be some screen corruption or shimmering effects in the graphical installer. This can be fixed after installation is complete as explained in the X Server Configuration below.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
&lt;br /&gt;
==== X Server ====&lt;br /&gt;
&lt;br /&gt;
The X41 Tablet, uses an Intel integrated 915 video device. This is supported by the '''i810''' driver and can be selected from the graphical xserver screen by selecting the ''Intel 915'' option. '''Note:''' The &amp;lt;tt&amp;gt;i810&amp;lt;/tt&amp;gt; driver on &amp;lt;tt&amp;gt;xorg-6.8.2&amp;lt;/tt&amp;gt; and earlier '''DO NOT''' support the card. Use the &amp;lt;tt&amp;gt;vesa (generic)&amp;lt;/tt&amp;gt; option for such servers. The LCD screen is a &amp;lt;tt&amp;gt;1024x768&amp;lt;/tt&amp;gt; display. The stylus requires the &amp;lt;tt&amp;gt;linuxwacom&amp;lt;/tt&amp;gt; package. This should automatically be installed as part of FC4.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{NOTE|&lt;br /&gt;
# The first time &amp;lt;tt&amp;gt;vesa (generic)&amp;lt;/tt&amp;gt; is selected, there may appear to be some screen corruption or shimmering effects. It should go away after a reboot.&lt;br /&gt;
# The stylus may not work as a mouse immidiately. See the Stylus section below.&lt;br /&gt;
# Screen rotation on-the-fly currently does not work. It may be possible to pass a kernel parameter at boot time to rotate the framebuffer into a portrait orientation, but this has not been confirmed.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample {{path|/etc/X11/xorg.conf}}&lt;br /&gt;
  Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
  	  Identifier     &amp;quot;single head configuration&amp;quot;&lt;br /&gt;
  	Screen      0  &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
  	InputDevice    &amp;quot;Mouse0&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
  	InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&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;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Files&amp;quot;&lt;br /&gt;
  	RgbPath      &amp;quot;/usr/X11R6/lib/X11/rgb&amp;quot;&lt;br /&gt;
  	FontPath     &amp;quot;unix/:7100&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Module&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;dbe&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;extmod&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;fbdevhw&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;glx&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;record&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;freetype&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;type1&amp;quot;&lt;br /&gt;
  	Load  &amp;quot;dri&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  	Identifier  &amp;quot;Keyboard0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;XkbModel&amp;quot; &amp;quot;pc105&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;XkbLayout&amp;quot; &amp;quot;us&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
  	Identifier  &amp;quot;Mouse0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Protocol&amp;quot; &amp;quot;IMPS/2&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;&lt;br /&gt;
  	Option	    &amp;quot;Emulate3Buttons&amp;quot; &amp;quot;yes&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;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;
        Option        &amp;quot;Button3&amp;quot;	      &amp;quot;2&amp;quot;&lt;br /&gt;
        Option        &amp;quot;Button2&amp;quot;	      &amp;quot;3&amp;quot;&lt;br /&gt;
        Option        &amp;quot;TPCButton&amp;quot;     &amp;quot;on&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;Monitor&amp;quot;&lt;br /&gt;
  	Identifier   &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
  	VendorName   &amp;quot;Monitor Vendor&amp;quot;&lt;br /&gt;
  	ModelName    &amp;quot;LCD Panel 1024x768&amp;quot;&lt;br /&gt;
  	HorizSync    31.5 - 48.5&lt;br /&gt;
  	VertRefresh  40.0 - 70.0&lt;br /&gt;
  	Option	    &amp;quot;dpms&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Device&amp;quot;&lt;br /&gt;
    # The i810 driver under xorg-6.8.2 and earlier DO NOT support the&lt;br /&gt;
    # Intel Integrated 915 chipset. Use the generic vesa driver on old&lt;br /&gt;
    # versions. &lt;br /&gt;
  	Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
  	Driver      &amp;quot;vesa&amp;quot;&lt;br /&gt;
  	VendorName  &amp;quot;Videocard vendor&amp;quot;&lt;br /&gt;
  	BoardName   &amp;quot;VESA driver (generic)&amp;quot;&lt;br /&gt;
    # Once the i810 supports the chipset, this section can be changed&lt;br /&gt;
    # to use the new driver.&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
  	Identifier &amp;quot;Screen0&amp;quot;&lt;br /&gt;
  	Device     &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
  	Monitor    &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
  	DefaultDepth     16&lt;br /&gt;
  	SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
  		Viewport   0 0&lt;br /&gt;
  		Depth     16&lt;br /&gt;
  		Modes    &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
  	EndSubSection&lt;br /&gt;
  EndSection&lt;br /&gt;
  &lt;br /&gt;
  Section &amp;quot;DRI&amp;quot;&lt;br /&gt;
  	Group        0&lt;br /&gt;
  	Mode         0666&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Stylus ====&lt;br /&gt;
&lt;br /&gt;
The stylus is not recognized in Fedora Core at startup. Connect {{path|/dev/ttyS0}} to the stylus by including the following line in {{path|/etc/rc.d/rc.local}}.&lt;br /&gt;
&lt;br /&gt;
  setserial /dev/ttyS0 port ''0x0200'' irq ''5'' autoconfig&lt;br /&gt;
&lt;br /&gt;
'''Note:''' Replace the ''italisized'' values with those observed in the Windows stylus configuration above.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|When the stylus goes out of range from the screen, the mouse cursor warps to the top-left corner. When the mouse comes back in range, the cursor should warp back to the right spot. This can be particularly annoying if the temporary jump causes focus and menus to change. This is a known bug in the wacom X driver.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Audio ====&lt;br /&gt;
&lt;br /&gt;
Audio works out of the box on X41 Tablets with the ALSA intel8x0 driver. '''Note:''' Sometimes the mixer settings are muted on startup resulting in no sound. This can be fixed using any alsa mixer such as aumix, amixer, gnome-volume-control etc. If the mixers are being repeatedly muted, then first unmute them and set them to desirable levels. As root, execute the command {{cmdroot|/usr/sbin/alsactl store}}. Finally, add the following line to {{path|/etc/rc.d/rc.local}}.&lt;br /&gt;
&lt;br /&gt;
  /usr/sbin/alsactl restore&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== ACPI Sleep ====&lt;br /&gt;
&lt;br /&gt;
ACPI suspend to memory does not work with the 2.6.12 and earlier kernels because the X41 Tablet uses SATA access to the harddisk and the kernel SATA driver is not power-aware. In any case, in {{path|/etc/grub.conf}} append the kernel parameter:&lt;br /&gt;
&lt;br /&gt;
 acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
This is required to fix the problem where the screen doesn't turn back on after resuming from ACPI sleep.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Do ''NOT'' attempt ACPI sleep on the X41 Tablet running kernel 2.6.12 or earlier since the harddisk SATA driver doesn't resume properly. This can result in '''FILESYSTEM CORRUPTION'''.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Hibernation ====&lt;br /&gt;
&lt;br /&gt;
Software suspend is reported to work using &amp;lt;tt&amp;gt;swsusp2&amp;lt;/tt&amp;gt; but has not been confirmed.&lt;br /&gt;
&lt;br /&gt;
==== Extra Buttons ====&lt;br /&gt;
&lt;br /&gt;
Some of the extra buttons work out-of-the-box. The package &amp;lt;tt&amp;gt;tpb&amp;lt;/tt&amp;gt; provides some on-screen feedback for the volume, brightness and thinklight buttons.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|&lt;br /&gt;
# It is not known whether the buttons on the tablet surface (ud, down, enter, esc etc.) work or not.&lt;br /&gt;
# The two 'window left' and 'window right' buttons around the arrow keys generate keycodes that can be bound in Gnome lkeyboard-shortcuts, however, they don't seem to function as intended. This may be a Gnome bug.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Wireless Card ====&lt;br /&gt;
&lt;br /&gt;
The 802.11b/g card is supported by the &amp;lt;tt&amp;gt;ipw2200&amp;lt;/tt&amp;gt; driver. The easiest way to install it is to get the package from ATRpms.&lt;br /&gt;
&lt;br /&gt;
  {{cmdroot|wget http://dl.atrpms.net/all/atrpms-kickstart-28-1.rhfc4.at.i386.rpm}}&lt;br /&gt;
  {{cmdroot|rpm -Uvh atrpms-kickstart-28-1.rhfc4.at.i386.rpm}}&lt;br /&gt;
  {{cmdroot|apt-get update &amp;amp;&amp;amp; apt-get dist-upgrade}}&lt;br /&gt;
  {{cmdroot|apt-get install ipw2200}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;NetworkManager&amp;lt;/tt&amp;gt; is a rather useful utility included in Fedora Core 4 that provides windows-like ease of configuring wireless and wired network as and when they are available. Give it a try by enabling it in the initscripts by running {{cmdroot|chkconfig NetworkManager on}} or {{cmdroot|/etc/init.d/NetworkManager restart}} as root and running {{cmd|NetworkManagerInfo}} from a X session.&lt;br /&gt;
&lt;br /&gt;
==== Bluetooth ====&lt;br /&gt;
&lt;br /&gt;
Some (newer) X41 Tablets support bluetooth. My 18695CU, unfortunately, does not. So I have no clue.&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X41_Tablet&amp;diff=7474</id>
		<title>Installation instructions for the ThinkPad X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X41_Tablet&amp;diff=7474"/>
		<updated>2005-08-08T01:35:24Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: FC4 Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{X41 Tablet}}.&lt;br /&gt;
&lt;br /&gt;
Please choose (or create) the Operating System of interest:&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Fedora|Fedora Core 4]] [[Installing Fedora Core 4 on a Thinkpad X41 Tablet|installation]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=7482</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=7482"/>
		<updated>2005-08-08T01:22:20Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: x41 tablet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here you will find specific information on how to install different Operation Systems on your ThinkPad.&lt;br /&gt;
&lt;br /&gt;
==General installation instructions==&lt;br /&gt;
*[[Installation steps which apply to every Thinkpad model]]&lt;br /&gt;
*[[Installation on ThinkPads without CD-ROM drive]]&lt;br /&gt;
&lt;br /&gt;
==Installation instructions for specific ThinkPads==&lt;br /&gt;
Choose (or create) your ThinkPad model:&lt;br /&gt;
&lt;br /&gt;
*[[Installation instructions for the PC110 | PC110]]&lt;br /&gt;
*[[Installation instructions for the RS/6000 Notebook 860 | RS/6000 Notebook 860]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad 365XD | ThinkPad 365XD]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad 570E | ThinkPad 570E]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad 600X | ThinkPad 600X]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad 750 | ThinkPad 750/C/Cs/P]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad 770E | ThinkPad 770E]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad A30p | ThinkPad A30p]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad G41 | ThinkPad G41]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad R31 | ThinkPad R31]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad R40 | ThinkPad R40]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad R50 | ThinkPad R50]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad R50e | ThinkPad R50e]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad R52 | ThinkPad R52]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T20 | ThinkPad T20]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T23 | ThinkPad T23]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T30 | ThinkPad T30]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T40 | ThinkPad T40]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T40p | ThinkPad T40p]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T41 | ThinkPad T41]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T41p | ThinkPad T41p]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T42 | ThinkPad T42]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T42p | ThinkPad T42p]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T43 | ThinkPad T43]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad T43p | ThinkPad T43p]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad X30 | ThinkPad X30]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad X31 | ThinkPad X31]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad X40 | ThinkPad X40]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad X41 | ThinkPad X41]]&lt;br /&gt;
*[[Installation instructions for the ThinkPad X41 Tablet | ThinkPad X41 Tablet]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&amp;amp;lndocid=MIGR-48NT8D IBMs Linux on Personal Systems page]&lt;br /&gt;
*[http://www.linux-laptop.net Linux on Laptops] features a [http://www.linux-laptop.net/ibm.html list of installation guides for IBM Notebooks]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X41_Tablet&amp;diff=7453</id>
		<title>Category:X41 Tablet</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X41_Tablet&amp;diff=7453"/>
		<updated>2005-08-07T12:36:17Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: Stylus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X41 Tablet ===&lt;br /&gt;
This pages gives an overview of all ThinkPad X41 Tablet related topics.&lt;br /&gt;
==== Features ====&lt;br /&gt;
* [[Intel Pentium M (Dothan)]] 1.2 or 1.5GHz LV/ULV CPU&lt;br /&gt;
* [[Intel Graphics Media Accelerator 900]]&lt;br /&gt;
** 12.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
* 256 or 512MB memory standard&lt;br /&gt;
* 40 or 60GB SATA HDD&lt;br /&gt;
* AD1981B AC'97 Audio controller&lt;br /&gt;
* Broadcom 10/100/1000 Ethernet controller&lt;br /&gt;
* CDC slot with one of the following:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
** [[IBM Integrated Bluetooth IV with 56K Modem (BMDC-3)]]&lt;br /&gt;
* MiniPCI slot with one of the following:&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]]&lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* IBM Active Protection System&lt;br /&gt;
* SD Card slot with IO support&lt;br /&gt;
* Single Type II Cardbus slot&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Wacom Serial Tablet PC Stylus]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2307_01.pdf ThinkPad X41 Tablet - Hardware Maintenance Manual (May 2005)] (7,504,359 Bytes)&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadX41Tablet.jpg|ThinkPad X41 Tablet]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=7450</id>
		<title>Wacom Serial Tablet PC Stylus</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=7450"/>
		<updated>2005-08-07T12:35:26Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: Linking into components&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |[[Image:Logo_wacom.jpg|Wacom Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Wacom Serial Tablet PC Stylus ===&lt;br /&gt;
This is a stylus made for tablet PCs by Wacom.&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: Wacom&lt;br /&gt;
* Serial: irq 5 port 0x0200&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== XOrg Wacom driver ===&lt;br /&gt;
&lt;br /&gt;
The pen uses serial and appears on some /dev/ttySnn device where nn is a number. An easy way to find it is to map /dev/ttyS0 to the pen's port and irq. The values can be found under the windows driver properties. Using values from an X41 1869-5CU, the command is:&lt;br /&gt;
&lt;br /&gt;
    setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig &lt;br /&gt;
&lt;br /&gt;
This may be inserted into startup scripts in /etc/rc.d/&lt;br /&gt;
&lt;br /&gt;
The X config file needs to be changed to use the stylus. Add the following sections to your 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;
&lt;br /&gt;
Add the following lines to the ServerLayout section:&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;
Check the wacom driver man page and website for other options.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=7439</id>
		<title>Wacom Serial Tablet PC Stylus</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Wacom_Serial_Tablet_PC_Stylus&amp;diff=7439"/>
		<updated>2005-08-07T12:33:10Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: Geting the stylus to work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |[[Image:Logo_wacom.jpg|Wacom Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin:0px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Wacom Serial Tablet PC Stylus ===&lt;br /&gt;
This is a stylus made for tablet PCs by Wacom.&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: Wacom&lt;br /&gt;
* Serial: irq 5 port 0x0200&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== XOrg Wacom driver ===&lt;br /&gt;
&lt;br /&gt;
The pen uses serial and appears on some /dev/ttySnn device where nn is a number. An easy way to find it is to map /dev/ttyS0 to the pen's port and irq. The values can be found under the windows driver properties. Using values from an X41 1869-5CU, the command is:&lt;br /&gt;
&lt;br /&gt;
    setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig &lt;br /&gt;
&lt;br /&gt;
This may be inserted into startup scripts in /etc/rc.d/&lt;br /&gt;
&lt;br /&gt;
The X config file needs to be changed to use the stylus. Add the following sections to your 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;
&lt;br /&gt;
Add the following lines to the ServerLayout section:&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;
Check the wacom driver man page and website for other options.&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Input_Devices&amp;diff=7449</id>
		<title>Input Devices</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Input_Devices&amp;diff=7449"/>
		<updated>2005-08-07T12:21:06Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: Making way for the X41 stylus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Wacom ==&lt;br /&gt;
* [[Wacom Serial Tablet PC Stylus]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Components_and_AddOns&amp;diff=7499</id>
		<title>Components and AddOns</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Components_and_AddOns&amp;diff=7499"/>
		<updated>2005-08-07T12:18:27Z</updated>

		<summary type="html">&lt;p&gt;69.233.165.39: Making way for the X41 stylus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read about components builtin you Thinkpad and how to make use of them:&lt;br /&gt;
&lt;br /&gt;
*[[Audio Subsystems]]&lt;br /&gt;
*[[Bluetooth Adapters]]&lt;br /&gt;
*[[Ethernet Controllers]]&lt;br /&gt;
*[[Harddisk Drives]]&lt;br /&gt;
*[[IrDA]]&lt;br /&gt;
*[[Modem Devices]]&lt;br /&gt;
*[[Pointing Devices]]&lt;br /&gt;
*[[Processors]]&lt;br /&gt;
*[[Video Controllers]]&lt;br /&gt;
*[[Wireless Network Adapters]]&lt;/div&gt;</summary>
		<author><name>69.233.165.39</name></author>
		
	</entry>
</feed>