<?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=212.202.189.144</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=212.202.189.144"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/212.202.189.144"/>
	<updated>2026-04-05T16:26:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:How_to_make_use_of_Power_Management_features&amp;diff=984</id>
		<title>Talk:How to make use of Power Management features</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:How_to_make_use_of_Power_Management_features&amp;diff=984"/>
		<updated>2004-12-07T14:47:57Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maybe this page should be restructured: just mention different tecnologies, some words on PRO/CON arguments and&lt;br /&gt;
then pointing to different pages explaining how to setup and configure?&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=1075</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=1075"/>
		<updated>2004-12-07T14:23:43Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: more on ACPI vs. APM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Preface==&lt;br /&gt;
&lt;br /&gt;
I installed hoary ([[:Category:Ubuntu | Ubuntu]] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
Everything seems to work very fine.&lt;br /&gt;
&lt;br /&gt;
See [http://dev.gentoo.org/~brix/papers/X31/X31.html Henrik Brix Andersens] page for a lot of useful information.&lt;br /&gt;
&lt;br /&gt;
==Installing without cdrom or floppy==&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
==Choosing between APM and ACPI==&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships with ACPI enabled, but without ACPI suspend-to-disk being configured. In effect neither suspend mode is  working out of the box.&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
On the other hand: having ACPI disabled will make your system use about 10% more power which reduces my battery&lt;br /&gt;
runtime from ~4:00h to 3:40h.&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI and using APM===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI and activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. Use the [[tphdisk]] utility to create&lt;br /&gt;
this file.&lt;br /&gt;
&lt;br /&gt;
Use Fn-F4 to suspend-to-ram and Fn-F12 to suspend-to-disk. &lt;br /&gt;
&lt;br /&gt;
===Using ACPI===&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_make_use_of_Power_Management_features&amp;diff=988</id>
		<title>How to make use of Power Management features</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_make_use_of_Power_Management_features&amp;diff=988"/>
		<updated>2004-12-07T13:57:48Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: /* Suspend to RAM (Sleep) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==APM==&lt;br /&gt;
&lt;br /&gt;
===general===&lt;br /&gt;
You need to enable the APM Power Management support in the kernel and install the [[apmd]] to handle the events triggered by the kernel driver.&lt;br /&gt;
The configuration for what to do at the different events is done in the proxy script which is usually found in /etc/apmd_proxy.&lt;br /&gt;
See &amp;lt;tt&amp;gt;man apmd&amp;lt;/tt&amp;gt; for further information on this.&lt;br /&gt;
&lt;br /&gt;
===Screen blanking (Standby)===&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
===Suspend to RAM (Sleep)===&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
===Suspend to disk (Hibernate)===&lt;br /&gt;
The Phoenix BIOS allows you two ways to hibernate with APM: using a special partition or using a hibernation file on a dos type partition.&lt;br /&gt;
&lt;br /&gt;
====using a hibernation partition====&lt;br /&gt;
The partition to be used for hibernation must be a primary partition that is at least as big as your laptop's memory including its video ram. First set the partition type of this partition to a0 (IBM Thinkpad hibernation) with fdisk, and then use [[tphdisk]] to write a hibernation file directly to this partition.&lt;br /&gt;
&lt;br /&gt;
Only follow these instructions, if you understand them. You will overwrite a partition on your hard disk and might loose valuable data - consider yourself warned. For example, assume that /dev/hda2 is the partition that is to be converted to a hibernation partition. Become root and type '''/sbin/fdisk /dev/hda'''. At the fdisk prompt type '''t''' to change the partition type, then type '''2''' to indicate that you want to change the type of partition 2, and then enter the partition type: '''a0'''. Now type '''w''' to write the partition table back to disk and exit. After that use [[tphdisk]] to initialize the hibernation partition. First estimate the size of your laptop's memory (main and video). For the sake of this example, let us assume that the main memory is 1024 MB and the video card has 128 MB of memory. Then the command '''tphdisk 1152 &amp;gt; /dev/hda2''' will initialize the hibernation partition. Note that this will only work if the partition is big enough. After a reboot, Fn+F12 will work as expected.&lt;br /&gt;
&lt;br /&gt;
I have successfully used this method on a T41 (2373GEU) that runs Fedora Core 3.&lt;br /&gt;
&lt;br /&gt;
====using a hibernation file on a dos partition====&lt;br /&gt;
The partition to put the file on must be a dos or vfat partition. Fat32 formatted partitions have been reported successful as well as Fat16 formatted ones. The file is either created with phdisk.exe, if you happen to have a floppy drive and a bootable dos floppy disk that you can start it from.&lt;br /&gt;
Under Linux [[tphdisk]] will do this job for you.&lt;br /&gt;
&lt;br /&gt;
Todo... (how to create the file, partition size)&lt;br /&gt;
&lt;br /&gt;
==ACPI==&lt;br /&gt;
&lt;br /&gt;
===general===&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
===Screen blanking (Standby)===&lt;br /&gt;
Make sure you have &lt;br /&gt;
*Option &amp;quot;DPMS&amp;quot;&lt;br /&gt;
in you XF86Config/xorg.conf.&lt;br /&gt;
&lt;br /&gt;
Running &amp;quot;xset +dpms&amp;quot; and then &amp;quot;xset xdpms force off&amp;quot; will turn off the backlight on a laptop screen.  To force a screen off that is using a radeon chipset, install the package &amp;quot;radeontools.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
===Suspend to RAM (Sleep)===&lt;br /&gt;
ACPI Sleep and suspend-to-ram with recent 2.6.x kernels usually works fine, too.&lt;br /&gt;
&lt;br /&gt;
But after a suspend-to-ram (using Linux 2.6.9) the display of the T42p (and probably of other Thinkpads, too) remains black. This can be fixed by adding &lt;br /&gt;
&amp;quot;acpi_sleep=s3_bios&amp;quot; to the kernel boot parameter. However I experience some problems with the serial port of the port replicator&lt;br /&gt;
after the wake up from ram.&lt;br /&gt;
&lt;br /&gt;
There is a interesting discussion taking place in the [http://bugme.osdl.org/show_bug.cgi?id=3022 OSDL Bugzilla].&lt;br /&gt;
&lt;br /&gt;
===Suspend to disk (Hibernate)===&lt;br /&gt;
There are two drivers for this available:&lt;br /&gt;
* swsusp, which is in the kernel and&lt;br /&gt;
* [http://developer.berlios.de/projects/softwaresuspend/ SoftwareSuspend2] which is more feature rich, but not yet in the kernel, so you have to patch it in yourself&lt;br /&gt;
Both are reported to work fine as long as you use open-source graphic drivers. A comparison of the features can be found on [http://softwaresuspend.berlios.de/features.html this page].&lt;br /&gt;
&lt;br /&gt;
Just in case you are in doubt...yes, it is safe in both cases to use the same swap partition as active swap and as suspend partition.&lt;br /&gt;
&lt;br /&gt;
====using swsusp====&lt;br /&gt;
Software Suspend (swsusp) is included in the 2.6 kernel series. It seems like no patches for 2.4 kernels are available.&lt;br /&gt;
&lt;br /&gt;
To enable it, go to &amp;lt;tt&amp;gt;Power management options&amp;lt;/tt&amp;gt; and enable &amp;lt;tt&amp;gt;Power management support&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;Software Suspend&amp;lt;/tt&amp;gt; in the kernel config menu. You'll also want to give the swap partition to suspend to in &amp;lt;tt&amp;gt;Default resume partition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In case you prefer to edit your config file directly, you should have the following three entries look like here...&lt;br /&gt;
 CONFIG_PM=y&lt;br /&gt;
 CONFIG_SOFTWARE_SUSPEND=y&lt;br /&gt;
 CONFIG_PM_STD_PARTITION=&amp;quot;/dev/resume_partition&amp;quot;&lt;br /&gt;
...where &amp;lt;tt&amp;gt;/dev/resume_partition&amp;lt;/tt&amp;gt; needs to be replaced by the swap partition you want to use for suspending. (Use &amp;lt;tt&amp;gt;fdisk -l /dev/hda&amp;lt;/tt&amp;gt; if unsure.)&lt;br /&gt;
&lt;br /&gt;
You can override the default resume partition anytime by giving &amp;lt;tt&amp;gt;resume=/dev/resume_partition&amp;lt;/tt&amp;gt; as kernel boot parameter.&lt;br /&gt;
Also, ihn case you suspended, but want to boot up normally (without resuming from the saved image - loosing all data that was unsaved at suspend time), you can give the &amp;lt;tt&amp;gt;noresume&amp;lt;/tt&amp;gt; kernel boot parameter.&lt;br /&gt;
&lt;br /&gt;
To suspend you can either do a simple &amp;lt;tt&amp;gt;echo -n 4 &amp;gt; /proc/acpi/sleep&amp;lt;/tt&amp;gt; (recommended) or use the [http://softwaresuspend.berlios.de/old-site/swsusp/sysvinit-2.76-v2-for_swsusp-v5.tar.gz patched SysVInit] and call &amp;lt;tt&amp;gt;swsusp&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;shutdown -z now&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Ideally you would do this from a script like &amp;lt;tt&amp;gt;/etc/acpi/actions/hibernate.sh&amp;lt;/tt&amp;gt;. It has proven to be a good idea to shutdown the following processes/drivers within the script before you do the actual suspend.&lt;br /&gt;
*any running mysql server&lt;br /&gt;
*the madwifi driver, if you happen to use it&lt;br /&gt;
Afterwards you might want to enable them again, as well as run a script that does necessary configurations according to the ac power state.&lt;br /&gt;
It has furthermore turned out that the system clock is not readjusted automatically, so you will probably also want the do that from that script (i.e. by restarting your systemclock bootup script).&lt;br /&gt;
&lt;br /&gt;
Finally you should take note that swsusp does not set the ACPI S4 state. Instead it goes to S5. This means that the machine itself doesn't know that it was suspend rather than shutdown. Hence you can i.e. boot a parallel installed other operating system and resume your linux session later, as long as you don't touch the swap partition the image was saved to.&lt;br /&gt;
&lt;br /&gt;
====using SoftwareSuspend2====&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
==Dynamic Frequency Scaling (SpeedStep)==&lt;br /&gt;
&lt;br /&gt;
===configuring the kernel===&lt;br /&gt;
&lt;br /&gt;
====2.4 kernels====&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
====2.6 kernels====&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
If you have a Coppermine-piix-smi based Thinkpads like from the A2x, X2x and T2x series you might want to look at [[How to get SpeedStep working on Coppermine-piix4-smi based Thinkpads | this page]].&lt;br /&gt;
&lt;br /&gt;
===configuring SpeedStep daemons===&lt;br /&gt;
*[[How to configure cpufreqd | cpufreqd]]&lt;br /&gt;
*[[Hot to configure powersaved | powersaved]]&lt;br /&gt;
&lt;br /&gt;
==Harddisk Power Management==&lt;br /&gt;
Todo...&lt;br /&gt;
&lt;br /&gt;
===enabling the harddisks power management features===&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # I' using this on FC2 and FC3&lt;br /&gt;
 # cpu throttling off as FC does thisout-of-the-box&lt;br /&gt;
 # turning swap off is only for those that feel comfortable&lt;br /&gt;
 # doing something this nasty.&lt;br /&gt;
 #&lt;br /&gt;
 # pcfe, 2004-11-15&lt;br /&gt;
                                                                                                                                      &lt;br /&gt;
 # cpu throttling&lt;br /&gt;
 # cat /proc/acpi/processor/CPU0/throttling for more info&lt;br /&gt;
 ACAD_THR=0&lt;br /&gt;
 BATT_THR=2&lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
 # spindown time for HD (man hdparm for valid values)&lt;br /&gt;
 # I prefer 2 hours for acad and 2 min for batt&lt;br /&gt;
 ACAD_HD=244&lt;br /&gt;
 BATT_HD=24&lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
 # Power management level&lt;br /&gt;
 # 255 (off) on AC&lt;br /&gt;
 # 128 (medium) on batt&lt;br /&gt;
 # lowered to 32, pcfe, 2004-06-23&lt;br /&gt;
 # upped to 64, pcfe, 2004-07-14&lt;br /&gt;
 # upped to 96, pcfe, 2004-10-20&lt;br /&gt;
 ACAD_PM=255&lt;br /&gt;
 BATT_PM=96&lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
 # ac/battery event handler&lt;br /&gt;
                                                                                                                                     &lt;br /&gt;
 status=`awk '/^state: / { print $2 }' /proc/acpi/ac_adapter/AC/state`&lt;br /&gt;
                                                                                                                                      &lt;br /&gt;
 case $status in&lt;br /&gt;
        &amp;quot;on-line&amp;quot;)&lt;br /&gt;
                logger &amp;quot;Running /sbin/laptop_mode stop&amp;quot;&lt;br /&gt;
                /sbin/laptop_mode stop&lt;br /&gt;
                logger &amp;quot;Setting HD spindown for AC mode with hdparm -S $ACAD_HD /dev/hda.&amp;quot;&lt;br /&gt;
                /sbin/hdparm -S $ACAD_HD /dev/hda &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
                logger &amp;quot;Setting HD powersaving for AC mode with hdparm -B $ACAD_PM /dev/hda.&amp;quot;&lt;br /&gt;
                /sbin/hdparm -B $ACAD_PM /dev/hda &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
                #logger &amp;quot;Turning on swap.&amp;quot;&lt;br /&gt;
                #/sbin/swapon -a&lt;br /&gt;
                #echo -n $ACAD_CPU:$ACAD_THR &amp;gt; /proc/acpi/processor/CPU0/limit&lt;br /&gt;
                exit 0&lt;br /&gt;
        ;;&lt;br /&gt;
        &amp;quot;off-line&amp;quot;)&lt;br /&gt;
                #logger &amp;quot;Turning off swap.&amp;quot;&lt;br /&gt;
                #/sbin/swapoff -a&lt;br /&gt;
                logger &amp;quot;Running /sbin/laptop_mode start&amp;quot;&lt;br /&gt;
                /sbin/laptop_mode start&lt;br /&gt;
                logger &amp;quot;Setting HD spindown for battery mode with hdparm -S $BATT_HD /dev/hda.&amp;quot;&lt;br /&gt;
                /sbin/hdparm -S $BATT_HD /dev/hda &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
                logger &amp;quot;Setting HD powersaving for battery mode with hdparm -B $BATT_PM /dev/hda.&amp;quot;&lt;br /&gt;
                /sbin/hdparm -B $BATT_PM /dev/hda &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
                #echo -n $BATT_CPU:$BATT_THR &amp;gt; /proc/acpi/processor/CPU0/limit&lt;br /&gt;
                exit 0&lt;br /&gt;
        ;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
===Laptop-mode===&lt;br /&gt;
To actually enable the harddrive to shutdown for a longer time and not get started again because of filesystem syncs every few seconds, you'll need to activate [[Laptop-mode]].&lt;br /&gt;
&lt;br /&gt;
==DynamicClocks in the Radeon Xorg driver==&lt;br /&gt;
The xorg X server has support for a power saving feature from ATI called PowerPlay. Xorg calls this feature DynamicClocks. It can be enabled in the server by adding '''Option  &amp;quot;DynamicClocks&amp;quot; &amp;quot;on&amp;quot;''' in the '''Device''' section in /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;radeon&amp;quot;&lt;br /&gt;
        VendorName  &amp;quot;IBM Thinkpad&amp;quot;&lt;br /&gt;
        BoardName   &amp;quot;ATI Radeon Mobility M9&amp;quot;&lt;br /&gt;
        '''Option      &amp;quot;DynamicClocks&amp;quot; &amp;quot;on&amp;quot;'''&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
With this option enabled, the X11 server should print (/var/log/Xorg.0.log):&lt;br /&gt;
&lt;br /&gt;
 (**) RADEON(0): Option &amp;quot;DynamicClocks&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
 (II) RADEON(0): Dynamic Clock Scaling Enabled&lt;br /&gt;
&lt;br /&gt;
http://www.ati.com/products/pdf/powerplaywp2.pdf&lt;br /&gt;
&lt;br /&gt;
==other Hardware==&lt;br /&gt;
Todo...(if any - other ways of saving power and such)&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X31&amp;diff=2220</id>
		<title>Category:X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X31&amp;diff=2220"/>
		<updated>2004-12-06T10:23:11Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &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 X31 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad X31 related topics.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadX31.jpg|ThinkPad X31]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/13n6342.pdf ThinkPad X30, X31 - Hardware Maintenance Manual (Jan 2004)] (4,343,861 Bytes)&lt;br /&gt;
* [http://www.aaltonen.us/forums/viewtopic.php?t=792 Unofficial IBM ThinkPad X31 FAQ] - Frequently asked questions about the X31.&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=9945</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=9945"/>
		<updated>2004-12-06T10:04:16Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
== Ubuntu ==&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== What is Ubuntu? ==&lt;br /&gt;
&lt;br /&gt;
Ubuntu is a Linux distribution that starts with the breadth of [[:Category:Debian | Debian]] and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;quot;Just Work&amp;quot;, TM) and a commitment to security updates with 18 months of support for every release.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.ubuntulinux.org www.ubuntulinux.org] Official Ubuntu Homepage&lt;br /&gt;
* [http://www.ubuntuforums.org www.ubuntuforums.org] Ubuntu forums&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=976</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=976"/>
		<updated>2004-12-06T10:02:17Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
== Ubuntu ==&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
== What is Ubuntu? ==&lt;br /&gt;
&lt;br /&gt;
Ubuntu is a Linux distribution that starts with the breadth of [[:Category:Debian | Debian]] and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;quot;Just Work&amp;quot;, TM) and a commitment to security updates with 18 months of support for every release.&lt;br /&gt;
&lt;br /&gt;
== OS Homepage ==&lt;br /&gt;
* [http://www.ubuntulinux.org www.ubuntulinux.org]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=981</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=981"/>
		<updated>2004-12-06T09:55:47Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([[:Category:Ubuntu | Ubuntu]] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
Everything seems to work very fine.&lt;br /&gt;
&lt;br /&gt;
See [http://dev.gentoo.org/~brix/papers/X31/X31.html Henrik Brix Andersens] page for a lot of useful information.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships with ACPI enabled, but without ACPI suspend-to-disk being configured. In effect suspend is not working out of the box.&lt;br /&gt;
&lt;br /&gt;
(maybe ACPI works better with acpi_sleep=s3_bios)&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating a APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [[tphdisk]] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=975</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=975"/>
		<updated>2004-12-06T09:55:08Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
=== Ubuntu ===&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is Ubuntu? ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu is a Linux distribution that starts with the breadth of [[:Category:Debian | Debian]] and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;quot;Just Work&amp;quot;, TM) and a commitment to security updates with 18 months of support for every release.&lt;br /&gt;
&lt;br /&gt;
=== OS Homepage ===&lt;br /&gt;
* [http://www.ubuntulinux.org www.ubuntulinux.org]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=971</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=971"/>
		<updated>2004-12-05T23:21:47Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([[Ubuntu]] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
Everything seems to work very fine.&lt;br /&gt;
&lt;br /&gt;
See [[http://dev.gentoo.org/~brix/papers/X31/X31.html Henrik Brix Andersen]] page for a lot of useful information.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships with ACPI enabled, but without ACPI suspend-to-disk being configured. In effect suspend is not working out of the box.&lt;br /&gt;
&lt;br /&gt;
(maybe ACPI works better with acpi_sleep=s3_bios)&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating a APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [[tphdisk]] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=970</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=970"/>
		<updated>2004-12-05T23:08:39Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([[Ubuntu]] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
Everything seems to work very fine.&lt;br /&gt;
&lt;br /&gt;
See [[http://dev.gentoo.org/~brix/papers/X31/X31.html Henrik Brix Andersen]] page for a lot of useful information.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships with ACPI enabled, but without ACPI suspend-to-disk being configured. In effect suspend is not working out of the box.&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating a APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [[tphdisk]] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=969</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=969"/>
		<updated>2004-12-05T23:02:46Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([[Ubuntu]] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships with ACPI enabled, but without ACPI suspend-to-disk being configured. In effect suspend is not working out of the box.&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating a APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [[tphdisk]] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Tphdisk&amp;diff=1614</id>
		<title>Tphdisk</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Tphdisk&amp;diff=1614"/>
		<updated>2004-12-05T22:57:42Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== tphdisk ==&lt;br /&gt;
tphdisk is a small program that enables you to create a save2dsk.bin hibernation file on a fat partition of a phoenix notebios based laptop.&lt;br /&gt;
It is a linux replacement for the msdos program phdisk.exe.&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://samba.anu.edu.au/junkcode/#tphdisk&lt;br /&gt;
&lt;br /&gt;
=== Help output ===&lt;br /&gt;
 Usage: tphdisk &amp;lt;size in MB&amp;gt;&lt;br /&gt;
 .&lt;br /&gt;
 written by Andrew Tridgell &amp;lt;tridge@samba.org&amp;gt;&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 This program writes a 'save2dsk.bin' hibernation file to stdout. To&lt;br /&gt;
 use it you should do something like this:&lt;br /&gt;
 .&lt;br /&gt;
 1) create a type 16 (Hidden FAT16) partition on your laptop&lt;br /&gt;
 2) format the partition with 'mkdosfs'&lt;br /&gt;
 3) mount the partition as VFAT&lt;br /&gt;
 4) create the 'save2dsk.bin' file on the partition using something like&lt;br /&gt;
       tphdisk 280 &amp;gt; save2dsk.bin&lt;br /&gt;
 5) Do a full reboot&lt;br /&gt;
 .&lt;br /&gt;
 The only parameter is the size in megabytes of the save file. This&lt;br /&gt;
 needs to be at least as big as your main memory + video memory, but you&lt;br /&gt;
 can make it larger if you want to.&lt;br /&gt;
 .&lt;br /&gt;
 You should also be able to use this to create a hibernation partition&lt;br /&gt;
 by directing the output to the right device (eg. /dev/hdaX) and&lt;br /&gt;
 setting the partition type to A0.  I haven't tried this as my thinkpad&lt;br /&gt;
 doesn't seem to support hibernation partitions.&lt;br /&gt;
=== Status ===&lt;br /&gt;
stable, finished&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
* [[:Category:Debian | Debian]] packages: http://www.think-future.de/CS/Debian/tphdisk/&lt;br /&gt;
* [[:Category:Redhat | RedHat]] packages: http://dag.wieers.com/packages/tphdisk/&lt;br /&gt;
&lt;br /&gt;
=== Contact ===&lt;br /&gt;
Contact the author at [mailto:tridge@samba.org tridge@samba.org].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Related links === &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]] [[Category:Debian]] [[Category:Redhat]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=968</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=968"/>
		<updated>2004-12-05T22:55:08Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([Ubuntu] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect there ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating a APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [[tphdisk]] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=966</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=966"/>
		<updated>2004-12-05T22:54:28Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([Ubuntu] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect there ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
APM based suspend to disk needs a save2disk.img hibernation file on FAT16. See below. &lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
===Creating APM hibernation file===&lt;br /&gt;
&lt;br /&gt;
Use [tphdisk] utility to create a save2disk.img file on a hidden FAT16 partition,&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=965</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=965"/>
		<updated>2004-12-05T22:42:45Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary ([Ubuntu] &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect there ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=964</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=964"/>
		<updated>2004-12-05T22:34:13Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary (Ubuntu &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect there ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=963</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=963"/>
		<updated>2004-12-05T22:31:16Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary (Ubuntu &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI on linux (2.6.9): suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect there ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Simply disableing ACPI at boottime activates APM which works fine with suspend to ram and suspend to disk.&lt;br /&gt;
&lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Disableing ACPI===&lt;br /&gt;
&lt;br /&gt;
To disable ACPI an activate APM boot your kernel with acpi=off&lt;br /&gt;
&lt;br /&gt;
 ...describe how to edit /boot/grub/menu.lst...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R50]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=962</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=962"/>
		<updated>2004-12-05T22:18:35Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: ACPI vs. APM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary (Ubuntu &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
Follow the instructions at [http://www.ubuntulinux.org/support UbuntuSupport]: [http://www.ubuntulinux.org/support/documentation/howto/helpcenterhowto.2004-11-26.2137127791/howto_view Netboot remarks ]&lt;br /&gt;
&lt;br /&gt;
===Choosing between APM and ACPI===&lt;br /&gt;
&lt;br /&gt;
Right now there is a crucial feature not working with ACPI: suspend to ram does not switch off the LCD backlight.&lt;br /&gt;
Ubuntu ships ACPI enabled, but without syspend to disk configuration. In effect shere ist no working suspend solution&lt;br /&gt;
working out of the box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R50]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=961</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=961"/>
		<updated>2004-12-05T21:58:30Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Preface===&lt;br /&gt;
I installed hoary (Ubuntu &amp;quot;unstable&amp;quot;) because of some specific needs. Netherless,&lt;br /&gt;
this article should apply to Ubuntu Ubuntu 4.10 &amp;quot;The Warty Warthog&amp;quot; too.&lt;br /&gt;
&lt;br /&gt;
===Installing without cdrom or floppy===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R50]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=960</id>
		<title>Installing Ubuntu on a ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_on_a_ThinkPad_X31&amp;diff=960"/>
		<updated>2004-12-05T21:53:21Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Category:R50]] [[Category:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=973</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=973"/>
		<updated>2004-12-05T21:42:21Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
=== Ubuntu ===&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is Ubuntu? ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu is a Linux distribution that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;quot;Just Work&amp;quot;, TM) and a commitment to security updates with 18 months of support for every release.&lt;br /&gt;
&lt;br /&gt;
=== OS Homepage ===&lt;br /&gt;
* [http://www.ubuntulinux.org www.ubuntulinux.org]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=959</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=959"/>
		<updated>2004-12-05T21:41:19Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: adding description and link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
=== Ubuntu ===&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is Ubuntu? ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu is a Linux distribution that starts with the breadth of Debian and adds regular releases (every six months), a clear focus on the user and usability (it should &amp;quot;Just Work&amp;quot;, TM) and a commitment to security updates with 18 months of support for every release.&lt;br /&gt;
&lt;br /&gt;
=== OS Homepage ===&lt;br /&gt;
* [http://www.debian.org www.debian.org]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=958</id>
		<title>Category:Ubuntu</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Ubuntu&amp;diff=958"/>
		<updated>2004-12-05T21:39:01Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: copy skeleton from debian&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-left:20px;padding-right:20px;width:10px;&amp;quot; | [[Image:Ubuntu_logo.png]]&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;
=== Ubuntu ===&lt;br /&gt;
This page gives an introduction to Ubuntu and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;margin-left:20px;margin-right:20px;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is Ubuntu? ===&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X31&amp;diff=5766</id>
		<title>Installation instructions for the ThinkPad X31</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_X31&amp;diff=5766"/>
		<updated>2004-12-05T21:36:59Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: adding ubuntu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the Thinkpad X31.&lt;br /&gt;
&lt;br /&gt;
Please choose (or create) the Operating System of interest:&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Gentoo | Gentoo]] [[Installing Gentoo on a Thinkpad X31 | installation]]&lt;br /&gt;
*[[:Category:Debian | Debian]] [[Installing Debian on a Thinkpad X31 | installation]]&lt;br /&gt;
*[[:Category:Ubuntu | Ubuntu]] [[Installing Ubuntu on a Thinkpad X31 | installation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:X31]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=1008</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=1008"/>
		<updated>2004-12-05T21:34:19Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: ohh, not this evening, sorry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hardware specs and information about the specific Thinkpad Models.==&lt;br /&gt;
* Choose a model name to to get a list of all currently available information related to this Model.&lt;br /&gt;
* Choose a type-and-model number to get the specs of that specific model.&lt;br /&gt;
* Compare the [[Thinkpad series]] (R, T, X, G), get an overview of the [[ThinkPad History]] or learn about the name [[ThinkPad]].&lt;br /&gt;
&lt;br /&gt;
==Available Models==&lt;br /&gt;
*[[:Category:PC110 | PC110]]&lt;br /&gt;
** [[PC110]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:R40 | Thinkpad R40]]&lt;br /&gt;
** [[2722-9BM]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T40p | Thinkpad T40p]]&lt;br /&gt;
** [[2372-G1U]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T41p | Thinkpad T41p]]&lt;br /&gt;
** [[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42 | Thinkpad T42]]&lt;br /&gt;
** [[2373-9XU]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42p | Thinkpad T42p]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:390 | Thinkpad 390X]]&lt;br /&gt;
**[[2626-L0U]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:X31 | Thinkpad X31]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=956</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=956"/>
		<updated>2004-12-05T21:31:00Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: Adding X31&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hardware specs and information about the specific Thinkpad Models.==&lt;br /&gt;
* Choose a model name to to get a list of all currently available information related to this Model.&lt;br /&gt;
* Choose a type-and-model number to get the specs of that specific model.&lt;br /&gt;
* Compare the [[Thinkpad series]] (R, T, X, G), get an overview of the [[ThinkPad History]] or learn about the name [[ThinkPad]].&lt;br /&gt;
&lt;br /&gt;
==Available Models==&lt;br /&gt;
*[[:Category:PC110 | PC110]]&lt;br /&gt;
** [[PC110]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:R40 | Thinkpad R40]]&lt;br /&gt;
** [[2722-9BM]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T40p | Thinkpad T40p]]&lt;br /&gt;
** [[2372-G1U]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T41p | Thinkpad T41p]]&lt;br /&gt;
** [[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42 | Thinkpad T42]]&lt;br /&gt;
** [[2373-9XU]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42p | Thinkpad T42p]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:390 | Thinkpad 390X]]&lt;br /&gt;
**[[2626-L0U]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:X31 | Thinkpad X31]]&lt;br /&gt;
**[[267218G]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=955</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=955"/>
		<updated>2004-12-05T21:30:15Z</updated>

		<summary type="html">&lt;p&gt;212.202.189.144: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hardware specs and information about the specific Thinkpad Models.==&lt;br /&gt;
* Choose a model name to to get a list of all currently available information related to this Model.&lt;br /&gt;
* Choose a type-and-model number to get the specs of that specific model.&lt;br /&gt;
* Compare the [[Thinkpad series]] (R, T, X, G), get an overview of the [[ThinkPad History]] or learn about the name [[ThinkPad]].&lt;br /&gt;
&lt;br /&gt;
==Available Models==&lt;br /&gt;
*[[:Category:PC110 | PC110]]&lt;br /&gt;
** [[PC110]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:R40 | Thinkpad R40]]&lt;br /&gt;
** [[2722-9BM]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T40p | Thinkpad T40p]]&lt;br /&gt;
** [[2372-G1U]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T41p | Thinkpad T41p]]&lt;br /&gt;
** [[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42 | Thinkpad T42]]&lt;br /&gt;
** [[2373-9XU]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:T42p | Thinkpad T42p]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:390 | Thinkpad 390X]]&lt;br /&gt;
**[[2626-L0U]]&lt;br /&gt;
&lt;br /&gt;
*[[Category:X31 | Thinkpad X31]]&lt;br /&gt;
**[[267218G]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>212.202.189.144</name></author>
		
	</entry>
</feed>