<?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=2bithacker</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=2bithacker"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/2bithacker"/>
	<updated>2026-05-24T13:31:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category_talk:T61&amp;diff=29833</id>
		<title>Category talk:T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category_talk:T61&amp;diff=29833"/>
		<updated>2007-05-16T21:07:37Z</updated>

		<summary type="html">&lt;p&gt;2bithacker: Turbo Memory in MiniPCI Express slot 2?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Turbo Memory in MiniPCI Express slot 2? ==&lt;br /&gt;
&lt;br /&gt;
Lenono's online configuration tool allows only the Turbo Memory feature or the EV-DO card, not both. I suspect the Turbo Memory is installed in MiniPCI Express slot 2. Can anyone confirm this?&lt;br /&gt;
&lt;br /&gt;
--[[User:2bithacker|2bithacker]] 23:07, 16 May 2007 (CEST)&lt;/div&gt;</summary>
		<author><name>2bithacker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=26061</id>
		<title>Installing Ubuntu 6.06 on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=26061"/>
		<updated>2006-10-26T23:43:42Z</updated>

		<summary type="html">&lt;p&gt;2bithacker: Cleaned up links and some minor grammer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installation Log of {{Ubuntu}} 6.06 on a {{T43}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* 1400*1050 resolution&lt;br /&gt;
* Battery Management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad)&lt;br /&gt;
* WLAN (Atheros,  IBM 11a/b/g Wireless LAN Mini PCI Adapter II)&lt;br /&gt;
* Hibernate and Standby&lt;br /&gt;
* Fn keys (switch between monitors untested)&lt;br /&gt;
* Audio Keys &lt;br /&gt;
* ThinkLight&lt;br /&gt;
&lt;br /&gt;
Was easy or required some work&lt;br /&gt;
* easy ubuntu (includes skype and some codecs) &lt;br /&gt;
* middle key of Ultra Nav (Trackpoint)&lt;br /&gt;
* ATI 3D Acceleration (Mobility Radeon X300)&lt;br /&gt;
* Xgl / Compiz&lt;br /&gt;
&lt;br /&gt;
Still TODO&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
* Forward/Backward keys, Access IBM Key&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Bluetooth (light indicates working)&lt;br /&gt;
* Modem &lt;br /&gt;
* IrDA&lt;br /&gt;
* TV out, VGA out&lt;br /&gt;
&lt;br /&gt;
Failed / still requires work&lt;br /&gt;
* Active Protection System&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
===Recovery copy of data===&lt;br /&gt;
&lt;br /&gt;
Before installing a new OS you should create a security copy of your old system. As the IBM Rescue and Recovery tool quit with an error message I used the Ubuntu live CD, mounted and cd'ed into my external hard drive and ran the following command:&lt;br /&gt;
&lt;br /&gt;
 $ cmduser|sudo dd if=/dev/sda1 | gzip | dd of=./sda1.img&lt;br /&gt;
&lt;br /&gt;
where /dev/sda1 is the device with my windows partition and sda1.img the gzipped security copy.&lt;br /&gt;
In case of problems one can now restore lost information using&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=./sda.img | gzip -d | of=/dev/sda1 &lt;br /&gt;
&lt;br /&gt;
After creating the recovery copy we are ready to resize the existing windows partition. This article assumes you want to keep your IBM Rescue and Recovery Partition, shrink in size, but keep your windows partition and create a new partition for Dapper Drake.&lt;br /&gt;
&lt;br /&gt;
===Resizing Partitions===&lt;br /&gt;
&lt;br /&gt;
Probably the best choice is now to boot from the alternate CD (read [http://gawrysiak.org/corvus/?p=4] to know why) and  use it to resize the existing NTFS partition. Unfortionately in my case it didn't work. So I booted the Live CD, but gparted and parted refused to resize my Windows, too. If the same happens to you, use the example [http://crashrecovery.org/CrashRecoveryKit/iso/2.4.21/HOWTO.ntfs.html here] to know how to resize it &amp;quot;manually&amp;quot; using ntfsresize and fdisk.&lt;br /&gt;
&lt;br /&gt;
After resizing your windows partition you should reboot window to check everything's in order. It probably will run checkdisk and reboot two times - according to experieces you can read in the web, you should better let windows do that.&lt;br /&gt;
&lt;br /&gt;
===Installation of Ubuntu===&lt;br /&gt;
&lt;br /&gt;
Now it's the time to install Ubuntu. I used the alternate CD for that because I chose to install grub into the Linux partition and not into the Master Boot Record ([http://gawrysiak.org/corvus/?p=4 read why]). The graphical LiveCD installer automatically installs grub to the MBR. If you want to use grub in the MBR read [[Rescue and Recovery]]. There is a description of what you have to do in order to still be able to use the IBM R'n'R partition.&lt;br /&gt;
&lt;br /&gt;
* remember that you're installing GRUB to an '''sda''' mount, not an hda mount like the GRUB installer will prompt you for what you should enter after you tell GRUB not to install in the MBR will be something like this:&lt;br /&gt;
&lt;br /&gt;
 /dev/sda3&lt;br /&gt;
&lt;br /&gt;
After the installation is finshed it will reboot your system. Now windows should start. In my case it didn't, but playing around, booting into the R'n'R partition, starting PC Doctor and doing some Diagnostics (no changes) somehow and surprisingly made windows boot again.&lt;br /&gt;
&lt;br /&gt;
To boot you freshly installed Linux you have to reboot the LiveCD one last time. Use&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=/dev/hda3 of=ubuntu.img bs=512 count=1&lt;br /&gt;
&lt;br /&gt;
to copy the first block of grub into an image file and use e.g. an usb flash drive to transfer it to your newly booted windows. Copy paste the image to C:\ and add the following line to your C:\boot.ini:&lt;br /&gt;
&lt;br /&gt;
 C:\ubuntu.img=&amp;quot;Ubuntu Dapper Drake&amp;quot; $&lt;br /&gt;
&lt;br /&gt;
At the next restart the windows boot manager should now welcome you with the choice to boot windows or ubuntu. Choose ubuntu to (finally ;-) boot your newly installed linux for the first time.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Easyubuntu===&lt;br /&gt;
&lt;br /&gt;
[http://easyubuntu.freecontrib.org/ Easyubuntu] is a helpful tool to install Skype, codecs, ATi 3D drivers and further things that can make your live easier.&amp;lt;!-- Should this even be here? --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Keyboard Layout===&lt;br /&gt;
&lt;br /&gt;
My T43 has a German keyboard layout. Most worked just fine, but some keys (in my case the &amp;quot;at&amp;quot; and the &amp;quot;tilde&amp;quot; among others) just didn't. If the same happens to you, just go to the Gnome System Preferences menu and choose the right layout for your keyboard (probably named after your language and something like eliminate-dead-keys or no-dead-keys)&lt;br /&gt;
&lt;br /&gt;
===3D Acceleration and Xgl/Compiz===&lt;br /&gt;
&lt;br /&gt;
If you have an ATI Radeon X300, use [http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide this explanation] to make your hardware 3d acceleration work.&lt;br /&gt;
&lt;br /&gt;
To test if it works type&lt;br /&gt;
&lt;br /&gt;
 $ glxinfo | grep rendering&lt;br /&gt;
&lt;br /&gt;
The answer should be: &amp;quot;direct rendering: Yes&amp;quot;. If it says &amp;quot;No&amp;quot;, you don't have 3D acceleration.&lt;br /&gt;
&lt;br /&gt;
If you want to install Xgl/Compiz like me, [http://www.compiz.net/viewtopic.php?id=389 here] is a great installation help for ATI cards (use way two.) &lt;br /&gt;
&lt;br /&gt;
If you have another card you might find a good explanation [http://ubuntuforums.org/showthread.php?t=148351 here].&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
&lt;br /&gt;
The T43 has a great system to protect your hard disk, the Active Protection System APS. [[How to protect the harddisk through APS]] describes how you can use it.&lt;br /&gt;
&lt;br /&gt;
{{WARN|Only follow these instructions if you know what you are doing!}}&lt;br /&gt;
&lt;br /&gt;
If you didn't until now you will have to install make, libc, gcc, ... Best is you use&lt;br /&gt;
&lt;br /&gt;
 $ sudo apt-get install build-essentials&lt;br /&gt;
&lt;br /&gt;
Determine your kernel version using &lt;br /&gt;
&lt;br /&gt;
 $ uname -a&lt;br /&gt;
&lt;br /&gt;
You should see somthing like&lt;br /&gt;
&lt;br /&gt;
 Linux ibm 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux&lt;br /&gt;
&lt;br /&gt;
Install the kernel sources &amp;quot;linux-source&amp;quot; e.g. using Synaptic.&lt;br /&gt;
Download the right kernel patch from [[HDAPS#Applications]] according to your kernel version and system (I chose &amp;quot;sata/ide disk protection patch for 2.6.15&amp;quot;)&lt;br /&gt;
adapt following steps to your needs:&lt;br /&gt;
&lt;br /&gt;
 $ cd /usr/src/&lt;br /&gt;
 $ sudo su&lt;br /&gt;
 # bunzip2 linux-source-2.6.15.tar.bz2&lt;br /&gt;
 # tar -xf linux-source-2.6.15.tar&lt;br /&gt;
 # cd linux-source-2.6.15&lt;br /&gt;
 # patch -p1 -l &amp;lt; /home/silvan/hdaps_protect.20060118.patch&lt;br /&gt;
&lt;br /&gt;
You should see several lines with the word &amp;quot;suceeded&amp;quot;. If you see many &amp;quot;failed&amp;quot; instead you probably chose the wrong patch for your kernel. You can use the --dry-run option to try it out first. If you get errors in the following steps you should better stop unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make oldconfig # use old config, ask for new items, only&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make           # takes quite a long time, several minutes&lt;br /&gt;
 # make modules&lt;br /&gt;
 # make modules_install&lt;br /&gt;
&lt;br /&gt;
Afterwards use the debian sources mentioned in [[How to protect the harddisk through APS]] to install the user space deamon hdapsd and the gnome applet gnome-hdaps-applet, e.g. using Synaptic.&lt;br /&gt;
&lt;br /&gt;
If this worked for you, you can find some nice applications at [[HDAPS#Applications]] which make use of the APS.&lt;br /&gt;
&lt;br /&gt;
{{HELP|For me unfortunately it didn't work as making the patched kernel failed. Please update ths section if you have different experiences and a better, more detailed working explanation.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Track Point Middle Key Scrolling===&lt;br /&gt;
&lt;br /&gt;
In my case the track point worked out of the box, but the middle mouse button for scrolling did not. [[How to configure the TrackPoint]] explains how to solve this. The steps you need to follow are in section &amp;quot;Using the X server (kernel 2.6.11+)&amp;quot;.&lt;br /&gt;
However you don't need to follow the steps in &amp;quot;EmulateWheelTimeout temporarily broken (-&amp;gt; fix for Ubuntu Dapper)&amp;quot; as this is fixed already if you have all your packages up-to-date.&lt;br /&gt;
&lt;br /&gt;
Follow the instructions in the sections &amp;quot;Configure firefox for using trackpoint horizontal scrolling&amp;quot; and &amp;quot;Configure Opera for using trackpoint horizontal scrolling&amp;quot; as well, if you are using one of the two browsers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fingerprint Reader===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
Look at [[How to enable the fingerprint reader]] if you want to use your fingerprint reader.&lt;br /&gt;
&lt;br /&gt;
===Forward / Backward Keys, Access IBM===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
You'll find more here: [[How to get special keys to work]]&lt;br /&gt;
&lt;br /&gt;
===IrDA===&lt;br /&gt;
{{Todo|Needs editing}}&lt;br /&gt;
Find information here: [[How to make use of IrDA]]&lt;br /&gt;
&lt;br /&gt;
Hope this helped anyhow :-)&lt;br /&gt;
&lt;br /&gt;
Greetz&lt;br /&gt;
&lt;br /&gt;
tec&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://gawrysiak.org/corvus/?p=4 Dapper Drake on T42]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation survey (IBM/Lenovo)].&lt;/div&gt;</summary>
		<author><name>2bithacker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=26059</id>
		<title>Installing Ubuntu 6.06 on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_6.06_on_a_ThinkPad_T43&amp;diff=26059"/>
		<updated>2006-10-26T21:53:53Z</updated>

		<summary type="html">&lt;p&gt;2bithacker: /* Installation of Ubuntu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installation Log of {{Ubuntu}} 6.06 on a {{T43}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* 1400*1050 resolution&lt;br /&gt;
* Battery Management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad)&lt;br /&gt;
* WLAN (Atheros,  IBM 11a/b/g Wireless LAN Mini PCI Adapter II)&lt;br /&gt;
* Hibernate and Standby&lt;br /&gt;
* Fn keys (switch between monitors untested)&lt;br /&gt;
* Audio Keys &lt;br /&gt;
* ThinkLight&lt;br /&gt;
&lt;br /&gt;
Was easy or required some work&lt;br /&gt;
* easy ubuntu (includes skype and some codecs) &lt;br /&gt;
* middle key of Ultra Nav (Trackpoint)&lt;br /&gt;
* ATI 3D Acceleration (Mobility Radeon X300)&lt;br /&gt;
* Xgl / Compiz&lt;br /&gt;
&lt;br /&gt;
Still TODO&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
* Forward/Backward keys, Access IBM Key&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Bluetooth (light indicates working)&lt;br /&gt;
* Modem &lt;br /&gt;
* IrDA&lt;br /&gt;
* TV out, VGA out&lt;br /&gt;
&lt;br /&gt;
Failed / still requires work&lt;br /&gt;
* Active Protection System&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
===Recovery copy of data===&lt;br /&gt;
&lt;br /&gt;
Before installing a new OS you should create a security copy of your old system. As the IBM Rescue and Recovery tool quit with an error message I used the Ubuntu live CD, mounted and cd'ed into my external hard drive and ran the following command:&lt;br /&gt;
&lt;br /&gt;
 $ cmduser|sudo dd if=/dev/sda1 | gzip | dd of=./sda1.img&lt;br /&gt;
&lt;br /&gt;
where /dev/sda1 is the device with my windows partition and sda1.img the gzipped security copy.&lt;br /&gt;
In case of problems one can now restore lost information using&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=./sda.img | gzip -d | of=/dev/sda1 &lt;br /&gt;
&lt;br /&gt;
After creating the recovery copy we are ready to resize the existing windows partition. This article assumes you want to keep your IBM Rescue and Recovery Partition, shrink in size, but keep your windows partition and create a new partition for Dapper Drake.&lt;br /&gt;
&lt;br /&gt;
===Resizing Partitions===&lt;br /&gt;
&lt;br /&gt;
Probably the best choice is now to boot from the alternate CD (read http://gawrysiak.org/corvus/?p=4) to know why) and  use it to resize the existing NTFS partition. Unfortionately in my case it didn't work. So I booted the Live CD, but gparted and parted refused to resize my Windows, too. If the same happens to you, use the example (http://crashrecovery.org/CrashRecoveryKit/iso/2.4.21/HOWTO.ntfs.html) to know how to resize it &amp;quot;manually&amp;quot; using ntfsresize and fdisk.&lt;br /&gt;
&lt;br /&gt;
After resizing your windows partition you should reboot window to check everything's in order. It probably will run checkdisk and reboot two times - according to experieces you can read in the web, you should better let windows do that.&lt;br /&gt;
&lt;br /&gt;
===Installation of Ubuntu===&lt;br /&gt;
&lt;br /&gt;
Now it's the time to install Ubuntu. I used the alternate CD for that because I chose to install grub into the Linux partition and not into the Master Boot Record (read why (http://gawrysiak.org/corvus/?p=4), same article as above). The graphical LiveCD installer automatically installs grub to the MBR. If you want to use grub in the MBR read http://thinkwiki.org/wiki/Rescue_and_Recovery . There is a description of what you have to do in order to still be able to use the IBM R'n'R partition.&lt;br /&gt;
&lt;br /&gt;
* remember that you're installing GRUB to an '''sda''' mount, not an hda mount like the GRUB installer will prompt you for what you should enter after you tell GRUB not to install in the MBR will be something like this:&lt;br /&gt;
&lt;br /&gt;
/dev/sda3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After the installation is finshed it will reboot your system. Now windows should start. In my case it didn't, but playing around, booting into the R'n'R partition, starting PC Doctor and doing some Diagnostics (no changes) somehow and surprisingly made windows boot again.&lt;br /&gt;
&lt;br /&gt;
To boot you freshly installed Linux you have to reboot the LiveCD one last time. Use&lt;br /&gt;
&lt;br /&gt;
 $ sudo dd if=/dev/hda3 of=ubuntu.img bs=512 count=1&lt;br /&gt;
&lt;br /&gt;
to copy the first block of grub into an image file and use e.g. an usb flash drive to transfer it to your newly booted windows. Copy paste the image to C:\ and add the following line to your C:\boot.ini:&lt;br /&gt;
&lt;br /&gt;
 C:\ubuntu.img=&amp;quot;Ubuntu Dapper Drake&amp;quot; $&lt;br /&gt;
&lt;br /&gt;
At the next restart the windows boot manager should now welcome you with the choice to boot windows or ubuntu. Choose ubuntu to (finally ;-) boot your newly installed linux for the first time.&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Easyubuntu===&lt;br /&gt;
&lt;br /&gt;
On http://easyubuntu.freecontrib.org/ you can find a helpful tool to install skype, codecs, ati 3d drivers and further things that can make your live easier.&lt;br /&gt;
&lt;br /&gt;
===Keyboard layout===&lt;br /&gt;
&lt;br /&gt;
My T43 has a German keyboard layout. Most worked just fine, but some keys (in my case the &amp;quot;at&amp;quot; and the &amp;quot;tilde&amp;quot; among others) just didn't. If the same happens to you, just go to the gnome system preferences menu and choose the right layout for your keyboard (probably named after your language and something like eliminate-dead-keys or no-dead-keys)&lt;br /&gt;
&lt;br /&gt;
===3D acceleration and Xgl/Compiz===&lt;br /&gt;
&lt;br /&gt;
Search at thinkwiki.org for help on your graphics card. If you have an ATI Radeon X300 like me, use this explanation how to make your hardware 3d acceleration work:&lt;br /&gt;
http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide&lt;br /&gt;
&lt;br /&gt;
To test if it works type&lt;br /&gt;
&lt;br /&gt;
 $ glxinfo | grep rendering&lt;br /&gt;
&lt;br /&gt;
The answer should be: &amp;quot;direct rendering: Yes&amp;quot;. If it says &amp;quot;No&amp;quot;, you don't have 3D acceleration.&lt;br /&gt;
&lt;br /&gt;
If you want to install Xgl/Compiz like me, here is a great installation help for ATI cards (use way two): http://www.compiz.net/viewtopic.php?id=389&lt;br /&gt;
If you have another card you might find a good explanation here: http://ubuntuforums.org/showthread.php?t=148351&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
&lt;br /&gt;
The T43 has a great system to protect your hard disk, the Active Protection System APS. An Howto http://thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS describes, how you can use it. I try to explain it a little more in detail, but &lt;br /&gt;
{{WARN|only follow these instructions if you know what you are doing!}}&lt;br /&gt;
&lt;br /&gt;
If you didn't until now you will have to install make, libc, gcc, ... Best is you use&lt;br /&gt;
&lt;br /&gt;
 $ sudo apt-get install build-essentials&lt;br /&gt;
&lt;br /&gt;
Determine your kernel version using &lt;br /&gt;
&lt;br /&gt;
 $ uname -a&lt;br /&gt;
&lt;br /&gt;
You should see somthing like&lt;br /&gt;
&lt;br /&gt;
 Linux ibm 2.6.15-26-386 #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006 i686 GNU/Linux&lt;br /&gt;
&lt;br /&gt;
Install the kernel sources &amp;quot;linux-source&amp;quot; e.g. using Synaptic.&lt;br /&gt;
Download the right kernel patch from http://thinkwiki.org/wiki/HDAPS#Applications according to your kernel version and system (I chose &amp;quot;sata/ide disk protection patch for 2.6.15&amp;quot;)&lt;br /&gt;
adapt following steps to your needs:&lt;br /&gt;
&lt;br /&gt;
 $ cd /usr/src/&lt;br /&gt;
 $ sudo su&lt;br /&gt;
 # bunzip2 linux-source-2.6.15.tar.bz2&lt;br /&gt;
 # tar -xf linux-source-2.6.15.tar&lt;br /&gt;
 # cd linux-source-2.6.15&lt;br /&gt;
 # patch -p1 -l &amp;lt; /home/silvan/hdaps_protect.20060118.patch&lt;br /&gt;
&lt;br /&gt;
You should see several lines with the word &amp;quot;suceeded&amp;quot;. If you see many &amp;quot;failed&amp;quot; instead you probably chose the wrong patch for your kernel. You can use the --dry-run option to try it out first. If you get errors in the following steps you should better stop unless you know what you are doing.&lt;br /&gt;
&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make oldconfig # use old config, ask for new items, only&lt;br /&gt;
 # make clean&lt;br /&gt;
 # make           # takes quite a long time, several minutes&lt;br /&gt;
 # make modules&lt;br /&gt;
 # make modules_install&lt;br /&gt;
&lt;br /&gt;
Afterwards use the debian sources mentioned in http://thinkwiki.org/wiki/How_to_protect_the_harddisk_through_APS to install the user space deamon hdapsd and the gnome applet gnome-hdaps-applet, e.g. using Synaptic.&lt;br /&gt;
&lt;br /&gt;
If this worked for you, you can find some nice applications at http://thinkwiki.org/wiki/HDAPS#Applications which make use of the APS.&lt;br /&gt;
&lt;br /&gt;
{{HELP|For me unfortunately it didn't work as making the patched kernel failed. Please update ths section if you have different experiences and a better, more detailed working explanation.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Track Point middle key scrolling===&lt;br /&gt;
&lt;br /&gt;
In my case the track point worked out of the box, but the middle mouse button for scrolling did not.Track point(http://thinkwiki.org/wiki/How_to_configure_the_TrackPoint) explains, how to solve this, the steps, you need to follow are in section &amp;quot;Using the X server (kernel 2.6.11+)&amp;quot;.&lt;br /&gt;
However you don't need to follow the steps in &amp;quot;EmulateWheelTimeout temporarily broken (-&amp;gt; fix for Ubuntu Dapper)&amp;quot; as this is fixed already if you have all your packages up-to-date.&lt;br /&gt;
Follow the instructions in the sections &amp;quot;Configure firefox for using trackpoint horizontal scrolling&amp;quot; and &amp;quot;Configure Opera for using trackpoint horizontal scrolling&amp;quot; as well, if you are using one of the two browsers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fingerprint reader===&lt;br /&gt;
{{Todo|needs editing}}&lt;br /&gt;
Look at this Howto (http://thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader) if you want to use your fingerprint reader.&lt;br /&gt;
&lt;br /&gt;
===Forward / backward keys, Access IBM===&lt;br /&gt;
{{Todo|needs editing}}&lt;br /&gt;
You'll find more here: http://thinkwiki.org/wiki/How_to_get_special_keys_to_work&lt;br /&gt;
&lt;br /&gt;
===IrDA===&lt;br /&gt;
{{Todo|needs editing}}&lt;br /&gt;
Find information here: http://thinkwiki.org/wiki/How_to_make_use_of_IrDA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sorry for the bad formatting of the links :-(&lt;br /&gt;
Hope this helped anyhow :-)&lt;br /&gt;
&lt;br /&gt;
Greetz&lt;br /&gt;
&lt;br /&gt;
tec&lt;br /&gt;
&lt;br /&gt;
=External Sources=&lt;br /&gt;
*This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation survey (IBM/Lenovo)].&lt;/div&gt;</summary>
		<author><name>2bithacker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ThinkPad_Dock_II&amp;diff=24271</id>
		<title>ThinkPad Dock II</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ThinkPad_Dock_II&amp;diff=24271"/>
		<updated>2006-08-18T16:14:01Z</updated>

		<summary type="html">&lt;p&gt;2bithacker: /* Quality DVI &amp;amp; Widescreen support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | __TOC__&lt;br /&gt;
| style=&amp;quot;vertical-align:top;&amp;quot; | &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;
== IBM ThinkPad Dock II ==&lt;br /&gt;
The IBM Dock II (Model 2877) is the most feature-packed dock IBM sells. In addition to supporting all the features of the [[ThinkPad Mini-Dock|Mini-Dock]], the expansion capability of the Dock II can transform a regular Thinkpad into a full blown workstation with multiple monitors (PCI video card), higher fidelity audio (PC Card audio), and additional storage [[UltraBay|Ultrabay 2000]]. These expansion features are not supported by all Thinkpads, therefore the Dock II does not support as many Thinkpads as the [[ThinkPad Port Replicator II|Port Replicator II]] or [[ThinkPad Mini-Dock|Mini-Dock]].&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* everything the [[ThinkPad Mini-Dock]] has&lt;br /&gt;
* 1x half-size PCI card slot&lt;br /&gt;
* 2x Type II (or 1x Type III) [[CardBus slot]]&lt;br /&gt;
* 1x [[UltraBay|Ultrabay 2000]] slot&lt;br /&gt;
&lt;br /&gt;
===Pros &amp;amp; Cons===&lt;br /&gt;
* Positives: Expansion capability&lt;br /&gt;
* Negatives: Cost ($399), internal fan is loud, large, less compatible&lt;br /&gt;
* Compatibility: X20/30, T20/30/40, R50/R51 and A20/30 Series notebooks.(does not support the A21e/22e, R40/40e/50e/51e or X40/41).&lt;br /&gt;
* Warranty: One Year&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
* [http://www-132.ibm.com/webapp/wcs/stores/servlet/ProductDisplay?catalogId=-840&amp;amp;langId=-1&amp;amp;storeId=1&amp;amp;partNumber=287710U IBM Website for Dock II]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/92p1836.pdf ThinkPad Docking Solutions HMM (February 2003)] (248,638 Bytes)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==PCI Slot==&lt;br /&gt;
Note this is a full height/half size and not a 'low profile' slot (the PCI card on the pictures below is &amp;quot;low-profile&amp;quot;, but &amp;quot;half-size&amp;quot; cards also fit in the Dock II). Separate brackets are required for low profile PCI cards. Normal cards will not fit.&lt;br /&gt;
&lt;br /&gt;
Many use the half-size PCI slot for peripherals like secondary video cards, TV tuners, audio cards, etc. This is considered by many to be the highlight of the Dock II, and is a feature that few other docks have. The Dock II does not support AGP or PCI Express. The Ultrabay 2000 slot can be used to connect other IBM peripherals, such as second hard disks or CD/DVD drives.&lt;br /&gt;
Potential owners of the Dock II are often concerned about compatibility and recommendations of video cards. See the [[#Compatible Video Cards|compatible video cards]] list below for more information.&lt;br /&gt;
&lt;br /&gt;
''Dock II owners: anybody tried to shoehorn a larger card in? ''&lt;br /&gt;
&lt;br /&gt;
Dimensions are up to 18 x 12 cm:&lt;br /&gt;
{{gallery_start}}&lt;br /&gt;
{{thumb|ThinkPad-DockII.jpg|PCI slot of the IBM ThinkPad Dock II, Type 2877, P/N 62P4547 (bottom view)}} &lt;br /&gt;
{{thumb|ThinkPad-DockII-rear.jpg|PCI slot of the IBM ThinkPad Dock II, Type 2877, P/N 62P4547 (rear bottom view)}}&lt;br /&gt;
{{gallery_end}}&lt;br /&gt;
In order to use a larger than &amp;quot;low-profile&amp;quot; card with the Dock II you can use a PCI riser. This means you might have to build a hollow support base for the dock, but it will allow you to connect any card. These PCI risers can be found at places such as [http://mini-itx.com/store/?c=8#p1908].&lt;br /&gt;
&lt;br /&gt;
===Video Cards===&lt;br /&gt;
The PCI slot is most often used for installing video cards to allow for multiple monitors. This feature is especially useful for anyone that requires visualizing a large amount of information, including stock brokers, artists, etc. Due to the slow PCI bus, gaming is generally not improved much by external cards.&lt;br /&gt;
One of the chief concerns of low profile video cards is whether they support the monitor setup you desire. As more monitors these days are LCDs, quality DVI support is essential. Additional concerns include driver support, ability to hot-swap (add or remove the thinkpad without rebooting), and noise/heat.&lt;br /&gt;
====Quality DVI &amp;amp; Widescreen support====&lt;br /&gt;
One way to work around the [[Problem with DVI throughput|limitations]] of the docks DVI pass-through port is to use a PCI graphics card which features a DVI port. Note that while this probably will work, the performance of the PCI graphics accellerator will be poor because of the limitations of the interface.&lt;br /&gt;
&lt;br /&gt;
Also the newest ATI video drivers for both Linux and Windows are known to not have limited resolution support on the external DVI port anymore.&lt;br /&gt;
&lt;br /&gt;
====Hot Swapping====&lt;br /&gt;
'''It is unknown whether hot swapping is fully supported.''' &lt;br /&gt;
Check the [http://forums.thinkpads.com/ thinkpads.com forum] for more information.&lt;br /&gt;
&lt;br /&gt;
====Noise/Heat====&lt;br /&gt;
Since the [[Dock II]] has been reported to be a bit noisy, some people have taken to unplugging the fan inside (or possibly replacing it). While this likely voids your warranty, it may be necessary if you really want it quiet. Adding a video card increases the heat inside the dock, and may likely have a fan on board as well, meaning it will increase the noise level. While adding one of the below video cards is likely well within the thermal limitations of the dock, you should take into consideration the noise and heat it may add.&lt;br /&gt;
&amp;lt;BR&amp;gt;&amp;lt;BR&amp;gt;&lt;br /&gt;
'''Anybody care to add some anecdotal information about this here?'''&lt;br /&gt;
====TV Tuners====&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Card !! Chipset !! A/V Ports !! HDTV !! Price&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.ati.com/products/tvwonderpro/index.html ATI TV Wonder Pro]&lt;br /&gt;
|PCI&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|$59.99[http://www.compusa.com/products/product_info.asp?pfp=SEARCH&amp;amp;product_code=315276&amp;amp;Pn=TV_Wonder_Pro_PCI_TV_Tuner_and_Video_Capture_Card]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Compatible Video Cards====&lt;br /&gt;
This is a list of the most popular low-profile PCI video cards used with the IBM ThinkPad Dock II.&lt;br /&gt;
{| cellspacing=&amp;quot;10&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Card !! Chipset !! RAM !! DVI Ports !! Max DVI Res !! [http://en.wikipedia.org/wiki/TMDS TMDS] !! Compatibility !! Price&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.matrox.com/mga/workstation/audio/products/pseries/p650_low_profile.cfm Matrox Millennium P650 Low-Profile]&lt;br /&gt;
|P650&lt;br /&gt;
|64MB DDR&lt;br /&gt;
|2x&lt;br /&gt;
|1920x1200&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|[http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=321649&amp;amp;affiliate=yahoo $219.95]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.matrox.com/mga/corp/insurance/products/g450mms_quad.cfm Matrox G450MMS Quad PCI]&lt;br /&gt;
|G450&lt;br /&gt;
|128MB DDR&lt;br /&gt;
|4x&lt;br /&gt;
|4x1280x1024&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|~$500&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.pny.com/products/quadro/nvs/280Nvspci.asp PNY Quadro NVS 280 PCI]&lt;br /&gt;
|Nvidia Quadro 280&lt;br /&gt;
|64MB DDR&lt;br /&gt;
|2x (reqs cable)&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|[http://www.computerbrain.com/applications/search/itemdetails.asp?sku=VCQ4280NVSPCIBK&amp;amp;sc=frg $157.99]&lt;br /&gt;
|-&lt;br /&gt;
|Nvidia GeForce MX 4000&lt;br /&gt;
|GeForce 4 MX 4000&lt;br /&gt;
|64MB DDR&lt;br /&gt;
|1x &lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.naplestech.com/pages/xentera_gt2_pci-dvi.htm NTI Xentera GT2]&lt;br /&gt;
|ATI Radeon 9000&lt;br /&gt;
|64MB DDR&lt;br /&gt;
|2x&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|[http://www.provantage.com/buy-7colc00h-xentera-2-pci-profile-screen-dvi-video-adapter-colorgraphic-communications-612532-shopping.htm $213.91]&lt;br /&gt;
|-&lt;br /&gt;
|[http://www.naplestech.com/pages/xentera_gt4_pci-dvi.htm NTI Xentera GT4]&lt;br /&gt;
|ATI Radeon 9000 x2&lt;br /&gt;
|64MB DDR x2&lt;br /&gt;
|4x&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|Unknown&lt;br /&gt;
|[http://www.axiontech.com/prdt.php?src=FG&amp;amp;item=49218 $448.95]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Audio Cards===&lt;br /&gt;
===Other PCI Cards===&lt;br /&gt;
&lt;br /&gt;
==Ultrabay 2000==&lt;br /&gt;
In contrast to the Full Dock I the Full Dock II has a full featured (= hotswap capable) [[UltraBay|UltraBay 2000]] slot.&lt;br /&gt;
&lt;br /&gt;
Note to T4x owners: [[UltraBay|UltraBay 2000]] is an older Ultrabay technology, not compatible with the [[UltraBay|UltraBay Slim]] in the T40/T41/T42/T43 lineup. Many [[UltraBay|UltraBay 2000]] accessories are available on [http://search.ebay.com/ultrabay-2000 Ebay]. &lt;br /&gt;
&lt;br /&gt;
The docks IDE interface is a CMD 648, so you should enable the according kernel option (compile it into the kernel if loading as a module doesn't work), if you want to use anything else than a floppy in the docks UltraBay.&lt;br /&gt;
Note that the interface will most likely be ide2 and ide3 then, so the docks UltraBay drive will be hde.&lt;br /&gt;
&lt;br /&gt;
==PC Card Slots==&lt;br /&gt;
Nothing special: 2 additional Type II slots. This may be helpful if you need a certain PC Card only while docked (e.g. a second GBit NIC), or if you have 2 PC Cards that physically won't fit into one pair of slots at the same time (e.g. 2 WLAN cards or 2 [http://www.villagetronic.com/e_pr_vtbook.html Villagetronic VTBook Video cards] ).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--===Peripherals===--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==DVI pass-through==&lt;br /&gt;
LCD monitors are getting larger and higher-resolution. Currently, DVI based on 165MHz TDMS transmitters can only (officially) support 1600x1200x32 at 60Hz, which is the resolution of your average 20&amp;quot; non-widescreen LCD. IBM's driver support for this resolution through DVI ports on docks has been inconsistent. Also in Linux you might experience [[Problem with DVI throughput|problems]] even with this resolution and IBM officially states that the pass-through DVI port only supports resolutions up to 1280x1024. Read [[Problem with DVI throughput|our page]] of information on how to solve these troubles.&lt;br /&gt;
&lt;br /&gt;
Please be aware that not all Thinkpad models will support DVI output with a Dock.  Apparently, X and T2* models do not.  Please add other models if you know about them to not support DVI.&lt;br /&gt;
&lt;br /&gt;
== Supported ThinkPads ==&lt;br /&gt;
* {{A20m}}, {{A20p}}, {{A21m}}, {{A21p}}, {{A22m}}, {{A22p}}&lt;br /&gt;
* {{A30}}, {{A30p}}, {{A31}}, {{A31p}}&lt;br /&gt;
* {{R30}}, {{R31}}, {{R32}}&lt;br /&gt;
* {{R50}}, {{R50p}}, {{R51}}, {{R52}}&lt;br /&gt;
* {{T20}}, {{T21}}, {{T22}}, {{T23}}&lt;br /&gt;
* {{T30}}&lt;br /&gt;
* {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}&lt;br /&gt;
* {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}&lt;br /&gt;
* {{X30}}, {{X31}}, {{X32}}&lt;/div&gt;</summary>
		<author><name>2bithacker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_DVI_throughput&amp;diff=24270</id>
		<title>Problem with DVI throughput</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_DVI_throughput&amp;diff=24270"/>
		<updated>2006-08-18T16:10:06Z</updated>

		<summary type="html">&lt;p&gt;2bithacker: /* Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information about the DVI throughput problem on port replicators and docks with ThinkPads from approximately 2000.&lt;br /&gt;
&lt;br /&gt;
==Problem description==&lt;br /&gt;
All ThinkPad port replicators and docking stations officially support a maximum resolution of 1280x1024 on the replicators/docks DVI port. Resolutions above were not supported in standard drivers at all for a long time and may lead to random screen corruption if used with modified or alternative drivers.&lt;br /&gt;
&lt;br /&gt;
Unofficially, good DVI transmitters can support resolutions like 1600x1200 or 1920x1200 at 60Hz used in modern TFT monitors. However, not all DVI transmitters can push this resolution, due to poor signal quality from cheap manufacturing or weak TDMS transmitters.&lt;br /&gt;
&lt;br /&gt;
Random screen corruption means that approximately 1 out of 5 times you will have a lot ot flickering blue and green pixels (roughly gathered to vertical stripes) on your DVI driven display. It is not entirely clear so far if the screen corruption problems are a driver or hardware problem.&lt;br /&gt;
&lt;br /&gt;
You may also discover the phenomena of a blurred picture when having automatic picture expansion enabled on a higher resolution display. Switching this off should recover the picture quality.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
*ThinkPad {{A20p}}, {{A21p}}, {{A22p}}, {{A30}}, {{A30p}}, {{A31}}, {{A31p}}&lt;br /&gt;
*ThinkPad {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}&lt;br /&gt;
*ThinkPad {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}&lt;br /&gt;
&lt;br /&gt;
*all port replicators and docking stations for these models&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
&lt;br /&gt;
*Linux, all flavours&lt;br /&gt;
*Windows, all flavours&lt;br /&gt;
&lt;br /&gt;
==Status==&lt;br /&gt;
IBM knows about this and has included this limitation into the specs of all these docking solutions.&lt;br /&gt;
&lt;br /&gt;
It is, however, possible to run higher resolutions on the DVI port. Linux supports this natively. The Windows drivers were limited in to 1280x1024 for a long time, but with the newest releases this limitation is gone for certain models.  However, depending on your display you can still experience the phenoma of random screen corruption.&lt;br /&gt;
&lt;br /&gt;
The {{T42}} with the ATI 9600 chip is reported to be able to drive the Dell 24&amp;quot; 2405FPW at 1920x1200 using DVI by using ATI Catalyst drivers for Windows.&lt;br /&gt;
&lt;br /&gt;
Recent IBM drivers (e.g. 2005 Aug 11 release, version 8.133.2-050525a-024243C-IBM) are also known to support resolutions of 1600x1200 ({{T41p}} with NEC 2180UX) and 1920x1200 ({{T42p}} and {{T41p}} with Dell 2405FPW) at 60Hz through the dock DVI port. This has been reported to not be the case with {{T40}}, {{T40p}}, and {{T41}} models.  For these models, use alternate drivers in the 'Solutions' section.&lt;br /&gt;
&lt;br /&gt;
If you experience flickering, try using a better or shorter DVI cable.&lt;br /&gt;
&lt;br /&gt;
If your transmitter cannot push this resolution, try fiddling with the 'reduced blanking' option (through your video card driver) or create a custom timing (with a lower refresh rate) in [http://www.entechtaiwan.com/ps.htm PowerStrip]. Note that both ways can reduce performance especially in fast refresh-sensitive work (reduced blanking less so though). For more information on TDMS transmission, see the  [http://www20.graphics.tomshardware.com/graphic/20041129/ DVI Compliance Testing article] at [http://www.tomshardware.com/ Tom's Hardware].&lt;br /&gt;
&lt;br /&gt;
Very high resolution displays like the [http://www.apple.com/displays Apple 30&amp;quot; Cinema Display], with a 2560x1600 resolution, requires what is known as Dual-Link DVI [http://graphics.tomshardware.com/graphic/20041129/tft_connection-06.html], a technique of piggybacking 2 DVI connections into one physical DVI plug. This is not to be confused with a card having 'Dual DVI', or two physical DVI ports. Very few video cards support Dual-Link DVI, and they are usually very expensive. No known PCI cards exist that support Dual-Link DVI. There is hope for users of large displays though - newer TDMS transmitters, such as the [http://www.siliconimage.com/products/product.aspx?id=4 SiI 1172], can push 225MHz and above through a single link, which is enough to drive 2560x1600 at 55Hz. These transmitters have not yet made it to many video cards - only the ASUS V9999GE card is known to use one.&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
&lt;br /&gt;
Under Linux, you can in theory make use of higher resolutions. (This is currently limited by the inability of drivers to use the DVI port.) If screen corruption should occur, you can try fixing it by changing from X to the console and back. Doing this often helps.&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
For certain models, the problem is solved with the newest video drivers from IBM. Just update.&lt;br /&gt;
&lt;br /&gt;
For other models ({{T40}}, {{T40p}}, and {{T41}}), you must use alternate drivers to enable the higher resolutions.  You can use patched ATI driver sets like [http://www.dna-drivers.nl/ DNA-ATI] or [http://www.omegadrivers.net OMEGA] drivers, or you can download the latest drivers from www.ati.com and patch them with Patje's Mobility Modding tool found [http://www.driverheaven.net/patje/ here]. This tool solves the problem when used with Catalyst drivers from version 5.6.&lt;br /&gt;
&lt;br /&gt;
If you experience trouble getting the ATI Control Center to come up correctly when using these patched drivers, you can make a shortcut to the CLI.EXE file (ie. \program files\ATI Technologies\ATI.ACE\CLI.EXE) to open it directly.&lt;br /&gt;
&lt;br /&gt;
The remaining problem with Windows is that IBMs practical Presentation Director utility still doesn't support the higher resolution. This issue is solvable by doing some manual modifications to Presentation Directors registry entries. If you don't want to tweak your registry you can use multi-res (packaged with the OMEGA drivers) instead of Presentation Director.&lt;br /&gt;
&lt;br /&gt;
If you want to use Presentation Director, follow this procedure:&lt;br /&gt;
* Add a profile with VGA output and set it to 1600x1200.&lt;br /&gt;
* Then you also add a profile with DVI output and set it to 1280x1024.&lt;br /&gt;
* After finishing the wizard you open regedit.&lt;br /&gt;
* Look for the Presentation directors key structure (HKEY_CURRENT_USER/Software/IBM/NPdirect/Data/Common/Presentation/Schemes) and&lt;br /&gt;
* copy the resolution value from the VGA profile to the DVI profile. (So if your VGA profiles name is VGAprof and the DVI profiles is DVIprof, you copy the Resolution keys value from HKEY_CURRENT_USER/Software/IBM/NPdirect/Data/Common/Presentation Schemes/VGAprof/01 to ....../DVIprof/01.)&lt;br /&gt;
* Close regedit (and eventually reboot) and restart Presentation Director.&lt;br /&gt;
* You should be have the wanted resolution in the properties of your DVI profile.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a non-standard resolution monitor (like Dell 2005FPW), you can manually calculate the correct value for the registry key. The keys look like this in hexmode: 0x0???0???. The first four numbers are the lower part of the resolution (600 in 800x600) and the last four numbers is the higher part. To calculate the correct values open up the calculator (start-&amp;gt;run-&amp;gt;&amp;quot;calc&amp;quot;), choose View-&amp;gt;Scientific. This will enable you to use hexnumbers. Right below the result-area, choose &amp;quot;Dec&amp;quot; for decimal numbers. Now enter the lower part of your decired resolution. For instance in 2005FPW case, you'd enter &amp;quot;1050&amp;quot;. Now choose &amp;quot;Hex&amp;quot; to convert that value to hexnumber. In our case, we'll see &amp;quot;41A&amp;quot; in the resultarea. Now you just add a zero before that number (&amp;quot;041A&amp;quot;) and you have the first half of your key. Repeat this for the second part (for 2005FPW you'd enter 1680 and get 690 as result, meaning &amp;quot;0690&amp;quot; is the second part&amp;quot;). Now put them together and you have the complete key - &amp;quot;041A0690&amp;quot;. This is the value you enter in regedit as the value of the &amp;quot;Resolution&amp;quot;-key.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also have Presentation Director automatically call a batch file that calls the multi-res application. The batch file will use multi-res to switch to one of the higher resolutions not supported by the Presentation Director. Mult-res can be found [http://www.entechtaiwan.com/util/multires.shtm here].&lt;br /&gt;
&lt;br /&gt;
Batch file example:&lt;br /&gt;
 multires.exe /1920,1200,32,60 /exit&lt;br /&gt;
&lt;br /&gt;
Alternate solution: Use a VGA (not DVI) cable from the docking station to the TFT display, if available. This works on the combination of T41 and Dell 2405FPW display.&lt;/div&gt;</summary>
		<author><name>2bithacker</name></author>
		
	</entry>
</feed>