<?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=Daudo</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=Daudo"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Daudo"/>
	<updated>2026-05-23T10:11:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54076</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54076"/>
		<updated>2012-10-26T19:05:22Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* optimize power management */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The [[:Category:W530|Lenovo W530]] I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old [[:Category:W500|W500]] I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU now only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
== postinstallation tasks ==&lt;br /&gt;
&lt;br /&gt;
=== optimize power management ===&lt;br /&gt;
&lt;br /&gt;
Now that I am somewhat forced to use the NVidia GPU my interest in optimizing power management when running on battery is huge. So, the best way I have found to tweak the box easily is to use the TLP tools. Install the tool as described [http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html here] (yum based). The installation is described for F16, but it works identical for F17. &lt;br /&gt;
&lt;br /&gt;
The akmod-tp_smapi package containg the tp_smapi kernel module does not work with my W530, so I uninstalled it.&lt;br /&gt;
&lt;br /&gt;
I tweaked the following things:&lt;br /&gt;
&lt;br /&gt;
* /etc/default/grub&lt;br /&gt;
add &amp;quot;i915.i915_enable_rc6=1&amp;quot; to the GRUB_CMDLINE_LINUX line&lt;br /&gt;
&lt;br /&gt;
* /etc/default/tlp&lt;br /&gt;
- the lifetime of modern batteries is longer, when they are not constantly charged to 100%&lt;br /&gt;
 # Main battery (values in %)&lt;br /&gt;
 START_CHARGE_THRESH_BAT0=75&lt;br /&gt;
 STOP_CHARGE_THRESH_BAT0=95&lt;br /&gt;
&lt;br /&gt;
- When connected to a LAN, I want to disable both WIFI and WWAN (and reenable them, when unplugged)&lt;br /&gt;
 # Radio devices to disable on connect&lt;br /&gt;
 DEVICES_TO_DISABLE_ON_LAN_CONNECT=&amp;quot;wifi wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_DISABLE_ON_WIFI_CONNECT=&amp;quot;wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_DISABLE_ON_WWAN_CONNECT=&amp;quot;wifi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # Radio devices to enable on disconnect&lt;br /&gt;
 DEVICES_TO_ENABLE_ON_LAN_DISCONNECT=&amp;quot;wifi wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=&amp;quot;&amp;quot;&lt;br /&gt;
 #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54075</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54075"/>
		<updated>2012-10-26T19:04:47Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The [[:Category:W530|Lenovo W530]] I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old [[:Category:W500|W500]] I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU now only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
== postinstallation tasks ==&lt;br /&gt;
&lt;br /&gt;
=== optimize power management ===&lt;br /&gt;
&lt;br /&gt;
Now that I am somewhat forced to use the NVidia GPU my interest in optimizing power management when running on battery is huge. So, the best way I have found to tweak the box easily is to use the TLP tools. Install the tool as described [http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html here] (yum based). The installation is described for F16, but it works identical for F17. &lt;br /&gt;
&lt;br /&gt;
The akmod-tp_smapi package containg the tp_smapi kernel module does not work with my W530, so I uninstalled it.&lt;br /&gt;
&lt;br /&gt;
I tweaked the following things:&lt;br /&gt;
&lt;br /&gt;
* /etc/default/grub&lt;br /&gt;
add &amp;quot;i915.i915_enable_rc6=1&amp;quot; to the GRUB_CMDLINE_LINUX line&lt;br /&gt;
&lt;br /&gt;
* /etc/default/tlp&lt;br /&gt;
** the lifetime of modern batteries is longer, when they are not constantly charged to 100%&lt;br /&gt;
 # Main battery (values in %)&lt;br /&gt;
 START_CHARGE_THRESH_BAT0=75&lt;br /&gt;
 STOP_CHARGE_THRESH_BAT0=95&lt;br /&gt;
&lt;br /&gt;
** When connected to a LAN, I want to disable both WIFI and WWAN (and reenable them, when unplugged)&lt;br /&gt;
 # Radio devices to disable on connect&lt;br /&gt;
 DEVICES_TO_DISABLE_ON_LAN_CONNECT=&amp;quot;wifi wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_DISABLE_ON_WIFI_CONNECT=&amp;quot;wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_DISABLE_ON_WWAN_CONNECT=&amp;quot;wifi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 # Radio devices to enable on disconnect&lt;br /&gt;
 DEVICES_TO_ENABLE_ON_LAN_DISCONNECT=&amp;quot;wifi wwan&amp;quot;&lt;br /&gt;
 #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=&amp;quot;&amp;quot;&lt;br /&gt;
 #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54074</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54074"/>
		<updated>2012-10-26T16:10:32Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Intel vs. NVidia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The [[:Category:W530|Lenovo W530]] I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old [[:Category:W500|W500]] I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU now only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54073</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=54073"/>
		<updated>2012-10-26T16:09:45Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Intel vs. NVidia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The [[:Category:W530|Lenovo W530]] I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old [[:Category:W500|W500]] I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Serial_Ultrabay_Slim_HDD_Adapter_II&amp;diff=53953</id>
		<title>Serial Ultrabay Slim HDD Adapter II</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Serial_Ultrabay_Slim_HDD_Adapter_II&amp;diff=53953"/>
		<updated>2012-10-22T15:45:43Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Supported with */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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;
This adapter allows an extra hard drive to be inserted into the Serial Ultrabay Slim.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Takes any SATA 9.5mm thick, 2.5&amp;quot; HDD/SSD.&lt;br /&gt;
* If used in a Serial Ultrabay Enhanced, it will also accept 12.7mm high drives.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:UltraBay Slim SATA HDD Adapter.gif|Ultrabay Slim ThinkPad Serial Hard Drive Bay Adapter III]]&lt;br /&gt;
|}&lt;br /&gt;
{{NOTE|This SATA HDD adapter only works with select ThinkPads as listed below. For other machines with UltraBay Slim, use the PATA base [[UltraBay Slim HDD Adapter]] or the previous [[Ultrabay Slim SATA HDD Adapter]] or [[Ultrabay Slim SATA HDD Adapter II]] instead.}}&lt;br /&gt;
&lt;br /&gt;
=== Part numbers ===&lt;br /&gt;
*Marketing P/N: 43N3412&lt;br /&gt;
*ASM P/N: 43N3414&lt;br /&gt;
*FRU P/N: 43N3415&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
If connected at boot time then the drive is normally {{path|/dev/sdb}}&lt;br /&gt;
&lt;br /&gt;
=== Supported with ===&lt;br /&gt;
*ThinkPad {{R400}}, {{R500}}&lt;br /&gt;
*ThinkPad {{T400}}, {{T400s}}, {{T410}}, {{T410s}}, {{T500}}, {{T510}}, {{T520}}&lt;br /&gt;
*ThinkPad {{W500}}, {{W510}}, {{W520}}, {{W530}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;br /&gt;
*[[X200 UltraBase]]&lt;br /&gt;
*[[ThinkPad UltraBase Series 3]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
Screw 4 screws in the mounting holes of the hard disk / solid state drive. &lt;br /&gt;
&lt;br /&gt;
[[image:Hdd-screws.jpg]]&lt;br /&gt;
&lt;br /&gt;
Slide the screw heads under the plastic notches while plugging in the drive in the Ultrabay adapter. &lt;br /&gt;
&lt;br /&gt;
[[image:Ultrabay-plastic-notches.jpg]]&lt;br /&gt;
&lt;br /&gt;
Finally, close the black plastic lever to prevent the drive from sliding backwards.&lt;br /&gt;
&lt;br /&gt;
=== Vendor documentation ===&lt;br /&gt;
* [http://shop.lenovo.com/SEUILibrary/controller/e/web/LenovoPortal/en_US/catalog.workflow:item.detail?GroupID=38&amp;amp;Code=43N3412&amp;amp;current-category-id=6D8E5191FB0B45CBB39F45EB5B2B986E Lenovo product page] &lt;br /&gt;
&lt;br /&gt;
=== Other documentation ===&lt;br /&gt;
* [http://www.thinkpads.com/2009/06/25/about-the-thinkpad-t400s-ultrabay-devices/ Thinkpada.com entry on the T400s' ultrabay]&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Switchable_Graphics&amp;diff=53952</id>
		<title>Switchable Graphics</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Switchable_Graphics&amp;diff=53952"/>
		<updated>2012-10-22T15:45:22Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* ThinkPad models which may have this feature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Select ThinkPads feature switchable graphics, where a low power consumption integrated GPU and high performance dedicated GPU is combined and you have the ability to switch between them, sacrificing either performance or battery life.&lt;br /&gt;
&lt;br /&gt;
In Windows XP this switching requires a logout/login, while in Vista and Windows 7 there is support for runtime switching.&lt;br /&gt;
&lt;br /&gt;
Under Linux, the switching so far had to be done by entering BIOS setup and changing between &amp;quot;Internal&amp;quot; (low power, integrated), &amp;quot;External&amp;quot; (high performance, discrete) or &amp;quot;Switchable&amp;quot; (OS selectable) options.&lt;br /&gt;
&lt;br /&gt;
Depending on which Linux version you use, you could have the following effects&lt;br /&gt;
* On Ubuntu 8.10 (Intrepid) BIOS setting has to be either on Internal or External, not Switchable.&lt;br /&gt;
* On Ubuntu 9.10 (Karmic) the Integrated Intel card works with both Integrated or Switchable set&lt;br /&gt;
&lt;br /&gt;
== Switchable Graphics and Docks ==&lt;br /&gt;
&lt;br /&gt;
ThinkPads with switchable graphics can only drive DVI or DisplayPort outputs on Docks by using the high-performance discrete graphics card, the integrated GPU is just not attached to the DVI or DisplayPort outputs (though VGA output through the dock is possible).&lt;br /&gt;
&lt;br /&gt;
== Improving Battery-life with Optimus ==&lt;br /&gt;
ThinkPads with NVidia Optimus graphics, have been well known to have significantly better battery-life in Windows than in Linux, even when Linux only uses the internal graphics. The reason is that the NVidia GPU is not automatically powered off when it is not used. So to get optimal battery-life in Linux on ThinkPad with Optimus, you need to switch it off manually (or by a script).&lt;br /&gt;
&lt;br /&gt;
First you need to enable access to vga-switcheroo settings, for that you need to mount the debugfs. You can do that by adding the following line to {{path|/etc/fstab}}:&lt;br /&gt;
  none            /sys/kernel/debug debugfs defaults 0 0&lt;br /&gt;
&lt;br /&gt;
After mounting that you can now access {{path|/usr/kernel/debug/vgaswitcheroo/switch}}. &lt;br /&gt;
&lt;br /&gt;
See which GPU is currently active (look for '+'), and which ones are powered (look for 'pwr'): &lt;br /&gt;
  {{cmdroot|cat /sys/kernel/debug/vgaswitcheroo/switch}}&lt;br /&gt;
&lt;br /&gt;
To force it to use the internal graphics write: &lt;br /&gt;
  {{cmdroot|echo 'IGD' &amp;gt; /sys/kernel/debug/vgaswitcheroo/switch}}&lt;br /&gt;
&lt;br /&gt;
To force it to use the discrete GPU: &lt;br /&gt;
  {{cmdroot|echo 'DES' &amp;gt; /sys/kernel/debug/vgaswitcheroo/switch}}&lt;br /&gt;
&lt;br /&gt;
Most importantly, to poweroff the currently unused GPU, run: &lt;br /&gt;
  {{cmdroot|echo 'OFF' &amp;gt; /sys/kernel/debug/vgaswitcheroo/switch}}&lt;br /&gt;
&lt;br /&gt;
This will greatly improve to your average battery-life on ThinkPads T420 if you only use intel Xorg drivers.&lt;br /&gt;
&lt;br /&gt;
== Development status ==&lt;br /&gt;
David Arlie has been working on switching between GPUs without having to reboot, and changing BIOS settings. An initial version of a new driver (vga_switcheroo) has been merged in the 2.6.34 kernel. This driver allows switching between graphics cards, but requires that the Xserver is restarted. Full seamless runtime switching support will require significant Xserver work.&lt;br /&gt;
&lt;br /&gt;
http://www.phoronix.com/scan.php?page=news_item&amp;amp;px=ODAyMg&lt;br /&gt;
&lt;br /&gt;
A script to switch between ATI discrete graphics with the fglrx driver and Intel integrated graphics with xorg driver through rebooting and selection in the bios is posted here.  The user must reboot, but no further configuration is needed as the script detects the card used and copies the correct libraries and configuration file.&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Auto_detect_drivers_for_switchable_graphics&lt;br /&gt;
&lt;br /&gt;
It has been discovered that on a W500 running Windows 7 64-bit that the switch can be invoked using one of the two following commands (depending on which chipset is currently in use)&lt;br /&gt;
&lt;br /&gt;
{{cmd|C:\PROGRA~2\ThinkPad\UTILIT~1\PWMUIAux.exe /HighPerformanceGpu |}}&lt;br /&gt;
&lt;br /&gt;
{{cmd|C:\PROGRA~2\ThinkPad\UTILIT~1\PWMUIAux.exe /EnergySavingGpu |}}&lt;br /&gt;
&lt;br /&gt;
A small utility has been developed to switch between the chipsets with the ThinkVantage button, using Windows SetupAPI to detect the current chipset. More information and download of source and binary available here: http://entropicassembly.com/thinkpadgraphics/&lt;br /&gt;
&lt;br /&gt;
== ThinkPad models which may have this feature ==&lt;br /&gt;
* {{R400}}&lt;br /&gt;
* {{T400}}, {{T500}}, {{T510i}}, {{T420}}, {{T420s}}, {{T520}}&lt;br /&gt;
* {{W500}}, {{W520}}, {{W530}}&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=USB_Port&amp;diff=53951</id>
		<title>USB Port</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=USB_Port&amp;diff=53951"/>
		<updated>2012-10-22T15:44:26Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Models featuring this Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Connector Pinout==&lt;br /&gt;
{|  border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;background-color:#ffffff;text-align:center;border:2px ridge;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-size:smaller;height:7px;&amp;quot;&lt;br /&gt;
| 4 || 3 || 2 || 1 &lt;br /&gt;
|- style=&amp;quot;background-color:#f0d090;height:5px;font-size:smaller;padding:0px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:20px;border-left:5px solid white;border-right:5px solid white;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;width:20px;border-left:5px solid white;border-right:5px solid white;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;width:20px;border-left:5px solid white;border-right:5px solid white;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;width:20px;border-left:5px solid white;border-right:5px solid white;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| colspan=4 style=&amp;quot;border:1px outset #dddddd;background-color:#dddddd;height:10px;&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;1&amp;quot; style=&amp;quot;border:2px solid white;border-top-width:0px;text-align:center;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;height:10px;font-size:smaller;padding:0px;&amp;quot;&lt;br /&gt;
| style=&amp;quot;width:30px;&amp;quot; | GND&lt;br /&gt;
| style=&amp;quot;width:30px;&amp;quot; | D+&lt;br /&gt;
| style=&amp;quot;width:30px;&amp;quot; | D-&lt;br /&gt;
| style=&amp;quot;width:30px;&amp;quot; | VCC&lt;br /&gt;
|}&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! Pin !! Name !! Cable color !! Description   &lt;br /&gt;
|-&lt;br /&gt;
| 1 || VCC || red || +5 V DC        &lt;br /&gt;
|-&lt;br /&gt;
| 2 || D+ || white || Data +        &lt;br /&gt;
|-&lt;br /&gt;
| 3 || D- || green || Data -       &lt;br /&gt;
|-&lt;br /&gt;
| 4 || GND || black || Ground  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
'''USB 1.0 or 1.1'''&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}, {{R40e}}&lt;br /&gt;
*ThinkPad {{T20}}, {{T21}}, {{T22}}, {{T23}}, {{T30}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}&lt;br /&gt;
*ThinkPad {{TransNote}}&lt;br /&gt;
*Thinkpad {{390E}}, {{390X}}, {{240X}}, {{600}}, {{600E}}, {{600X}}, {{770E}}, {{770X}}, {{770Z}}, {{380XD}}, {{385XD}}&lt;br /&gt;
'''USB 2.0'''&lt;br /&gt;
*ThinkPad {{Edge Series}}&lt;br /&gt;
*ThinkPad {{G Series}}&lt;br /&gt;
*ThinkPad {{L Series}}&lt;br /&gt;
*ThinkPad {{R40}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}}, {{R52}}, {{R400}}, {{R500}}&lt;br /&gt;
*ThinkPad {{SL Series}}&lt;br /&gt;
*ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{T510}}, {{T510i}}&lt;br /&gt;
*ThinkPad {{W Series}}&lt;br /&gt;
*ThinkPad {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41T}}, {{X60}}, {{X60s}}, {{X60 Tablet}}, {{X61}}, {{X61 Tablet}}, {{X61s}}, {{X100e}}, {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}},{{X300}}, {{X301}}&lt;br /&gt;
*ThinkPad {{Z Series}}&lt;br /&gt;
'''USB 3.0'''&lt;br /&gt;
{{NOTE|For proper USB 3.0 support, including suspend and resume, you need to have the 2.6.37 kernel or newer}}&lt;br /&gt;
*ThinkPad {{T510}}&lt;br /&gt;
*ThinkPad {{W510}}, {{W520}}, {{W530}}, {{W701}}, {{W701ds}}&lt;br /&gt;
&lt;br /&gt;
==Docks and Port Replicators featuring this Technology==&lt;br /&gt;
* [[ThinkPad Port Replicator]]&lt;br /&gt;
* [[ThinkPad Port Replicator II]]&lt;br /&gt;
* [[ThinkPad Dock]]&lt;br /&gt;
* [[ThinkPad Dock II]]&lt;br /&gt;
* [[ThinkPad Advanced Dock]]&lt;br /&gt;
* [[ThinkPad Advanced Mini Dock]]&lt;br /&gt;
* [[ThinkPad Mini-Dock]]&lt;br /&gt;
* [[ThinkPad X4 Dock]]&lt;br /&gt;
* [[UltraBase X3]]&lt;br /&gt;
* [[UltraBase X4]]&lt;br /&gt;
* [[UltraBase X6]]&lt;br /&gt;
* [[X6 UltraBase Tablet]]&lt;br /&gt;
* [[ThinkPad Port Replicator with Advanced EtherJet]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Power_Connector&amp;diff=53950</id>
		<title>Power Connector</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Power_Connector&amp;diff=53950"/>
		<updated>2012-10-22T15:43:15Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* 170W 8.5 Amps for W520 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
Over time, different ThinkPads have used different power connectors. You can use a higher Amperage rated power supply then your ThinkPad needs, as long as the physical connector is correct. But you should not use a lower Amperage power supply on a ThinkPad needing more Amperage. Doing so will overheat the power supply, and might cause issues such as screen flicker.&lt;br /&gt;
&lt;br /&gt;
{{HINT|In case you cannot find your Model ThinkPad listed, or you wish to double check, you can find the required power information on a label on the bottom of your ThinkPad}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|The Amperage's listed below are the OUTPUT values for the AC adapter, which should be equal or greater then what your ThinkPad requires}}&lt;br /&gt;
&lt;br /&gt;
All current Thinkpads require 20 Volt DC input. See also the official Lenovo {{IBMDOCURL|MIGR-4tcmcu|page for power adapters}}.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==10.5 V, 1.0 A Power==&lt;br /&gt;
*ThinkPad {{220}}&lt;br /&gt;
&lt;br /&gt;
==15 V, 2.0 A Power==&lt;br /&gt;
*ThinkPad {{350}}, {{350C}}&lt;br /&gt;
*ThinkPad {{500}}, {{510Cs}}&lt;br /&gt;
*ThinkPad {{730T}}&lt;br /&gt;
&lt;br /&gt;
==4-Pin connector==&lt;br /&gt;
[[image:4pin-power-plug.JPG|right|thumb|4 pin power connector]]&lt;br /&gt;
===Unknown watts/amps===&lt;br /&gt;
*ThinkPad {{355}}, {{355Cs}}, {{355C}}&lt;br /&gt;
*ThinkPad {{360}}, {{360Cs}}, {{360C}}, {{360P}}, {{360CSE}}, {{360CE}}, {{360PE}}&lt;br /&gt;
*ThinkPad {{370C}}&lt;br /&gt;
*ThinkPad {{700}}, {{700C}}&lt;br /&gt;
*ThinkPad {{720}}, {{720C}}&lt;br /&gt;
*ThinkPad {{750}}, {{750Cs}}, {{750C}}, {{750P}}&lt;br /&gt;
===35W===&lt;br /&gt;
AC Adapter PN 76H0119&lt;br /&gt;
* ThinkPad {{755CX}}, {{755CV}}, {{755CD}}, {{755CDV}}&lt;br /&gt;
*ThinkPad {{760L}}, {{760C}}, {{760CD}}, {{760EL}}, {{760ELD}}, {{760E}}, {{760ED}}, {{760XL}}, {{760XD}}&lt;br /&gt;
===40W===&lt;br /&gt;
*ThinkPad {{755C}}, {{755Cs}}, {{755CSE}}, {{755CE}}&lt;br /&gt;
*ThinkPad {{760LD}}&lt;br /&gt;
===56W===&lt;br /&gt;
AC Adapter PN 12J2456&lt;br /&gt;
*ThinkPad {{765L}}, {{765D}}&lt;br /&gt;
&lt;br /&gt;
==16 Volt 4-Pin Power Mini-Din connector==&lt;br /&gt;
[[image:120w-plug.jpg|right|thumb|120W power plug]]&lt;br /&gt;
===120W 7.5 Amps===&lt;br /&gt;
ThinkPad 120W AC Adapter {{IBMDOCURL|MIGR-50424|(Support Website)}}&amp;lt;br/&amp;gt;&lt;br /&gt;
AC Adapter FRU PN 92P1035&amp;lt;br/&amp;gt;&lt;br /&gt;
AC Adapter Ouput: 7.5A, 16V&lt;br /&gt;
*ThinkPad {{G Series}}&lt;br /&gt;
*[[ThinkPad Mini-Dock]]&lt;br /&gt;
&lt;br /&gt;
==16 Volt Coax connector==&lt;br /&gt;
[[image:16v-barrel.jpg|right|thumb|16V coax connector]]&lt;br /&gt;
This is a  2.5/5.5mm barrel connector&lt;br /&gt;
&lt;br /&gt;
===35W 2.2 Amps===&lt;br /&gt;
AC Adapter input: 1.9A, 35W&amp;lt;br&amp;gt;&lt;br /&gt;
AC Adapter output: 2.2A, 16V&lt;br /&gt;
&lt;br /&gt;
*ThinkPad {{345CS}}, {{345C}}&lt;br /&gt;
*ThinkPad {{365CS}}, {{365C}}, {{365CSD}}, {{365CD}}, {{365E}}, {{365ED}}, {{365X}}, {{365XD}}&lt;br /&gt;
*ThinkPad {{380}}, {{380D}}&lt;br /&gt;
*ThinkPad {{560}}, {{560E}}, {{560X}}, {{560Z}}&lt;br /&gt;
&lt;br /&gt;
===54W 3.36 Amps===&lt;br /&gt;
Some of them have been recalled: part 02K6549 (FRU 02K6550), with three hollow pins.&lt;br /&gt;
[http://www.cpsc.gov/cpscpub/prerel/prhtml04/04208.html (CPSC recall)]&lt;br /&gt;
{{IBMDOCURL|TPAD-RECALL|(Lenovo document)}}&lt;br /&gt;
See the page [[Damage in 56W AC-Adapter, plastic housing melted]].&lt;br /&gt;
&lt;br /&gt;
===56W 3.5 Amps===&lt;br /&gt;
AC Adapter FRU PN 02K6810, 02K6816&lt;br /&gt;
*ThinkPad {{235}}&lt;br /&gt;
*ThinkPad {{240}}, {{240X}}&lt;br /&gt;
*ThinkPad {{340}}&lt;br /&gt;
*ThinkPad {{380E}}, {{380ED}}, {{380XD}}, {{380Z}}&lt;br /&gt;
*ThinkPad {{385D}}, {{385ED}}, {{385XD}}&lt;br /&gt;
*ThinkPad {{390}}, {{390E}}, {{390X}}&lt;br /&gt;
*ThinkPad {{535}}, {{535E}}&lt;br /&gt;
*ThinkPad {{570}}, {{570E}}&lt;br /&gt;
*ThinkPad {{600}}, {{600E}}, {{600X}}&lt;br /&gt;
*ThinkPad {{701C}}, {{701CS}}&lt;br /&gt;
*ThinkPad {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}&lt;br /&gt;
*ThinkPad {{TransNote}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41t}}&lt;br /&gt;
&lt;br /&gt;
===72W 4.5 Amps===&lt;br /&gt;
AC Adapter FRU PN 02K6744, 08K8202&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}&lt;br /&gt;
*ThinkPad {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}},  {{R52}}&lt;br /&gt;
*ThinkPad {{T20}}, {{T21}}, {{T22}}, {{T23}}, {{T30}}&lt;br /&gt;
*ThinkPad {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}&lt;br /&gt;
&lt;br /&gt;
===90W 5.6 Amps===&lt;br /&gt;
{{HELP|Is this for real?}}&lt;br /&gt;
&lt;br /&gt;
==19 Volt Coax connector==&lt;br /&gt;
&lt;br /&gt;
===45W 2.4 Amps===&lt;br /&gt;
*ThinkPad {{310}}, {{310D}}, {{310E}}, {{310ED}}&lt;br /&gt;
&lt;br /&gt;
==20 Volt Coax connector==&lt;br /&gt;
[[image:20v-barrel.jpg|right|thumb|20V coax connector]]&lt;br /&gt;
&lt;br /&gt;
7.5mm OD, 0.8mm diameter central pin&lt;br /&gt;
 &lt;br /&gt;
===65W 3.25 Amps===&lt;br /&gt;
AC Adapter FRU PN 92P1211&amp;lt;br&amp;gt;&lt;br /&gt;
AC Adapter Output 3.25A, 20V&lt;br /&gt;
*ThinkPad {{R60}}, {{R400}}, {{R500}} - with Intel Graphics&lt;br /&gt;
*ThinkPad {{T60}}, {{T400}}, {{T400s}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{T510}}, {{T510i}} - with Intel Graphics&lt;br /&gt;
*ThinkPad {{X60s}}, {{X61}}, {{X61s}}, {{X61 Tablet}}&lt;br /&gt;
*ThinkPad {{X100e}}, {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}, {{X300}}, {{X301}}&lt;br /&gt;
*Thinkpad {{Z60m}}, {{Z60t}}, {{Z61e}}, {{Z61m}}, {{Z61t}} - with Intel Graphics&lt;br /&gt;
&lt;br /&gt;
===90W 4.5 Amps===&lt;br /&gt;
AC Adapter FRU PN 92P1107&lt;br /&gt;
*ThinkPad {{R60}}, {{R60e}}&lt;br /&gt;
*ThinkPad {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{T400}}, {{T410}}, {{T500}}, {{T510}} - With ATI or Nvidia Graphics&lt;br /&gt;
*ThinkPad {{T520}} - Dual Core&lt;br /&gt;
*ThinkPad {{W500}}&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}&lt;br /&gt;
&lt;br /&gt;
===135W 6.75 Amps===&lt;br /&gt;
AC Adapter {{IBMDOCURL|MIGR-74503|PN 55Y9317}}&lt;br /&gt;
*ThinkPad {{T520}} - Quad Core&lt;br /&gt;
*ThinkPad {{W510}}&lt;br /&gt;
&lt;br /&gt;
===170W 8.5 Amps for W700===&lt;br /&gt;
AC Adapter {{IBMDOCURL|MIGR-70684|PN 41R4421}}&lt;br /&gt;
*ThinkPad {{W700}}, {{W700ds}}&lt;br /&gt;
The W700/W700ds AC adapter plug has a different diameter than all other 20 Volt AC adapters. You cannot plug in a different AC adapter into a W700-series Thinkpad nor can you use the W700 AC adapter on a non-W700 Thinkpad.&lt;br /&gt;
&lt;br /&gt;
===170W 8.5 Amps===&lt;br /&gt;
AC Adapter {{IBMDOCURL|MIGR-76762|PN 0A36227}} (US) and {{IBMDOCURL|MIGR-76762|PN 0A36231}} (EU)&lt;br /&gt;
*ThinkPad {{W520}}&lt;br /&gt;
*ThinkPad {{W530}}&lt;br /&gt;
This AC adapter has the same diameter as the usual 20V AC adapters, but there is an extra plastic knob on one side of the connector. It is not round any more, that is, you can only plug it in one particular orientation. The extra knob prevents one from using the AC adapter on any other Thinkpads.&lt;br /&gt;
&lt;br /&gt;
===230W 11.5 Amps===&lt;br /&gt;
AC Adapter {{IBMDOCURL|MIGR-74950|PN 55Y9333}}&lt;br /&gt;
*ThinkPad {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--unsorted&lt;br /&gt;
*ThinkPad {{820}}, {{850}}, {{860}}&lt;br /&gt;
*ThinkPad {{I Series}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53949</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53949"/>
		<updated>2012-10-22T15:42:08Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Power Adapter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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 W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530, released in June 2012.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;DocID=HT073837 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227 for US or 0A36231 for EU)] that is the same as the predecessor W520 model. [[:Category:W520#Power_Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=53948</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=53948"/>
		<updated>2012-10-22T15:40:18Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The [[:Category:W530|Lenovo W530]] I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old W500 I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Docking_Solutions&amp;diff=53947</id>
		<title>Docking Solutions</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Docking_Solutions&amp;diff=53947"/>
		<updated>2012-10-22T15:38:28Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Available Docking Stations and Port Replicators */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
Docks allow users to connect a variety of external peripherals simply by attaching their ThinkPad to the dock. &lt;br /&gt;
|}&lt;br /&gt;
==Linux support==&lt;br /&gt;
With recent distributions, docking and undocking should function out of the box. You can monitor this by running {{cmdroot|udevadm monitor}} and when you dock or press the undock button you should see a flurry of events.&lt;br /&gt;
&lt;br /&gt;
There are some issues though&lt;br /&gt;
&lt;br /&gt;
====No event on undock====&lt;br /&gt;
&lt;br /&gt;
In some cases you may not get any events on undock. This is due to the ACPI dock drivers only registering the first logical Dock port they encounter and in some rare cases there may be more then one, such as on a ThinkPad X40 with ThinkPad X4 Dock. Patches are [https://bugzilla.kernel.org/show_bug.cgi?id=15521 available], and are merged in 2.6.34.&lt;br /&gt;
&lt;br /&gt;
====Filesystem corruption====&lt;br /&gt;
&lt;br /&gt;
Pressing the undock button will immediately unplug all dock attached devices. This can easily lead to problems, for instance if you have a USB or Ultrabay storage device attached to the dock and have a filesystem mounted RW, this can easily lead to filesystem corruption.&lt;br /&gt;
&lt;br /&gt;
The solution for now is to always make sure any storage devices attached to the dock are unmounted BEFORE pressing the undock button.&lt;br /&gt;
====External display issues====&lt;br /&gt;
{{NOTE|This only works for devices that register themselves as a dock through ACPI, it does not work for port replicators which are hidden to the OS.}}&lt;br /&gt;
{{NOTE|Newer series 3 docks no longer register themselves as a dock, but instead behave like a port replicator, as such the below method does not work. They do however cause a key event on dock and undock which could be used as a trigger, but for now these key events are not exposed by the thinkpad-acpi driver before kernel 3.0}}&lt;br /&gt;
Docking or undocking will also not change the display configuration, which can lead to issues when your undock and your screensaver decided to put the unlock dialog on the secondary display, effectively requiring you to unlock the screensaver blind, before you can press Fn-F7 to restore your display setup to ThinkPad (LVDS) only. This last issue can be resolved by creating a custom udev rule and script as shown below. This script can also be used to take other actions on dock/undock such as automatically configuring your external display on dock.&lt;br /&gt;
&lt;br /&gt;
create a file {{Path|/etc/udev/rules.d/81-thinkpad-dock.rules}}&lt;br /&gt;
 KERNEL==&amp;quot;dock.0&amp;quot;, ACTION==&amp;quot;change&amp;quot;, RUN+=&amp;quot;/usr/local/sbin/thinkpad-dock.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then create the file {{Path|/usr/local/sbin/thinkpad-dock.sh}}&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # wait for the dock state to change&lt;br /&gt;
 sleep 0.5&lt;br /&gt;
 DOCKED=$(cat /sys/devices/platform/dock.0/docked)&lt;br /&gt;
 case &amp;quot;$DOCKED&amp;quot; in&lt;br /&gt;
 	&amp;quot;0&amp;quot;)&lt;br /&gt;
        #undocked event - lets remove all connected outputs apart from LVDS&lt;br /&gt;
        for output in $(/usr/bin/xrandr -d :0.0 --verbose|grep &amp;quot; connected&amp;quot;|grep -v LVDS|awk '{print $1}')&lt;br /&gt;
          do&lt;br /&gt;
          /usr/bin/xrandr -d :0.0 --output $output --off&lt;br /&gt;
        done&lt;br /&gt;
 	;;&lt;br /&gt;
 	&amp;quot;1&amp;quot;)&lt;br /&gt;
 	#docked event - sample will created extended desktop with DVI1 to the right of LVDS1&lt;br /&gt;
 	#/usr/bin/xrandr -d :0.0 --output DVI1 --right-of LVDS1 --auto&lt;br /&gt;
 	;;&lt;br /&gt;
 esac&lt;br /&gt;
 exit 0&lt;br /&gt;
And set it executable&lt;br /&gt;
 chmod +x /usr/local/sbin/thinkpad-dock.sh&lt;br /&gt;
&lt;br /&gt;
{{NOTE|The output names shown above are specific to the Intel video drivers. For the ATI Radeon driver they are different. But you best check your output names by running xrandr manually, and adjusting the script appropriately for your needs. The undock event should work on any ThinkPad where the graphics driver supports RandR and the ThinkPad LCD has LVDS in the name.}}&lt;br /&gt;
&lt;br /&gt;
Part of this is based on information from a thread on the Ubuntu [http://ubuntuforums.org/showthread.php?t=1076486 forums]&lt;br /&gt;
&lt;br /&gt;
=====Newer series 3 docks=====&lt;br /&gt;
There is a solution for the Series 3 docks: http://phihag.de/2012/thinkpad-docking.html&lt;br /&gt;
&lt;br /&gt;
==Available Docking Stations and Port Replicators==&lt;br /&gt;
* [[ThinkPad Mini Dock Plus Series 3 - 170W]] &amp;lt;tt&amp;gt;(T400s, T410, T410s, T510, W510, T520, W520, W530)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Mini Dock Plus Series 3 - 135W]] &amp;lt;tt&amp;gt;(T400s, T410, T410s, T510, W510)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Mini Dock Plus Series 3 - 90W]] &amp;lt;tt&amp;gt;(T400s, T410, T410s, T510)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Mini Dock Series 3]] &amp;lt;tt&amp;gt;(T400s, T410, T410s, T510)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator Series 3]] &amp;lt;tt&amp;gt;(T400s, T410, T410s, T510)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[USB Port Replicator with Digital Video]]&lt;br /&gt;
* [[ThinkPad Essential Port Replicator]] &amp;lt;tt&amp;gt;(T60, Z series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Advanced Dock]] &amp;lt;tt&amp;gt;(T60, Z series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Advanced Mini Dock]] &amp;lt;tt&amp;gt;(T60, Z series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[X200 UltraBase]] &amp;lt;tt&amp;gt;(X200, X200s)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[X6 Tablet UltraBase]] &amp;lt;tt&amp;gt;(X60 Tablet, X61 Tablet)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[W700 Mini Dock]]&lt;br /&gt;
* [[W700 Mini Dock 2.0]]&lt;br /&gt;
&lt;br /&gt;
==Withdrawn Docking Stations and Port Replicators==&lt;br /&gt;
* [[ThinkPad 700/720 Dock]]&lt;br /&gt;
* [[ThinkPad 700/720 Port Replicator]]&lt;br /&gt;
* [[ThinkPad Dock I (3545)]] &amp;lt;tt&amp;gt;(360/370/750/755/760 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Dock II (3546)]] &amp;lt;tt&amp;gt;(360/370/750/755/760 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator Model 1]] &amp;lt;tt&amp;gt;(360/370/750/755/760/765 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator Model 2]] &amp;lt;tt&amp;gt;(360/370/750/755/760/765 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad MultiPort]] &amp;lt;tt&amp;gt;(510Cs)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad MultiPort II]] &amp;lt;tt&amp;gt;{701C/701CS)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaBase Model I]] &amp;lt;tt&amp;gt;(TP 760 and 765 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaBase 600]] &amp;lt;tt&amp;gt;(TP 600 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaBase 770]] &amp;lt;tt&amp;gt;(TP 770 series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaDock I]] &amp;lt;tt&amp;gt;(TP 600{{footnote|3}}, 760{{footnote|1}}, 765{{footnote|1}} and 770{{footnote|2}} series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaDock II]] &amp;lt;tt&amp;gt;(TP 600{{footnote|3}}, 760{{footnote|1}}, 765{{footnote|1}} and 770{{footnote|2}} series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[SelectaDock III]] &amp;lt;tt&amp;gt;(TP 600{{footnote|3}}, 760{{footnote|1}}, 765{{footnote|1}} and 770{{footnote|2}} series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[TransNote Port Extender]] &amp;lt;tt&amp;gt;(ThinkPad TransNote)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad i Series Port Replicator]] &amp;lt;tt&amp;gt;(TP i1400, i1500 Series)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad 365 Port Replicator]] &amp;lt;tt&amp;gt;(TP 365)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad 365X Port Replicator]] &amp;lt;tt&amp;gt;(TP 365X)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad 380/385 Port Replicator]]&lt;br /&gt;
* [[ThinkPad 560 Port Replicator]] &amp;lt;tt&amp;gt;(TP 380/385 series, 560 and 570{{footnote|4}})&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Enhanced Port Replicator]] &amp;lt;tt&amp;gt;(TP 380/385 series and 560X)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator with Advanced EtherJet]] &amp;lt;tt&amp;gt;(TP 380Z, i1720, i1721 and 390, 570, 600 and 770 series)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator]] &amp;lt;tt&amp;gt;(A20-A31p, R30-R32, T20-T30, X20-X32)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Port Replicator II]] &amp;lt;tt&amp;gt;(A,R,T,X series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Dock]] &amp;lt;tt&amp;gt;(A,T,X series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Dock II]] &amp;lt;tt&amp;gt;(A,R,T,X series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad Mini-Dock]] &amp;lt;tt&amp;gt;(A,R,T,X series models)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[UltraBase]] &amp;lt;tt&amp;gt;(TP 570 series)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[UltraBase X2]] &amp;lt;tt&amp;gt;(X20, X21, X22, X23, X24)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[UltraBase X3]] &amp;lt;tt&amp;gt;(X30, X31, X32)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[UltraBase X4]] &amp;lt;tt&amp;gt;(X40, X41)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[ThinkPad X4 Dock]] &amp;lt;tt&amp;gt;(X40, X41, X41 Tablet)&amp;lt;/tt&amp;gt;&lt;br /&gt;
* [[UltraBase X6]] &amp;lt;tt&amp;gt;(X60, X60s, X61, X61s)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Monitor and Notebook Stands==&lt;br /&gt;
* [[ThinkPad Adjustable Notebook Stand]]&lt;br /&gt;
* [[ThinkPad Monitor Stand 2001]] - (withdrawn)&lt;br /&gt;
* [[ThinkPad Monitor Stand 2000]] - (withdrawn)&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
* [[Dock II Adapter Kit]] - (withdrawn)&lt;br /&gt;
* [[Direct Dock Adapter]] - (withdrawn)&lt;br /&gt;
* [[SelectaBase PC Card Enabler]] - (withdrawn)&lt;br /&gt;
* [[SelectaBase PC Card Enabler with Advanced EtherJet]] - (withdrawn)&lt;br /&gt;
* [[Portable Drive Bay]] (PC-Card UltraslimBay adapter) - (withdrawn)&lt;br /&gt;
* [[Portable Drive Bay 2000]] (PC-Card/USB UltraBay 2000 adapter)&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-4NXNTP IBMs Docking Solutions overview page]&lt;br /&gt;
*[http://martin-ueding.de/projects/think-rotate/ ThinkPad Scripts]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#requires [[SelectaBase Model I]]&lt;br /&gt;
#requires [[SelectaBase 770]]&lt;br /&gt;
#requires [[SelectaBase 600]]&lt;br /&gt;
#requires [[Direct Dock Adapter]] or [[UltraBase]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=53946</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=53946"/>
		<updated>2012-10-22T15:37:57Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Available Models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Usage|&lt;br /&gt;
*Choose a model name 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;
}}&lt;br /&gt;
Here you can learn about specific ThinkPads specifications.&lt;br /&gt;
&lt;br /&gt;
Furthermore, you may&lt;br /&gt;
*compare the [[ThinkPad series]] (G, R, T, W, X, Z),&lt;br /&gt;
*get an overview of the [[ThinkPad History]] or&lt;br /&gt;
*learn about the name [[ThinkPad]].&lt;br /&gt;
&lt;br /&gt;
==IBM/Lenovos hardware specs==&lt;br /&gt;
* '''Lenovo ThinkPads'''&lt;br /&gt;
** For current Lenovo ThinkPad R, T, W and X series models look for the official specs listed in [http://www.lenovo.com/psref/pdf/tabook.pdf tabook.pdf]&lt;br /&gt;
** For ThinkPad Edge and SL Series look at [http://www.lenovo.com/psref/pdf/slbook.pdf slbook.pdf]&lt;br /&gt;
** For withdrawn Lenovo ThinkPads, look at [http://www.lenovo.com/psref/pdf/ltwbook.pdf ltwbook.pdf]&lt;br /&gt;
* '''Withdrawn IBM ThinkPads'''&lt;br /&gt;
** For A, G, T and X series models look for the official IBM specs listed in [http://www.lenovo.com/psref/pdf/tawbook.pdf tawbook.pdf]&lt;br /&gt;
** For R series models look for the official IBM specs listed in [http://www.lenovo.com/psref/pdf/trwbook.pdf trwbook.pdf]&lt;br /&gt;
** For i series models look for the official IBM specs listed in [http://www.lenovo.com/psref/pdf/tiwbook.pdf tiwbook.pdf]&lt;br /&gt;
** For 200, 300, 500, 600 and 700 series models look for the official IBM specs listed in [http://www.lenovo.com/psref/pdf/twbook.pdf twbook.pdf]&amp;lt;br&amp;gt;&lt;br /&gt;
** Or try searching the IBM announcements letters [http://www.ibm.com/news/usalet/ here].&lt;br /&gt;
&lt;br /&gt;
==Available Models==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!SL series!!T series!!X series!!Z series!!W series!!Edge series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''[[:Category:240 | ThinkPad 240]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:240X | ThinkPad 240X]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:240Z | ThinkPad 240Z]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:390X | ThinkPad 390X]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:560 | ThinkPad 560]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:560E | ThinkPad 560E]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:560X | ThinkPad 560X]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:560Z | ThinkPad 560Z]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:600 | ThinkPad 600]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:600E | ThinkPad 600E]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:600X | ThinkPad 600X]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:700 | ThinkPad 700]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:760ED | ThinkPad 760ED]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:760XD | ThinkPad 760XD]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:765L | ThinkPad 765L]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:765D | ThinkPad 765D]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770 | ThinkPad 770]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770E | ThinkPad 770E]]'''&lt;br /&gt;
*[[9548-510]]&lt;br /&gt;
*[[9548-51U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:770X | ThinkPad 770X]]'''&lt;br /&gt;
*[[9549-7AO]]&lt;br /&gt;
'''[[:Category:770Z | ThinkPad 770Z]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:A20m | ThinkPad A20m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A20p | ThinkPad A20p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21e | ThinkPad A21e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21m | ThinkPad A21m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A21p | ThinkPad A21p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22e | ThinkPad A22e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22m | ThinkPad A22m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A22p | ThinkPad A22p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A30 | ThinkPad A30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A30p | ThinkPad A30p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A31 | ThinkPad A31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:A31p | ThinkPad A31p]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:G40 | ThinkPad G40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:G41 | ThinkPad G41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:G50 | ThinkPad G50]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:R30 | ThinkPad R30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R31 | ThinkPad R31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R32 | ThinkPad R32]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R40 | ThinkPad R40]]'''&lt;br /&gt;
*[[2722-9BM]]&lt;br /&gt;
*[[2722-DG1]]&lt;br /&gt;
*[[2722-BDG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R40e | ThinkPad R40e]]'''&lt;br /&gt;
*[[1834-9LG]]&lt;br /&gt;
*[[1834-J8G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50 | ThinkPad R50]]'''&lt;br /&gt;
*[[1829-3HU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50p | ThinkPad R50p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50e | ThinkPad R50e]]'''&lt;br /&gt;
*[[1834-J8G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R51 | ThinkPad R51]]'''&lt;br /&gt;
*[[1829-K6G]]&lt;br /&gt;
*[[1829-L7G]]&lt;br /&gt;
*[[1830-DG4]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R52 | ThinkPad R52]]'''&lt;br /&gt;
*[[1846-B5G]]&lt;br /&gt;
*[[1859-4AU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R60 | ThinkPad R60]]'''&lt;br /&gt;
*[[9456-6FG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R60e | ThinkPad R60e]]'''&lt;br /&gt;
*[[0657-3LG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R61 | ThinkPad R61]]'''&lt;br /&gt;
*[[7422-CTO]]&lt;br /&gt;
*[[8918-5QG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R61e | ThinkPad R61e]]'''&lt;br /&gt;
*[[7650-EFG]]&lt;br /&gt;
*[[7650-DNG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R400 | ThinkPad R400]]'''&lt;br /&gt;
*[[7443-TPA]]&lt;br /&gt;
*[[7443-C1G]]&lt;br /&gt;
'''[[:Category:R500 | ThinkPad R500]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:S30|ThinkPad S30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:S31|ThinkPad S31]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:SL300|ThinkPad SL300]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:SL400|ThinkPad SL400]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:SL500|ThinkPad SL500]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:T20|ThinkPad T20]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T21|ThinkPad T21]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T22|ThinkPad T22]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T23 | ThinkPad T23]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T30 | ThinkPad T30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40 | ThinkPad T40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40p | ThinkPad T40p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41 | ThinkPad T41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41p | ThinkPad T41p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42 | ThinkPad T42]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42p | ThinkPad T42p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43 | Thinkpad T43]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43p | Thinkpad T43p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T60 | ThinkPad T60]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T60p | ThinkPad T60p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T61 | ThinkPad T61]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T61p | ThinkPad T61p]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T400 | ThinkPad T400]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T400s | ThinkPad T400s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T410 | ThinkPad T410]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T410s | ThinkPad T410s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T410i | ThinkPad T410i]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T420 | ThinkPad T420]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T430 | ThinkPad T430]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T500 | ThinkPad T500]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T510 | ThinkPad T510]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T520 | ThinkPad T520]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:X20 | ThinkPad X20]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X21 | ThinkPad X21]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X22 | ThinkPad X22]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X23 | ThinkPad X23]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X24 | ThinkPad X24]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X30 | ThinkPad X30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X31 | ThinkPad X31]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X32 | ThinkPad X32]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X40 | ThinkPad X40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X41 | ThinkPad X41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X41 Tablet | ThinkPad X41 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X60 | ThinkPad X60]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X60s | ThinkPad X60s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X60_Tablet | ThinkPad X60 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X61 | ThinkPad X61]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X61s | ThinkPad X61s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X61_Tablet | ThinkPad X61 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X100e | ThinkPad X100e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X120e | ThinkPad X120e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X200 | ThinkPad X200]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X200 Tablet | ThinkPad X200 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X200s | ThinkPad X200s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X201 | ThinkPad X201]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X201 Tablet | ThinkPad X201 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X201s | ThinkPad X201s]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X201i | ThinkPad X201i]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X220 | ThinkPad X220]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X220 Tablet | ThinkPad X220 Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X220i | ThinkPad X220i]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X220i Tablet | ThinkPad X220i Tablet]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X300 | ThinkPad X300]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X301 | ThinkPad X301]]'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z60t | ThinkPad Z60t]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z60m | ThinkPad Z60m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z61e | ThinkPad Z61e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z61t | ThinkPad Z61t]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z61m | ThinkPad Z61m]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z61p | ThinkPad Z61p]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:W500 | ThinkPad W500]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W510 | ThinkPad W510]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W520 | ThinkPad W520]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W530 | ThinkPad W530]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W700 | ThinkPad W700]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W701 | ThinkPad W701]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:W701ds | ThinkPad W701ds]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:Edge 11&amp;quot; | ThinkPad Edge 11&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Edge 13&amp;quot; | ThinkPad Edge 13&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Edge 14&amp;quot; | ThinkPad Edge 14&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Edge 15&amp;quot; | ThinkPad Edge 15&amp;quot;]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Template:I_Series | I Series]]'''&lt;br /&gt;
'''[[:Category:PC110 | PC110]]'''&lt;br /&gt;
*[[PC110]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:TransNote|TransNote]]'''&lt;br /&gt;
*[[2675-61G]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=53945</id>
		<title>Installing Fedora 17 on a ThinkPad W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_17_on_a_ThinkPad_W530&amp;diff=53945"/>
		<updated>2012-10-22T15:34:41Z</updated>

		<summary type="html">&lt;p&gt;Daudo: â†Created page with '= THIS IS WORK IN PROGRESS =  = Installation =  The W530 I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
&lt;br /&gt;
The W530 I am installing on (2247-HJ5) came without operating system, so I cannot comment on how easy or difficult it is to add Fedora next to a possibly preexisting Windows installation. The same applies to the new, upcoming UEFI &amp;quot;secure boot&amp;quot; mechanisms, at least on my box they were just disabled in the BIOS and caused no issues whatsoever.&lt;br /&gt;
&lt;br /&gt;
== preinstallation considerations ==&lt;br /&gt;
&lt;br /&gt;
In my case, installing {{Fedora}} was extremely smooth, nothing special to report here.&lt;br /&gt;
&lt;br /&gt;
=== Intel vs. NVidia ===&lt;br /&gt;
&lt;br /&gt;
The W530 is one of those laptops coming with the [[Switchable Graphics|Optimus™ Technology]], allowing to switch between a low power [[Intel_HD_Graphics|Intel HD GPU]] ([[Intel HD 4000]] in particular) and a high power [[NVIDIA Quadro K1000M]] GPU, with the latter providing much better graphics performance but also consuming much more power.&lt;br /&gt;
&lt;br /&gt;
In the past with my old W500 I found the Intel GPU working in there quite sufficient and never used the ATI card, so I initially decided to disable the NVidia GPU in the BIOS and install with the &amp;quot;Integrated Only&amp;quot;. That worked quite well, but as it seems, the Intel GPU only operates with the laptop display and does not drive any external monitors.&lt;br /&gt;
&lt;br /&gt;
So if you want external monitors, you have to use the NVidia GPU.&lt;br /&gt;
&lt;br /&gt;
= glitches =&lt;br /&gt;
&lt;br /&gt;
== noisy fan ==&lt;br /&gt;
&lt;br /&gt;
At the time of writing (Oct 22, 2012) there appears a BIOS bug preventing the fans to spin down even when absolutely no load is present and the temperature for the system is just around 30° to 40°C. No matter what you set in the BIOS, the fans will always work with about 2700rpm. [http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W530-fan-noise-intolerable/td-p/817907 Lenovo is working on the issue], but for the time being you have to live with a rather loud laptop.&lt;br /&gt;
&lt;br /&gt;
One &amp;quot;workaround&amp;quot; I've found however was to enable the fan control features of the thinkpad_acpi kernel module. In order to do so, check the [[How_to_control_fan_speed|How to control fan speed]] page on the wiki.&lt;br /&gt;
&lt;br /&gt;
== no external displays with the Intel GPU ==&lt;br /&gt;
&lt;br /&gt;
As explained in the preinstall considerations, the Intel GPU on the W530 cannot drive any external monitors. So you are basically forced to use NVidia if you use external monitors.&lt;br /&gt;
&lt;br /&gt;
== using Optimus in Fedora ==&lt;br /&gt;
&lt;br /&gt;
== NVidia proprietary vs. open source Nouveau GPU driver ==&lt;br /&gt;
&lt;br /&gt;
= not tested yet =&lt;br /&gt;
&lt;br /&gt;
* [[Huey PRO Colorimeter]]&lt;br /&gt;
* [[Integrated_Fingerprint_Reader|Fingerprint reader]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Integrated_Fingerprint_Reader&amp;diff=53944</id>
		<title>Integrated Fingerprint Reader</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Integrated_Fingerprint_Reader&amp;diff=53944"/>
		<updated>2012-10-22T14:54:36Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Models featuring this Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:fingerprintreader.jpg|IBM Integrated Fingerprint Reader]] &lt;br /&gt;
&lt;br /&gt;
===Integrated Fingerprint Reader===&lt;br /&gt;
IBMs second generation of T42 models (released in Autumn 2004) was the first to feature an integrated fingerprint reader. Various models since then have had this feature, actually implemented with a number of different devices, all of which appear on the USB bus. Some are just scanners, others do the recognition in the device itself. &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! USB ID !! Reader !! Software &lt;br /&gt;
|-&lt;br /&gt;
|0483:2016|| [http://reactivated.net/fprint/wiki/Upekts UPEK/Thomson]  || thinkfinger or fprint &lt;br /&gt;
|-&lt;br /&gt;
|147e:1000|| UPEK TCS4C || unsupported ??&lt;br /&gt;
|-&lt;br /&gt;
|147e:1002|| UPEK || unsupported ??&lt;br /&gt;
|-&lt;br /&gt;
|147e:2016|| [http://www.reactivated.net/fprint/wiki/Upeksonly Upeksonly] || [https://bugzilla.redhat.com/show_bug.cgi?id=504399 fprint patches]&lt;br /&gt;
|-&lt;br /&gt;
|147e:2020|| Upek / Authentec || unsupported under Linux&lt;br /&gt;
|-&lt;br /&gt;
|08ff:1600|| [http://reactivated.net/fprint/wiki/Aes1610 Authentec AES1610] || fprint &lt;br /&gt;
|-&lt;br /&gt;
|08ff:2580 || [http://reactivated.net/fprint/wiki/Aes2501 Authentec AES2501] || fprint &lt;br /&gt;
|-&lt;br /&gt;
|08ff:2810 || Authentec 2810 || unsupported&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Read more about the various models of reader on the [http://reactivated.net/fprint/wiki/Supported_devices libfprint wiki]&lt;br /&gt;
&lt;br /&gt;
The UPEK device is supported by thinkfinger. Those devices and Authentec ones are supported by libfprint. &lt;br /&gt;
&lt;br /&gt;
However: The fingerprint reader is an INSECURE device and gives a false sense of security! There has been quite a bit of research by a hacker named Starbug, a member of the Chaos Computer Club, Berlin, Germany. He outlined in two very good talks how to forge each and every available fingerprint sensor available at the cost of a few euros, using materials from your local hardware store, a digicam and a laser printer! Here's some links:&lt;br /&gt;
* [http://www.ccc.de/updates/2007/umsonst-im-supermarkt?language=en  Fingerprint recognition in supermarkets]&lt;br /&gt;
* [ftp://ftp.ccc.de/pub/documentation/Fingerabdruck_Hack/fingerabdruck.mpg?language=en Video tutorial for forging fingerprints]&lt;br /&gt;
Remember, using fingerprints for authentication is much similar to having a password which is written on anything you touch.&lt;br /&gt;
&lt;br /&gt;
== Software support ==&lt;br /&gt;
See [[How to enable the integrated fingerprint reader]].&lt;br /&gt;
&lt;br /&gt;
==Models featuring this Technology==&lt;br /&gt;
'''UPEK Touchstrip (model?) - USB 0483:2016'''&lt;br /&gt;
*ThinkPad {{R52}}, {{R60}}&lt;br /&gt;
*ThinkPad {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}&lt;br /&gt;
*ThinkPad {{X41}}, {{X41 Tablet}}, {{X60}}, {{X60s}}, {{X60 Tablet}}, {{X300}}&lt;br /&gt;
*ThinkPad {{Z61t}}, {{Z61p}}, {{Z61m}}&lt;br /&gt;
&lt;br /&gt;
'''UPEK Touchchip TCS4C - USB 147e:1000'''&lt;br /&gt;
*ThinkPad {{SL300}}, {{SL400}}, {{SL500}}&lt;br /&gt;
&lt;br /&gt;
'''UPEK - TouchStrip Fingerprint Sensor - USB 147e:1002'''&lt;br /&gt;
*ThinkPad Edge E425&lt;br /&gt;
&lt;br /&gt;
'''UPEK Touchstrip TCRD4C - USB 147e:2016'''&lt;br /&gt;
*ThinkPad {{R61}}, {{R61i}}&lt;br /&gt;
*ThinkPad {{Edge 14&amp;quot;}}, {{Edge 15&amp;quot;}}&lt;br /&gt;
*ThinkPad {{L412}}, {{L512}}&lt;br /&gt;
*ThinkPad {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T420}}, {{T510}}, {{T510i}}&lt;br /&gt;
*ThinkPad {{W510}}, {{W701}}, {{W701ds}}&lt;br /&gt;
*ThinkPad {{X201}}, {{X201i}}, {{X201s}}, {{X201 Tablet}}, {{X220}}, {{X1}}&lt;br /&gt;
&lt;br /&gt;
'''Upek TouchChip Fingerprint Coprocessor - USB 147e:2020'''&lt;br /&gt;
*ThinkPad {{T430s}}, {{W530}}&lt;br /&gt;
&lt;br /&gt;
'''Authentec AES1610 - USB 08ff:1600'''&lt;br /&gt;
*Lenovo V100, V200&lt;br /&gt;
&lt;br /&gt;
'''Authentec AES2501 - USB 08ff:2580'''&lt;br /&gt;
*Lenovo N100, N200&lt;br /&gt;
&lt;br /&gt;
'''Authentec AES2810 - USB 08ff:2810'''&lt;br /&gt;
*ThinkPad {{R400}}, {{R500}}&lt;br /&gt;
*ThinkPad {{T400}}, {{T500}}&lt;br /&gt;
*ThinkPad {{W500}}, {{W700}}, {{W700ds}}&lt;br /&gt;
*ThinkPad {{X200}}, {{X200s}}, {{X200 Tablet}}, {{X301}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.trustedreviews.com/article.aspx?page=1643&amp;amp;head=36 Review from TrustedReviews of the fingerprint scanner]&lt;br /&gt;
* [http://www.upek.com/support/pdf/UPEK_flyer_TCS3_TCD4.pdf TouchStrip TCS3/TCD4 spec sheet]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Huey_PRO_Colorimeter&amp;diff=53943</id>
		<title>Huey PRO Colorimeter</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Huey_PRO_Colorimeter&amp;diff=53943"/>
		<updated>2012-10-22T14:47:44Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* ThinkPads featuring this Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&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;
Select ThinkPads feature a Pantone Huey PRO Colorimeter by X-Rite in the palm rest. This is used for calibrating the colours of the LCD display. The way calibration works is that you close the LID and the display remains on with a special test screen, and the sensor in the palm rest does its thing.&lt;br /&gt;
&lt;br /&gt;
If you do not have a colour meter, Lenovo provides pre-calibrated profiles for most ThinkPads. Please see [[Colour profile]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
==Linux support==&lt;br /&gt;
&lt;br /&gt;
This sensor works with [http://www.argyllcms.com/ argyllcms] and [http://hoech.net/dispcalGUI/ dispcalGUI] under openSUSE 11.3. However, the sensor is not recognized properly under Ubuntu 10.04 or Debian (Lenny and Etch).&lt;br /&gt;
Gnome Color Manager allows for automatic loading of a color profile created by dispcalGUI at startup, but calibration an profiling remains impossible.&lt;br /&gt;
What is more, when calibrating / profiling the lid cannot be closed entirely, because the screen goes blank (at least I did not find a way to avoid this). Hence the lid must be supported with a book on the edge of the frame and I also covered the entire machine with a towel to minimize distortion of color hue by the influence of ambient light (be careful not to cover the heat exhausts).&lt;br /&gt;
&lt;br /&gt;
==ThinkPads featuring this Technology==&lt;br /&gt;
* {{W510}}, {{W520}}, {{W530}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:W530&amp;diff=53942</id>
		<title>Template:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:W530&amp;diff=53942"/>
		<updated>2012-10-22T14:15:53Z</updated>

		<summary type="html">&lt;p&gt;Daudo: adding W530 model&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W530|W530]][[Category:W530]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=53941</id>
		<title>Ultrabay</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay&amp;diff=53941"/>
		<updated>2012-10-22T14:13:57Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Compatibility */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;&amp;quot; | [[Image:UltraBay.jpg|UltraBay drives]] __NOTOC__&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;
=== IBM/Lenovo Ultrabay ===&lt;br /&gt;
Ultrabay is IBM's, now Lenovo's, name for the swappable drive slot. With IBM's words: &amp;lt;blockquote&amp;gt;&amp;quot;The ThinkPad UltraBay{{footnote|1}}, also standard with the system, is an intelligent bay that switches its pinout signals to allow the installation of standard and optional features in what would normally be just the FDD bay.&amp;quot;&amp;lt;/blockquote&amp;gt; Introduced back in the times of the 750 ThinkPads, this technology has gone through redesigns with almost every new generation of ThinkPad models, possibly leading to some confusion that is hopefully cleared up here. The following table gives an overview of the different Ultrabay types, in which models they occurred and what drives are available for them.&lt;br /&gt;
Note that the optical drive slot in G series ThinkPads is not an Ultrabay: the drives are fixed and not removable.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Over the course of time a number of different form factors have been used for the Ultrabay. These are usually not compatible, but see below for details. Current Thinkpads use either the [[Ultrabay Devices#Serial Ultrabay Slim Devices|Serial Ultrabay Slim]] (accommodates drives up to 9.5mm high) or the [[Ultrabay Devices#Serial Ultrabay Enhanced Devices|Serial Ultrabay Enhanced]] (accommodates drives up to 12.7mm high). See [[Ultrabay Devices]] for a list of all Ultrabay devices.&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+Overview over Ultrabay types and available devices&lt;br /&gt;
! width=140px|Ultrabay Type !! featured in !! available drives&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] [[Ultrabay Devices#UltraBay (original) Devices|UltraBay]] || {{355}}, {{355C}}, {{355Cs}}, {{360}}, {{360C}}, {{360Cs}}, {{360P}}, {{360CE}}, {{360CSE}}, {{360PE}}, {{370C}}, {{750}}, {{750C}}, {{750Cs}}, {{750P}}, {{755C}}, {{755CE}}, {{755Cs}}, {{755CSE}}, {{755CV}}, {{755CX}}, {{760C}}, {{760L}}, {{760E}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay.png]] [[Ultrabay Devices#UltraBay &amp;quot;thick&amp;quot; Devices|UltraBay Thick]] || {{755CD}}, {{755CDV}}, {{760CD}}, {{760E}}, {{760ED}}, {{760EL}}, {{760ELD}}, {{760LD}}, {{760XD}}, {{760XL}}, {{765D}}, {{765L}}, [[SelectaDock I]], [[SelectaDock II]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], 2.88 MB diskette, PCMCIA Cartridge, IBM Wireless Modem ARDIS, IBM Wireless Modem&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayii.png]] [[Ultrabay Devices#UltraBay II Devices|UltraBay II]] || {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}, [[SelectaDock III]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayfx.png]] [[Ultrabay Devices#UltraBay FX Devices|UltraBay FX]] || {{390}}, {{390E}}, {{390X}}, {{i1720}}, {{i1721}} || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultraslimbay.png]] [[Ultrabay Devices#UltraslimBay Devices|UltraslimBay]] || {{600}}, {{600E}}, {{600X}}, [[UltraBase]], [[Portable Drive Bay]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabay2000.png]] [[Ultrabay Devices#Ultrabay 2000 Devices|Ultrabay 2000]] || {{A20m}}, {{A20p}}, {{A21e}}, {{A21m}}, {{A21p}}, {{A22e}}, {{A22m}}, {{A22p}}, {{A30}}, {{T20}}, {{T21}}, {{T22}}, {{T23}}, [[ThinkPad Dock|Dock]], [[ThinkPad Dock II|Dock II]], [[X2 UltraBase]], [[Portable Drive Bay 2000]]|| [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayplus.png]] [[Ultrabay Devices#Ultrabay Plus Devices|Ultrabay Plus]] || {{A30}}, {{A30p}}, {{A31}}, {{A31p}}, {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{T23}}, {{T30}}, [[X3 UltraBase]] || [[Image:Icon20_floppy.png|Floppy Drive]] [[Image:Icon20_ls120.png|SuperDisk LS-120 Drive]] [[Image:Icon20_ls240.png|SuperDisk LS-240 Drive]] [[Image:Icon20_zip100.png|100MB Zip Drive]] [[Image:Icon20_zip250.png|250MB Zip Drive]] [[Image:Icon20_cdrom.png|CD-ROM Drive]] [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_cdrw.png|CD-RW Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], WorkPad Cradle, Numpad&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayslim.png]] [[Ultrabay Devices#Ultrabay Slim Devices|Ultrabay Slim]] || {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}, {{T61p}}, {{Z60t}}, {{Z61t}}, {{Z61p}}, [[X4 UltraBase]], [[ThinkPad X4 Dock|X4 Dock]], [[ThinkPad X6 UltraBase|X6 UltraBase]], [[ThinkPad X6 Tablet UltraBase|X6 Tablet UltraBase]] || [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]], Serial/Parallel Port Adapter (T60/T60p)&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_ultrabayenh.png]] [[Ultrabay Devices#Ultrabay Enhanced Devices|Ultrabay Enhanced]] || {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R52}}, {{R60}}, {{R61}}, {{R61i}}, {{Z60m}}, {{Z61m}}, [[ThinkPad Advanced Dock|Advanced Dock]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] [[Image:Icon20_battery.png|Battery]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayslim.png]] [[Ultrabay Devices#Serial Ultrabay Slim Devices|Serial Ultrabay Slim]] || {{T400}}, {{T400s}}, {{T410}}, {{T410i}}, {{T410s}}, {{T410si}}, {{T500}}, {{W500}}, [[X200 UltraBase]], [[ThinkPad UltraBase Series 3|UltraBase Series 3]]|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] (Ultrabay Slim battery, see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Icon20_s_ultrabayenh.png]] [[Ultrabay Devices#Serial Ultrabay Enhanced Devices|Serial Ultrabay Enhanced]] || {{R400}}, {{R500}}, {{T510}}, {{W510}}, {{W520}}, {{W530}}, {{T510i}}, {{W700}}, {{W700ds}}, {{W701}}, {{W701ds}}|| [[Image:Icon20_dvd.png|DVD-ROM Drive]] [[Image:Icon20_combo.png|CD-RW/DVD-ROM Combo Drive]] [[Image:Icon20_multiburner.png|DVD Multi-Burner Drive]] [[Image:Icon20_hdd.png|Harddisk Drive Adapter]] (see '''Characteristics'''), Blu-ray drive&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;  style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|+Compatibility Matrix (read columns as slots with rows as devices that are compatible)&lt;br /&gt;
! Bay&amp;lt;hr /&amp;gt;Device!! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;Thick !! [[Image:Icon20_ultrabayii.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;II !! [[Image:Icon20_ultrabayfx.png]]&amp;lt;br /&amp;gt;UltraBay&amp;lt;br /&amp;gt;FX !! [[Image:Icon20_ultraslimbay.png]]&amp;lt;br /&amp;gt;UltraslimBay&amp;lt;br /&amp;gt;&amp;amp;nbsp; !! [[Image:Icon20_ultrabay2000.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;2000 !! [[Image:Icon20_ultrabayplus.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Plus !! [[Image:Icon20_ultrabayslim.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Slim !! [[Image:Icon20_ultrabayenh.png]]&amp;lt;br /&amp;gt;Ultrabay&amp;lt;br /&amp;gt;Enhanced !! [[Image:Icon20_s_ultrabayslim.png]]&amp;lt;br /&amp;gt;Serial&amp;lt;br /&amp;gt;Ultrabay Slim !! [[Image:Icon20_s_ultrabayenh.png]]&amp;lt;br /&amp;gt;Serial Ultrabay&amp;lt;br /&amp;gt;Enhanced&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay''' || yes || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay Thick''' || - || yes || [[Ultrabay Drive Adapter for Ultrabay II|Adapter]] || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay II''' || - || - || yes || - || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraBay FX''' || - || - || - || yes || - || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''UltraslimBay''' || - || - || - || - || yes || - || - || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay 2000''' || - || - || - || - || - || yes || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Plus''' || - || - || - || - || - || - || yes || - || - || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Slim''' || - || - || - || - || - || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Slim Drive Adapter for Ultrabay 2000|Adapter]] || yes || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Ultrabay Enhanced''' || - || - || - || - || - || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || [[Ultrabay Enhanced Drive Adapter for Ultrabay 2000|Adapter]] || - || yes || - || -&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Slim''' || - || - || - || - || - || - || - || - || - || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
|'''Serial Ultrabay Enhanced''' || - || - || - || - || - || - || - || - || - || - || yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Characteristics===&lt;br /&gt;
;UltraBay : no hot swapping&lt;br /&gt;
;UltraBay Thick : thicker version of UltraBay to support CD-ROM drive&lt;br /&gt;
;UltraBay II : supports hot swapping; cutout lower right corner of the bezel&lt;br /&gt;
;UltraBay FX : combined floppy drive and optical drive found in the {{390}}/{{390E}}/{{390X}}&lt;br /&gt;
;UltraslimBay: supports hot swapping; frame, rectangular bezel with beveled lower edge&lt;br /&gt;
;Ultrabay 2000 : supports hot swapping (except in [[ThinkPad Dock|ThinkPad Dock I]]); frame, cutout lower right corner of the bezel &lt;br /&gt;
;Ultrabay Plus : like the Ultrabay 2000 but can take the [[Ultrabay Plus Device Carrier]] which in turn can hold the [[Ultrabay Plus Cradle for the WorkPad C500]] or the [[Ultrabay Plus Numeric Keypad]]&lt;br /&gt;
;Ultrabay Slim : supports hot swapping; thinner (9.5 mm) than the Ultrabay 2000; cutout lower right corner of bezel; the 4x and 5x series have different battery connector from the 6x series&lt;br /&gt;
;Ultrabay Enhanced : supports hot swapping; thicker (12.7 mm) than the Ultrabay Slim but does accept Ultrabay Slim devices&lt;br /&gt;
;Serial Ultrabay Slim : supports hot swapping; same dimensions as the Ultrabay Slim; supports Ultrabay Slim battery, but not in models supporting slice battery attached to the bottom of the laptop, e.g. {{T410}}/{{T510}} (even then there seems to be some mechanical difficulties&amp;amp;mdash;[[Ultrabay#Ultrabay_Slim_Batteries_in_Ultrabay_Serial_Slim|see discussion]]); some versions with a flat bezel, some versions with beveled lower edge&lt;br /&gt;
;Serial Ultrabay Enhanced : supports hot swapping; same width and depth as the Serial Ultrabay Slim, but is 3mm higher; no official 2nd HDD adapter&amp;amp;mdash;Lenovo recommends to use the thinner [[Ultrabay_Slim_ThinkPad_Serial_Hard_Drive_Bay_Adapter_III|Serial Ultrabay Slim Hard Drive Bay Adapter III]]; unofficial full-height ultrabay HDD adapters can be found from from third-party vendors; see the Serial Ultrabay Slim notes about battery&lt;br /&gt;
&lt;br /&gt;
===Unofficially compatible===&lt;br /&gt;
A CDRW/DVD-ROM Superdrive (scavenged from a Mac iBook) will fit in an Ultrabay 2000. The original face won't fit in the bay, leaving a bare metal front. When the drive spins up, it blows a lot of air out. Maybe that's an anti-dust measure?&lt;br /&gt;
&lt;br /&gt;
In general, Ultrabay 2000 CD drives have a standard connector, and can therefore be replaced by most other 12.7 mm drives. You might have to do some cutting of the plastic face plate.&lt;br /&gt;
&lt;br /&gt;
The Ultrabay Slim CD drives however, have a proprietary connector. You can not replace them with any 9.5 mm CD drive.&lt;br /&gt;
&lt;br /&gt;
==Linux support==&lt;br /&gt;
The pinout switching is done by the BIOS and hardware, so that it is completely transparent to the operating system.&lt;br /&gt;
*Floppy drives are supported by the standard floppy driver.&lt;br /&gt;
*ZIP drive support is possible through the &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver.&lt;br /&gt;
*IDE hard disks and optical drives are supported by the &amp;lt;tt&amp;gt;ata_piix&amp;lt;/tt&amp;gt; or older &amp;lt;tt&amp;gt;ide-disk&amp;lt;/tt&amp;gt; driver in the linux kernel.&lt;br /&gt;
*Batteries are automatically handled by the hardware, but can be controlled further by using [[tp_smapi]].&lt;br /&gt;
*UltraBay Plus devices should be handled by the USB subsystem, but if the actual devices are is not known.&lt;br /&gt;
&lt;br /&gt;
===Hotswapping===&lt;br /&gt;
See also [[How to hotswap Ultrabay devices]].&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-50366 IBMs page on using a second hard drive adapter in the Ultrabay 2000 slot under Linux]&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#IBM originally used the spelling &amp;quot;UltraBay&amp;quot; with a capital letter bee but later switched to &amp;quot;Ultrabay&amp;quot; with a lower-case bee.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53940</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53940"/>
		<updated>2012-10-22T14:13:18Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Standard Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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 W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530, released in June 2012.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
* [[Ultrabay|Serial Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;DocID=HT073837 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227 for US or 0A36231 for EU)] that is currently only shipped with the predecessor W520 model. [[:Category:W520#Power_Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53939</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53939"/>
		<updated>2012-10-22T14:12:10Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* ThinkPad W530 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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 W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530, released in June 2012.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
* [[Ultrabay|Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;DocID=HT073837 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227 for US or 0A36231 for EU)] that is currently only shipped with the predecessor W520 model. [[:Category:W520#Power_Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53938</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53938"/>
		<updated>2012-10-22T14:10:13Z</updated>

		<summary type="html">&lt;p&gt;Daudo: fixed power adapter link, removed WIP notice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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 W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
* [[Ultrabay|Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;DocID=HT073837 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227 for US or 0A36231 for EU)] that is currently only shipped with the predecessor W520 model. [[:Category:W520#Power_Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:ThinkPadW530.jpg&amp;diff=53937</id>
		<title>File:ThinkPadW530.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:ThinkPadW530.jpg&amp;diff=53937"/>
		<updated>2012-10-22T14:01:11Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53936</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53936"/>
		<updated>2012-10-22T14:00:22Z</updated>

		<summary type="html">&lt;p&gt;Daudo: fixing some wrong links, corrected information about power adapter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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;
= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
&lt;br /&gt;
* [[Ultrabay|Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;DocID=HT073837 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227 for US or 0A36231 for EU)] that is currently only shipped with the predecessor W520 model. [[Category:W520#Power Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53935</id>
		<title>Category:W530</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W530&amp;diff=53935"/>
		<updated>2012-10-22T13:55:48Z</updated>

		<summary type="html">&lt;p&gt;Daudo: added new W530 model&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&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;
= THIS IS WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
=== ThinkPad W530 ===&lt;br /&gt;
&lt;br /&gt;
This page gives an overview of the ThinkPad W530.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** Intel Dual Core i5-3320M (3.30Hz, 3MB L3, 1600MHz FSB, 35W) &lt;br /&gt;
** Intel Dual Core i5-3520M (3.60GHz, 4MB L3, 1600MHz FSB, 35W)&lt;br /&gt;
** Intel Quad Core i7-3610QM (3.30Hz, 6MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core i7-3720QM (3.6GHz, 6MB L3, 1600MHz FSB, 45W)&lt;br /&gt;
** Intel Quad Core i7-3820QM (3.70GHz, 8MB L3, 1600MHz FSB, 45W) &lt;br /&gt;
** Intel Quad Core &amp;quot;Extreme&amp;quot; i7-3920XM (3.80GHz, 8MB L3, 1600MHz FSB, 55W)&lt;br /&gt;
* One of the following discrete graphics cards: &lt;br /&gt;
** [[NVIDIA Quadro K1000M]] with 2GB DDR3 and 192 CUDA cores running at 850MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
** [[NVIDIA Quadro K2000M]] with 2GB DDR3 and 385 CUDA cores running at 745MHz, and with [[Switchable Graphics|Optimus™ Technology]]&lt;br /&gt;
* One of the following [[TFT display|TFT displays]]:&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1366x768 (HD) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1600x900 (HD+) resolution with LED backlight&lt;br /&gt;
** 15.6&amp;quot; TFT display with 1920x1080 (FHD) resolution with LED backlight&lt;br /&gt;
* up to four external monitors&lt;br /&gt;
* 2GB, 4GB or 8GB DIMMS [[PC3-12800]] memory standard&lt;br /&gt;
** 2 DIMM slots on dual-core models (up to 16GB)&lt;br /&gt;
** 4 DIMM slots on quad-core models (up to 32GB)&lt;br /&gt;
** Samsung M471B5273DH0-CK0 DDR3-1600 SDRAM (10-10-10-27 @ 761 MHz) (9-9-9-24 @ 685 MHz) (8-8-8-22 @ 609 MHz) (7-7-7-19 @ 533 MHz) (6-6-6-16 @ 457 MHz) (5-5-5-14 @ 380 MHz)&lt;br /&gt;
*One of the following storage options:&lt;br /&gt;
** 320GB 7200rpm 2.5&amp;quot; SATA HDD &lt;br /&gt;
** 500GB 7200rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 128GB Samsung SATA 3 SSD&lt;br /&gt;
** 180GB Intel SATA 3 SSD&lt;br /&gt;
* [[Intel 82579LM Gigabit Network Connection]]&lt;br /&gt;
* Intel HD Audio with a Realtek [[ALC269VC]] codec&lt;br /&gt;
&lt;br /&gt;
* [[Ultrabay|Ultrabay Enhanced]] with one of the following:&lt;br /&gt;
** [[Serial UltraBay Enhanced DVD Burner III]]&lt;br /&gt;
&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** Thinkpad b/g/n&lt;br /&gt;
** [[Intel Centrino Advanced-N 6205]] (2x2 AGN)&lt;br /&gt;
** [[Intel Centrino Ultimate-N 6300]] (3x3 AGN)&lt;br /&gt;
** [[Intel Centrino Advanced-N + WiMAX 6250]] &lt;br /&gt;
&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Sierra Wireless MC8355]] Gobi 3000 WWAN (US, supports EV-DO/HSPA)&lt;br /&gt;
** Ericsson H5321gw WWAN  (3G for all non-US countries)&lt;br /&gt;
** LeadCore LC5730D WWAN (only for China)&lt;br /&gt;
** Huawei EM660 WWAN  (only for China)&lt;br /&gt;
** Intel 310 mSATA 16GB or 32GB SSD&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/34 slot]] &lt;br /&gt;
* [[Lenovo Integrated Smart Card Reader]] (Optional)&lt;br /&gt;
* [[Ricoh 4-in-1 MultiCard Reader|4-in-1 MultiCard Reader]] (SD/SDHC/SDXC/MMC slot)&lt;br /&gt;
* 720p [[Integrated camera]] on select models&lt;br /&gt;
* [[Huey PRO Colorimeter]] by X-Rite on select models&lt;br /&gt;
* [[Embedded Security Subsystem|Trusted Computing Group TPM 1.2]]&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Bluetooth 4.0|ThinkPad Bluetooth with Enhanced Data Rate (BDC-4.0)]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* [[Firewire Port|Firewire 400]] (IEEE1394a)&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[USB Port|USB 3.0]]&lt;br /&gt;
* [[ESATA Port|eSATA Port]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadW530.jpg|ThinkPad W530|300px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
* [http://support.lenovo.com/en_US/guides-and-manuals/detail.page?DocID=UM014941 Hardware Maintenance Manual (HMM)]&lt;br /&gt;
* [http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&amp;amp;LegacyDocID=MIGR-77167 W530 Drivers and Software]&lt;br /&gt;
* [http://shop.lenovo.com/products/us/laptop/thinkpad/w-series/w530/Thinkpad-w530-datasheet.pdf ThinkPad W530 Tech Specs, PDF]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
&lt;br /&gt;
* [http://blogs.technet.com/b/keithcombs/archive/2012/07/10/lenovo-thinkpad-w530-mini-review.aspx Keith Combs' Blahg], 2012-07-09&lt;br /&gt;
&lt;br /&gt;
==== Linux Installation ====&lt;br /&gt;
&lt;br /&gt;
* {{Install|Fedora| 17|W530}}&lt;br /&gt;
&lt;br /&gt;
=== Power Adapter ===&lt;br /&gt;
&lt;br /&gt;
The W530 comes with a special [http://www-307.ibm.com/pc/support/site.wss/MIGR-76762.html 170W AC adapter (P/N 0A36227)] that is currently only shipped with the predecessor W520 model. [[Category:W520#Power Adapter|See there]] for additional information.&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40845</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40845"/>
		<updated>2009-01-22T14:25:13Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Display / Xorg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
* [[Switchable Graphics]]&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
* AHCI&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
* Intel Virtualization&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on '''VT-d''' (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* booting with &amp;quot;vga=788&amp;quot; not working&lt;br /&gt;
** the Mandriva installer added the &amp;quot;vga=788&amp;quot; parameter to my kernel boot line. That prevented the laptop from booting quite frequently, not always though. Still to be investigated, but removing &amp;quot;vga=788&amp;quot; from the kernel boot line solved the issue for now.&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
* 2D and fglrx&lt;br /&gt;
** see below&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
** a static dual head configuration gives weird background garbage when one of the statically configured monitors is not connected, see [http://bugs.freedesktop.org/show_bug.cgi?id=19412 http://bugs.freedesktop.org/show_bug.cgi?id=19412]&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
** huge performance issues when switching between virtual desktops, switching can take a couple of seconds with 100% CPU again&lt;br /&gt;
&lt;br /&gt;
So if battery life and 3D are important for you, you should probably use the intel driver, but I am fine with the radeonhd driver for now. And fglrx is nothing but proprietary nonsense, IMHO ... for a '''commercial''' driver this is ridiculous.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40842</id>
		<title>Category:W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40842"/>
		<updated>2009-01-22T12:48:06Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Standard Features */&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 W500 ===&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo (Penryn)  2.4, , 2.6, 2.8 GHz 1066MHz FSB, 6MB L2 Cache CPU* &lt;br /&gt;
** [[ATI FireGL V5700]] (512 MB), so called &amp;quot;discrete GPU&amp;quot;&lt;br /&gt;
** [[Intel 4500MHD]] on board, integrated GPU&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1680x1050 (WSXGA+) resolution&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1920x1200 (WUXGA) resolution&lt;br /&gt;
* 2 GB [[PC3-8500]] memory standard upgradable to 8 GB&lt;br /&gt;
* 200 GB 7200 rpm 2.5&amp;quot; SATA HDD (available with encryption)&lt;br /&gt;
* 320 GB 5400 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* 64 GB 1.8&amp;quot; Solid State Disk&lt;br /&gt;
** [[Full Disk Encryption (FDE)]] Available on some models&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* 1 [[CardBus slot]] (Type 2)&lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** [[ExpressCard slot|ExpressCard/54 slot]] &lt;br /&gt;
** SmartCard reader&lt;br /&gt;
* [[Ricoh_R5C843|4-in-1 Memory reader]]&lt;br /&gt;
* [[Integrated Webcam on some models, USB ID 17ef:4807]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire on select models&lt;br /&gt;
* Displayport&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
* [[Intel 82801I HDA]] (ICH9 Family) HD Audio controller&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Install Mandriva 2009.0 on a ThinkPad W500]]&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40841</id>
		<title>Category:W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40841"/>
		<updated>2009-01-22T12:47:16Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Standard Features */&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 W500 ===&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo (Penryn)  2.4, , 2.6, 2.8 GHz 1066MHz FSB, 6MB L2 Cache CPU* &lt;br /&gt;
** [[ATI FireGL V5700]] (512 MB)&lt;br /&gt;
** [[Intel 4500MHD]] on board, integrated GPU&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1680x1050 (WSXGA+) resolution&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1920x1200 (WUXGA) resolution&lt;br /&gt;
* 2 GB [[PC3-8500]] memory standard upgradable to 8 GB&lt;br /&gt;
* 200 GB 7200 rpm 2.5&amp;quot; SATA HDD (available with encryption)&lt;br /&gt;
* 320 GB 5400 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* 64 GB 1.8&amp;quot; Solid State Disk&lt;br /&gt;
** [[Full Disk Encryption (FDE)]] Available on some models&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* 1 [[CardBus slot]] (Type 2)&lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** [[ExpressCard slot|ExpressCard/54 slot]] &lt;br /&gt;
** SmartCard reader&lt;br /&gt;
* [[Ricoh_R5C843|4-in-1 Memory reader]]&lt;br /&gt;
* [[Integrated Webcam on some models, USB ID 17ef:4807]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire on select models&lt;br /&gt;
* Displayport&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
* [[Intel 82801I HDA]] (ICH9 Family) HD Audio controller&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Install Mandriva 2009.0 on a ThinkPad W500]]&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40832</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40832"/>
		<updated>2009-01-21T18:31:49Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Things not working/issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
* [[Switchable Graphics]]&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
* AHCI&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
* Intel Virtualization&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on '''VT-d''' (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* booting with &amp;quot;vga=788&amp;quot; not working&lt;br /&gt;
** the Mandriva installer added the &amp;quot;vga=788&amp;quot; parameter to my kernel boot line. That prevented the laptop from booting quite frequently, not always though. Still to be investigated, but removing &amp;quot;vga=788&amp;quot; from the kernel boot line solved the issue for now.&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
* 2D and fglrx&lt;br /&gt;
** see below&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
** huge performance issues when switching between virtual desktops, switching can take a couple of seconds with 100% CPU again&lt;br /&gt;
&lt;br /&gt;
So if battery life and 3D are important for you, you should probably use the intel driver, but I am fine with the radeonhd driver for now. And fglrx is nothing but proprietary nonsense, IMHO ... for a '''commercial''' driver this is ridiculous.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40831</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40831"/>
		<updated>2009-01-21T18:30:07Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Things not working/issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
* [[Switchable Graphics]]&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
* AHCI&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
* Intel Virtualization&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on '''VT-d''' (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* booting with &amp;quot;vga=788&amp;quot; not working&lt;br /&gt;
** the Mandriva installer added the &amp;quot;vga=788&amp;quot; parameter to my kernel boot line. That prevented the laptop to boot quite frequently, not always though. Still to be investigated, but removing &amp;quot;vga=788&amp;quot; from the kernel boot line solved the issue for now.&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
* 2D and fglrx&lt;br /&gt;
** see below&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
** huge performance issues when switching between virtual desktops, switching can take a couple of seconds with 100% CPU again&lt;br /&gt;
&lt;br /&gt;
So if battery life and 3D are important for you, you should probably use the intel driver, but I am fine with the radeonhd driver for now. And fglrx is nothing but proprietary nonsense, IMHO ... for a '''commercial''' driver this is ridiculous.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40830</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40830"/>
		<updated>2009-01-21T18:24:13Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Display / Xorg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
* [[Switchable Graphics]]&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
* AHCI&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
* Intel Virtualization&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on '''VT-d''' (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
** huge performance issues when switching between virtual desktops, switching can take a couple of seconds with 100% CPU again&lt;br /&gt;
&lt;br /&gt;
So if battery life and 3D are important for you, you should probably use the intel driver, but I am fine with the radeonhd driver for now. And fglrx is nothing but proprietary nonsense, IMHO ... for a '''commercial''' driver this is ridiculous.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=40829</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=40829"/>
		<updated>2009-01-21T17:22:13Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
'''Fglrx''' is a proprietary, Linux binary-only driver for ATI graphic chips with support for 3D acceleration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;adsense&amp;gt;&amp;lt;/adsense&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Packages ==&lt;br /&gt;
The ATI drivers have explicit permission for repackaging and redistribution of the Linux drivers.  Many distributions are supported within the installer, and many more repackaged by external developers.  Please visit the  [http://wiki.cchtml.com/index.php/Category:Distributions Distribution Page at the Unofficial ATI driver Wiki]&lt;br /&gt;
&lt;br /&gt;
*{{Debian}}&lt;br /&gt;
** These packages have been added to Debian unstable as &amp;lt;tt&amp;gt;fglrx-driver&amp;lt;/tt&amp;gt;, so you can now apt-get them and use module-assistant to install.&lt;br /&gt;
** If you are on stable sarge with backport's kernel 2.6.15, download ATI's installer, let it build Debian packages and proceed as usual. There's a [http://jroller.com/page/erAck?entry=lot_day_6_2_fglrx detailed description] available.&lt;br /&gt;
** [http://wiki.cchtml.com/index.php/Debian_Installation_Guide Debian Howto]&lt;br /&gt;
*{{SUSE}} packages: http://www.suse.de/~sndirsch/ati-installer-HOWTO.html&lt;br /&gt;
*{{Gentoo}} {{cmdroot|emerge ati-drivers}}&lt;br /&gt;
*{{Fedora}} 4 packages: http://rpm.livna.org&lt;br /&gt;
** For stock Fedora kernels: {{cmdroot|yum install kernel-module-fglrx-$(uname -r) ati-fglrx }}&lt;br /&gt;
** For custom-compiled kernels: see [[How to build custom packages for fglrx]]&lt;br /&gt;
*{{Fedora}} 5 packages: http://rpm.livna.org&lt;br /&gt;
** For stock Fedora kernels: {{cmdroot|yum install xorg-x11-drv-fglrx}}&lt;br /&gt;
** For custom-compiled kernels: see [[How to build custom packages for fglrx]]&lt;br /&gt;
*{{Fedora}} 7 packages: http://rpm.livna.org&lt;br /&gt;
** The newest version of the driver (8.39.4) is supposed to work with Fedora 7, and is available from Livna.&lt;br /&gt;
*{{Arch Linux}}&lt;br /&gt;
:{{cmdroot|pacman -S catalyst}} (kernel module for the stock kernel)&lt;br /&gt;
:{{cmdroot|pacman -S catalyst-utils}} (xorg7 stuff and tools)&lt;br /&gt;
*{{Ubuntu}}&lt;br /&gt;
**[http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide Dapper Drake Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php/Ubuntu_Breezy_Installation_Guide Breezy Badger Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide Edgy Eft Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide Feisty Fawn Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php/Ubuntu_Gutsy_Installation_Guide Gutsy Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php?title=Ubuntu_Hardy_Installation_Guide Hardy Howto]&lt;br /&gt;
**[http://wiki.cchtml.com/index.php?title=Ubuntu_Intrepid_Installation_Guide Intrepid Howto]&lt;br /&gt;
*{{Mandriva}} packages: {{cmdroot|urpmi x11-driver-video-fglrx}}&lt;br /&gt;
** the easiest way however to configure everything easily is to run {{cmdroot|drakconf}}&lt;br /&gt;
&lt;br /&gt;
== Building for Xorg 7.0==&lt;br /&gt;
To compile fglrx versions &amp;lt;= 8.24.8 for Xorg 7.0.0, fake Xorg 6.9.0 by &lt;br /&gt;
:{{cmdroot|1=export X_VERSION=x690; sh ati-driver-installer-8.24.8-x86.run}}&lt;br /&gt;
Next, move the various resulting libraries and modules from /usr/X11R6 to /usr/lib/xorg&lt;br /&gt;
&lt;br /&gt;
In {{path|/usr/src/ATI}} additional sources are installed for fireglcontrol and fgl_glxgears&lt;br /&gt;
&lt;br /&gt;
== Status ==&lt;br /&gt;
Current version: 8.1 (8.454) (18st January 2008).&lt;br /&gt;
Major changes:&lt;br /&gt;
* 8.4 compilable on 2.6.25 using this [http://forums.gentoo.org/viewtopic-p-5037932.html#5037932 patch]&lt;br /&gt;
&amp;lt;!-- some versions missing --&amp;gt;&lt;br /&gt;
* [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_81_linux.html 8.1]: Fixed suspending on kernel version 2.6.23 or later. Custom code in xorg.conf will no longer be ignored.&lt;br /&gt;
* [http://www2.ati.com/drivers/linux/catalyst_712_linux.html 7-12]: FireGL support, fixed memory leak when running OpenGL applications, X -configure no longer results in a segmentation fault. Connecting a display device that supports 1680x1050 may result in a maximum display resolution of 1280x1024 only being available.&lt;br /&gt;
* [http://www2.ati.com/drivers/linux/catalyst_711_linux.html 7-11]: new versioning scheme, kernel 2.6.23 support. Required for Xorg server 1.4, but does not support FireGL cards. So don't upgrade to Xorg 1.4 if you have one!&lt;br /&gt;
* 8.42.3: Composite support added enabling AIGLX and Beryl/Compiz on the desktop. Support for (most?) FireGl cards dropped (should be restored in upcoming versions)&lt;br /&gt;
* 8.41.7: increased OpenGL performance on some Radeon Cards, size/position TV-out adjustments work for Radeon X1900 or higher, X crash when connecting external DFP display fixed &lt;br /&gt;
* 8.40.4: some new TV out control options in CCC, another (non-exciting) maintenance release (see [http://www.phoronix.com/scan.php?page=article&amp;amp;item=804&amp;amp;num=1 Phoronix])&lt;br /&gt;
* 8.39.4: kernel 2.6.22 support, TexturedVideo fix, aticonfig segfault fix (see 8.38.7 hotfix), to get rid of the &amp;quot;AMD Testing use only&amp;quot; logo, use [http://www.phoronix.com/forums/showpost.php?p=10641&amp;amp;postcount=44 this] workaround.&lt;br /&gt;
* 8.38.7: hotfix release for &amp;quot;Using aticonfig --initial segfaults destroying xorg.conf file when run in X with Vesa driver.&amp;quot;, search for &amp;quot;737-28261&amp;quot; on the ATI website.&lt;br /&gt;
* 8.38.6: RedHat Enterprise Linux 5 support, Xserver crashes on moving video window between two monitors fixed, corruption when playing multiple vodeps with textured video fixed&lt;br /&gt;
* 8.37.6: Xorg Server 1.3 support, CCC 1.0, crash when logging off from X fixed, Xv cropping bug fixed&lt;br /&gt;
* 8.36.5: Kernel 2.6.20 support, CCC Beta 0.9 with localization&lt;br /&gt;
* 8.35.5: Beta AMD Catalyst Control Center, X-Server termination from console does not result in a blank screen. Kernel 2.6.20 requires some patching (see [[Problems_with_fglrx#fglrx_8.35.5|fglrx patches section]]).&lt;br /&gt;
* 8.34.8: Radeon Xpress 1250 support, X-Video on x86_64 fix, hibernation mode fix. Kernel 2.6.20 requires some patching (see [[Problems_with_fglrx#fglrx_8.34.8|fglrx patches section]]).&lt;br /&gt;
&lt;br /&gt;
== Known problems and solutions ==&lt;br /&gt;
See [[Problems with fglrx]].&lt;br /&gt;
&lt;br /&gt;
== User experience ==&lt;br /&gt;
=== Speed ===&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
Compared to the old drivers, approximately 40% speed gain have been noticed with fglrx. However, there are issues with freezing/garbage after suspend, garbage when resizing desktop (via {{key|ctrl}}{{key|alt}}{{key|plus}}, {{key|ctrl}}{{key|alt}}{{key|minus}}), and garbage while using VMware. The current 8.14.13 has shown 400% improvement over using the open source radeon driver: 1200 FPS for glxgears{{footnote|1}}!&lt;br /&gt;
&lt;br /&gt;
However the situation seems to be changing significantly as time goes on. With recent x11-drm-20060608 driver (gentoo) and thinkpad t42 (ati 9600) the speed is confirmed as 1900fps and stable.  As of October 2007 there is dramatic improvement in the open source 3d drivers in speed and stability.&lt;br /&gt;
&lt;br /&gt;
=== 3D acceleration ===&lt;br /&gt;
&lt;br /&gt;
According to [http://xoomer.alice.it/flavio.stanchina/debian/fglrx-installer.html#configure Flavio's page] you need these options:&lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;Module&amp;quot;&lt;br /&gt;
    ...&lt;br /&gt;
    Load &amp;quot;GLcore&amp;quot;&lt;br /&gt;
    Load &amp;quot;glx&amp;quot;&lt;br /&gt;
    Load &amp;quot;dri&amp;quot;&lt;br /&gt;
    ...&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
  # Of course you need to activate the driver&lt;br /&gt;
  Section &amp;quot;Device&amp;quot;&lt;br /&gt;
    ...&lt;br /&gt;
    Driver     &amp;quot;fglrx&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
Don't forget to load the module &amp;lt;tt&amp;gt;fglrx&amp;lt;/tt&amp;gt; (&amp;lt;tt&amp;gt;modprobe fglrx&amp;lt;/tt&amp;gt;).  Under Debian the module can be placed in &amp;lt;tt&amp;gt;/etc/modules&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
With fglrx drivers prior to 8.42.3 will need to disable composite to enable 3D DRI acceleration. To do this, add an extra Extensions section (if necessary) containing:&lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
     Option  &amp;quot;Composite&amp;quot; &amp;quot;Disable&amp;quot;  #make DRI work with fglrx.&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
If you are unsure whether you have DRI running, issue &amp;lt;tt&amp;gt;glxinfo | grep -i direct&amp;lt;/tt&amp;gt; after disabling composite.  Note, this &lt;br /&gt;
&lt;br /&gt;
{{NOTE|1=Video overlay acceleration may be disabled when 3D acceleration is enabled. The following comment from the xorg.conf file bundled with the fglrx driver indicates that:&lt;br /&gt;
   # === OpenGL Overlay ===&lt;br /&gt;
   # Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;
   #       will be disabled automatically&lt;br /&gt;
       Option &amp;quot;OpenGLOverlay&amp;quot;              &amp;quot;1&amp;quot;&lt;br /&gt;
However, you can use either regular Xv video overlay or make the video an opengl texture and let the OpenGL engine scale your video.  This has nothing to do with the acceleration of 2D drawing primitives.  Further, your mileage on performance may vary depending on what card you have.  The open source drivers don't support newer cards, while the ATI drivers don't support older cards.&lt;br /&gt;
&lt;br /&gt;
You may be able to preserve VideoOverlay acceleration if you explicitly remove the OpenGLOverlay using:&lt;br /&gt;
&lt;br /&gt;
Option &amp;quot;VideoOverlay&amp;quot;  &amp;quot;True&amp;quot; and Option &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;False&amp;quot;.  See [http://xoomer.alice.it/flavio.stanchina/debian/fglrx-installer.html#configure Flavio's page] for detail.}}&lt;br /&gt;
&lt;br /&gt;
=== Power saving ===&lt;br /&gt;
Power saving is much better than with the &amp;lt;tt&amp;gt;radeon&amp;lt;/tt&amp;gt; driver, but doesn't work in dual-screen configuration (see [[How to make use of Graphics Chips Power Management features]]).&lt;br /&gt;
&lt;br /&gt;
=== Suspending with fglrx ===&lt;br /&gt;
&lt;br /&gt;
On a ThinkPad T42 with Kernel 2.6.19 with Software Suspend 2 and R60 with Kernel 2.6.18-suspend2-r1 (Gentoo) , the following addition to &amp;lt;tt&amp;gt;/etc/hibernate/suspend2.conf&amp;lt;/tt&amp;gt; is required:&lt;br /&gt;
&lt;br /&gt;
  # For fglrx&lt;br /&gt;
  ProcSetting extra_pages_allowance 20000&lt;br /&gt;
&lt;br /&gt;
=== Display Switching (Dynamic Display Management) ===&lt;br /&gt;
&lt;br /&gt;
Version 8.25.18 introduces a new feature: Dynamic Display Management. It allows display switching on-the-fly.&lt;br /&gt;
&lt;br /&gt;
To list all connected and enabled monitors:&lt;br /&gt;
:{{cmdroot|1=aticonfig --query-monitor}}&lt;br /&gt;
&lt;br /&gt;
To switch displays:&lt;br /&gt;
:{{cmdroot|1=aticonfig --enable-monitor=STRING,STRING}}, where STRING can be: none, lvds, crt1, crt2, tv, tdms1, tdms2&lt;br /&gt;
&lt;br /&gt;
Only 2 displays can be enabled at the same time. Any displays that are not on the list will be disabled.&lt;br /&gt;
&lt;br /&gt;
Using an [[Script for Dynamic Display Management with fglrx|ACPI script]], aticonfig can be used to switch displays on a key press.&lt;br /&gt;
&lt;br /&gt;
The '''Catalyst Control Center''', which comes with the driver (at least from Livna in Fedora Core 6) can be used to do this switching.  It also does various other kinds of display managements.  However, the version that comes with 8.39.4 doesn't seem to handle switching into Big Desktop mode, does anyone know how to get this to work?  The control center also complains a lot about rebooting, but rebooting doesn't seem to be required.  Does anyone have decent documentation for the control center?&lt;br /&gt;
&lt;br /&gt;
== Useful links == &lt;br /&gt;
* [http://www.ati.com/products/catalyst/linux.html ATI Linux Driver FAQ]&lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
* [http://www.driverheaven.net/forumdisplay.php?f=103 Radeon Driver Forum at Driverheaven]&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
* [http://forums.gentoo.org/viewtopic-t-374745-highlight-t42+ati+dri.html Gentoo T42 ATI. DRI + xorg driver]&lt;br /&gt;
* [http://ati.cchtml.com/ Unofficial community ATI bugzilla] - tracks bugs in the driver. Might be monitored by ATI ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]).&lt;br /&gt;
&lt;br /&gt;
== ThinkPads that may be supported ==&lt;br /&gt;
Supported chips, as found in select IBM ThinkPads:&lt;br /&gt;
{{NOTE|fglrx version 8.29.6 discontinued support for Radeon 9200 and earlier.}}&lt;br /&gt;
* [[ATI Mobility FireGL 9000]]&lt;br /&gt;
** {{T40p}}&lt;br /&gt;
* [[ATI Mobility FireGL T2]]&lt;br /&gt;
** {{R50p}}&lt;br /&gt;
** {{T41p}}, {{T42p}}&lt;br /&gt;
* [[ATI Mobility FireGL V3200]]&lt;br /&gt;
** {{T43p}}&lt;br /&gt;
* [[ATI Mobility Radeon 9000]]&lt;br /&gt;
** {{R50}}, {{R51}}&lt;br /&gt;
** {{T40}}, {{T41}}, {{T42}}&lt;br /&gt;
* [[ATI Mobility Radeon 9600]]&lt;br /&gt;
** {{T42}}&lt;br /&gt;
* [[ATI Mobility Radeon X300]]&lt;br /&gt;
** {{R52}}&lt;br /&gt;
** {{T43}}&lt;br /&gt;
** {{Z60m}}&lt;br /&gt;
* [[ATI Mobility Radeon Xpress 200M]]&lt;br /&gt;
** {{R51e}}&lt;br /&gt;
* [[ATI Mobility Radeon X600]]&lt;br /&gt;
** {{Z60m}}&lt;br /&gt;
* [[ATI Mobility Radeon X1400]]&lt;br /&gt;
** {{T60}}, {{R60}}, {{Z61m}}&lt;br /&gt;
* [[ATI Mobility FireGL V5200]]&lt;br /&gt;
** {{T60p}}, {{Z61p}}&lt;br /&gt;
&lt;br /&gt;
== ThinkPads that are NOT supported by fglrx==&lt;br /&gt;
Unsupported chips, as found in select IBM ThinkPads:&lt;br /&gt;
* [[ATI Mobility Radeon 7500]]&lt;br /&gt;
** {{R40}}&lt;br /&gt;
** {{R51}}&lt;br /&gt;
** {{T30}}&lt;br /&gt;
** {{T41}}&lt;br /&gt;
** {{T42}}&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#Note that glxgears isn't a benchmark tool, it's so simple that its FPS values is without any meaning... you can only compare glxgears using the same drivers/machine, if you change any of then you can have higher/lower values and in real life programs/games happen to have the opposite effects. Think in terms of a car engines rpms: higher rpms in the same car usually means a faster car, change anything and it's meaningless, ie: gears, truck, wheel size, etc. make it useless.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[radeon]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://ati.amd.com/support/drivers/linux/linux-radeon.html Official website]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40828</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40828"/>
		<updated>2009-01-21T16:29:26Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* BIOS Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
* [[Switchable Graphics]]&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
* AHCI&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
* Intel Virtualization&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on '''VT-d''' (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40827</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40827"/>
		<updated>2009-01-21T16:25:24Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Suspend/Resume problem */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post'&amp;quot; &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=VGA_Port&amp;diff=40753</id>
		<title>VGA Port</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=VGA_Port&amp;diff=40753"/>
		<updated>2009-01-19T15:39:01Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Models featuring this technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&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;
VGA stands for Video Graphics Array.&lt;br /&gt;
&lt;br /&gt;
Most ThinkPads have a Female DB-15 VGA Port for attaching an Analog computer monitor.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Video Graphics Array| Wikipedia article on VGA]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
==Models featuring this technology==&lt;br /&gt;
*ThinkPad {{220}}&lt;br /&gt;
*ThinkPad {{240}}, {{240X}}&lt;br /&gt;
*ThinkPad {{310}}, {{310D}}, {{310E}}, {{310ED}}&lt;br /&gt;
*ThinkPad {{345CS}}, {{345C}}&lt;br /&gt;
*ThinkPad {{350}}, {{350C}}, {{355}}, {{355Cs}}, {{355C}}&lt;br /&gt;
*ThinkPad {{360}}, {{360Cs}}, {{360C}}, {{360P}}, {{360CSE}}, {{360CE}}, {{360PE}}&lt;br /&gt;
*ThinkPad {{365CS}}, {{365C}}, {{365CSD}}, {{365CD}}, {{365E}}, {{365ED}}, {{365X}}, {{365XD}}&lt;br /&gt;
*ThinkPad {{370C}}&lt;br /&gt;
*ThinkPad {{380}}, {{380D}}, {{380E}}, {{380ED}}, {{380XD}}, {{385D}}, {{385ED}}, {{385XD}}, {{380Z}}&lt;br /&gt;
*ThinkPad {{390}}, {{390E}}, {{390X}}&lt;br /&gt;
*ThinkPad {{500}}, {{510Cs}}&lt;br /&gt;
*ThinkPad {{535}}, {{535E}}, {{535X}}&lt;br /&gt;
*ThinkPad {{550BJ}}&lt;br /&gt;
*ThinkPad {{560}}, {{560E}}, {{560X}}, {{560Z}}&lt;br /&gt;
*ThinkPad {{570}}, {{570E}}&lt;br /&gt;
*ThinkPad {{600}}, {{600E}}, {{600X}}&lt;br /&gt;
*ThinkPad {{700}}, {{700C}}&lt;br /&gt;
*ThinkPad {{720}}, {{720C}}&lt;br /&gt;
*ThinkPad {{750}}, {{750Cs}}, {{750C}}, {{750P}}&lt;br /&gt;
*ThinkPad {{755Cs}}, {{755C}}&lt;br /&gt;
*ThinkPad {{770}}, {{770E}}, {{770ED}}, {{770X}}, {{770Z}}&lt;br /&gt;
*ThinkPad {{701C}}, {{701CS}}&lt;br /&gt;
*ThinkPad {{755CSE}}, {{755CE}}, {{755CX}}, {{755CV}}, {{755CD}}, {{755CDV}}&lt;br /&gt;
*ThinkPad {{760L}}, {{760LD}}, {{760C}}, {{760CD}}, {{760EL}}, {{760ELD}}, {{760E}}, {{760ED}}, {{760XL}}, {{760XD}}&lt;br /&gt;
*ThinkPad {{765L}}, {{765D}}&lt;br /&gt;
*ThinkPad {{820}}, {{850}}, {{860}}&lt;br /&gt;
*ThinkPad {{A Series}}&lt;br /&gt;
*ThinkPad {{I Series}}&lt;br /&gt;
*ThinkPad {{R30}}, {{R31}}, {{R32}}, {{R40}}, {{R40e}}, {{R50}}, {{R50e}}, {{R50p}}, {{R51}}, {{R51e}},  {{R52}},  {{R61}}&lt;br /&gt;
*ThinkPad {{S30}}, {{S31}}&lt;br /&gt;
*ThinkPad {{T20}}, {{T21}}, {{T22}}, {{T23}}, {{T30}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}}, {{T60}}, {{T60p}}, {{T61}}&lt;br /&gt;
*ThinkPad {{W500}}&lt;br /&gt;
*ThinkPad {{X20}}, {{X21}}, {{X22}}, {{X23}}, {{X24}}, {{X30}}, {{X31}}, {{X32}}, {{X40}}, {{X41}}, {{X41_Tablet}}, {{X60}}, {{X60s}}, {{X60_Tablet}}, {{X61}}, {{X61s}}, {{X61_Tablet}}&lt;br /&gt;
*ThinkPad {{Z60m}}, {{Z60t}}&lt;br /&gt;
&lt;br /&gt;
==Docks and Port Replicators featuring this Technology==&lt;br /&gt;
{{NOTE|These devices only feature pass-through functionality, the actual VGA logic needs to reside in the ThinkPad for the port to work}}&lt;br /&gt;
* [[ThinkPad Port Replicator]]&lt;br /&gt;
* [[ThinkPad Port Replicator II]]&lt;br /&gt;
* [[ThinkPad Essential Port Replicator]]&lt;br /&gt;
* [[ThinkPad Dock]]&lt;br /&gt;
* [[ThinkPad Dock II]]&lt;br /&gt;
* [[ThinkPad Advanced Dock]]&lt;br /&gt;
* [[ThinkPad Advanced Mini Dock]]&lt;br /&gt;
* [[ThinkPad Mini-Dock]]&lt;br /&gt;
* [[ThinkPad X4 Dock]]&lt;br /&gt;
* [[UltraBase X3]]&lt;br /&gt;
* [[UltraBase X4]]&lt;br /&gt;
* [[UltraBase X6]]&lt;br /&gt;
* [[X6 Tablet UltraBase]]&lt;br /&gt;
* [[TransNote Port Extender]]&lt;br /&gt;
* [[ThinkPad 365 Port Replicator]]&lt;br /&gt;
* [[ThinkPad 365X Port Replicator]]&lt;br /&gt;
* [[ThinkPad 380/385 Port Replicator]]&lt;br /&gt;
* [[ThinkPad 560 Port Replicator]]&lt;br /&gt;
* [[ThinkPad Enhanced Port Replicator]]&lt;br /&gt;
* [[ThinkPad Port Replicator with Advanced EtherJet]]&lt;br /&gt;
* [[SelectaBase Model I]]&lt;br /&gt;
* [[SelectaBase 600]]&lt;br /&gt;
* [[SelectaBase 770]]&lt;br /&gt;
* [[ThinkPad MultiPort]]&lt;br /&gt;
* [[ThinkPad MultiPort II]]&lt;br /&gt;
* [[ThinkPad Dock I (3545)]]&lt;br /&gt;
* [[ThinkPad Dock II (3546)]]&lt;br /&gt;
* [[ThinkPad Port Replicator Model 1]]&lt;br /&gt;
* [[ThinkPad Port Replicator Model 2]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40752</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40752"/>
		<updated>2009-01-19T15:33:18Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but that turns off ACPI, which is no real option&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post' &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40751</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40751"/>
		<updated>2009-01-19T15:28:18Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but I am not sure about the sideffects&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post' &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[Switchable Graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40750</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40750"/>
		<updated>2009-01-19T15:27:59Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but I am not sure about the sideffects&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post' &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with [[switchable graphics]], so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40749</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40749"/>
		<updated>2009-01-19T15:25:49Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* BIOS Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support advanced Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but I am not sure about the sideffects&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post' &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with switchable graphics, so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40748</id>
		<title>Install Mandriva 2009.0 on a ThinkPad W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Mandriva_2009.0_on_a_ThinkPad_W500&amp;diff=40748"/>
		<updated>2009-01-19T15:24:56Z</updated>

		<summary type="html">&lt;p&gt;Daudo: â†Created page with 'W500 '''this is work under progress'''  ==BIOS Issues==  Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does ...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:W500|W500]] '''this is work under progress'''&lt;br /&gt;
&lt;br /&gt;
==BIOS Issues==&lt;br /&gt;
&lt;br /&gt;
Linux (ie Xorg) currently lacks the support for on-the-fly switching of GPUs. It not only does not support switching, you also have to expicically turn off switching in BIOS. Go to Config-&amp;gt;Display-&amp;gt;Graphics Device and '''DISABLE''' OS detection of switchable graphics.&lt;br /&gt;
&lt;br /&gt;
If you don't disable OS detection, linux will see two graphic adapters (try it with lspci) and will be confused on which one to use, leading to random weird side effects such as hangs and worse.&lt;br /&gt;
&lt;br /&gt;
I also had to turn off AHCI in Config-&amp;gt;SATA and used '''Compatibility Mode''' instead, otherwise the kernel would not boot occasionally.&lt;br /&gt;
&lt;br /&gt;
The T9400 and up CPUs also support Intel Virtualization technologies. Just don't turn on VT-d (disk I/O virtualization) in BIOS, otherwise WLAN any a couple of other things will not work and even freeze your system, see [https://qa.mandriva.com/show_bug.cgi?id=44711 https://qa.mandriva.com/show_bug.cgi?id=44711]&lt;br /&gt;
&lt;br /&gt;
==Things not working/issues==&lt;br /&gt;
&lt;br /&gt;
As I've found most of the components are just working out of the box, I will only list the issues I have found so far:&lt;br /&gt;
&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
** HD-APS is not working for me, probably due to a BIOS bug, see [http://bugzilla.kernel.org/show_bug.cgi?id=12221 http://bugzilla.kernel.org/show_bug.cgi?id=12221]&lt;br /&gt;
*** some kind of workaround is to add pnpacpi=off to the kernel boot line, but I am not sure about the sideffects&lt;br /&gt;
* Suspend/Resume&lt;br /&gt;
** while suspending works fine, resuming always ended with a blank screen, workaround below&lt;br /&gt;
* muted audio not shown in alsa mixer&lt;br /&gt;
** when you use the built in &amp;quot;mute audio&amp;quot; button on the ThinkPad keyboard, this is not show in any audio mixer I've tried. So if you don't hear a sound, give the &amp;quot;mute audio&amp;quot; button a try :-)&lt;br /&gt;
* 3D and radeonhd&lt;br /&gt;
** the radeonhd driver (still) does not support 3D acceleration&lt;br /&gt;
&lt;br /&gt;
== Suspend/Resume problem ==&lt;br /&gt;
&lt;br /&gt;
If resuming just leaves you with a blank black display, try the following:&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;ADD_PARAMETERS='--quirk-vbe-post' &amp;gt; /etc/pm/config.d/w500_vbe_post&lt;br /&gt;
&lt;br /&gt;
== Display / Xorg ==&lt;br /&gt;
&lt;br /&gt;
The laptop comes with switchable graphics, so you can choose on your own which GPU to use:&lt;br /&gt;
&lt;br /&gt;
* intel&lt;br /&gt;
** consumes the least energy&lt;br /&gt;
** DVI connector on the [[ThinkPad Advanced Mini Dock]] ist not recognoized&lt;br /&gt;
&lt;br /&gt;
* radeonhd&lt;br /&gt;
** consumes the most energy&lt;br /&gt;
** lack of 3D support&lt;br /&gt;
&lt;br /&gt;
* fglrx&lt;br /&gt;
** changing runlevel to 3 (init 3) leaves you with X eating 100% CPU&lt;br /&gt;
&lt;br /&gt;
So if battery life, DVI and 3D are important for you, you should probably use the fglrx driver, but I am fine with the radeonhd driver for now.&lt;br /&gt;
&lt;br /&gt;
[[Category:W500]][[Category:Mandriva]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40746</id>
		<title>Category:W500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W500&amp;diff=40746"/>
		<updated>2009-01-19T14:29:05Z</updated>

		<summary type="html">&lt;p&gt;Daudo: &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 W500 ===&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo (Penryn)  2.4, , 2.6, 2.8 GHz 1066MHz FSB, 6MB L2 Cache CPU* &lt;br /&gt;
** [[ATI FireGL V5700]] (512 MB)&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1680x1050 (WSXGA+) resolution&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1920x1200 (WUXGA) resolution&lt;br /&gt;
* 2 GB [[PC3-8500]] memory standard upgradable to 8 GB&lt;br /&gt;
* 200 GB 7200 rpm 2.5&amp;quot; SATA HDD (available with encryption)&lt;br /&gt;
* 320 GB 5400 rpm 2.5&amp;quot; SATA HDD&lt;br /&gt;
* 64 GB 1.8&amp;quot; Solid State Disk&lt;br /&gt;
** [[Full Disk Encryption (FDE)]] Available on some models&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* 1 [[CardBus slot]] (Type 2)&lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** [[ExpressCard slot|ExpressCard/54 slot]] &lt;br /&gt;
** SmartCard reader&lt;br /&gt;
* [[Ricoh_R5C843|4-in-1 Memory reader]]&lt;br /&gt;
* [[Integrated Webcam on some models, USB ID 17ef:4807]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire on select models&lt;br /&gt;
* Displayport&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
* [[Intel 82801I HDA]] (ICH9 Family) HD Audio controller&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linux Installation ===&lt;br /&gt;
&lt;br /&gt;
*[[Install Mandriva 2009.0 on a ThinkPad W500]]&lt;br /&gt;
&lt;br /&gt;
[[Category:W Series]]&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:W_Series&amp;diff=40745</id>
		<title>Category:W Series</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:W_Series&amp;diff=40745"/>
		<updated>2009-01-19T14:23:46Z</updated>

		<summary type="html">&lt;p&gt;Daudo: â†Created page with 'The successor of the T series, focused on high peformance including GPUs certified for CAD. So called &amp;quot;ultimate mobile workstations&amp;quot;.'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The successor of the T series, focused on high peformance including GPUs certified for CAD. So called &amp;quot;ultimate mobile workstations&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Template:Models&amp;diff=40744</id>
		<title>Template:Models</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Template:Models&amp;diff=40744"/>
		<updated>2009-01-19T14:16:13Z</updated>

		<summary type="html">&lt;p&gt;Daudo: /* Current Series */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&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 Models &amp;lt;span style=&amp;quot;font-size:x-small;&amp;quot;&amp;gt;&amp;lt;sup&amp;gt;[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|from=A Series}} &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;exclude numbered&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;] [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|from=220}} &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;include numbered&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;]&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;===&lt;br /&gt;
This page offers information about the various models published throughout the [[ThinkPad History|history of ThinkPad computers]].&amp;lt;br /&amp;gt;&lt;br /&gt;
You can also read about the [[ThinkPad|origin of the ThinkPad brand]].&amp;lt;br /&amp;gt;&lt;br /&gt;
If you need more specific information about a precise model, try to find it within the [[Hardware Specifications]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|| &amp;lt;thinkwiki&amp;gt;7&amp;lt;/thinkwiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If your ThinkPad model series is not listed here yet, please read [[Adding a new ThinkPad series or category to ThinkWiki]].&lt;br /&gt;
&lt;br /&gt;
The following is a list of models from various [[ThinkPad series|series of ThinkPad computers]]:&lt;br /&gt;
&lt;br /&gt;
=== Current Series ===&lt;br /&gt;
* '''[[:Category:R Series|ThinkPad R]]''': Traditionally the budget laptop line, there are ''mobile workstation'' configurations to replace the discontinued A-series.&lt;br /&gt;
* '''[[:Category:T Series|ThinkPad T]]''': Slimline Notebook, two drives internal, light and thin with one swappable bay.&lt;br /&gt;
* '''[[:Category:W Series|ThinkPad W]]''': The high-end models, some with huge (dual) displays up to 17&amp;quot;&lt;br /&gt;
* '''[[:Category:X Series|ThinkPad X]]''': Subnotebook, very small and light, hard drive internal, no internal optical drive, small screen. Includes the first Tablet PC ThinkPad, a convertible configuration with a swivelling screen.&lt;br /&gt;
* '''[[:Category:Lenovo 3000| Lenovo 3000]]''': Not a ThinkPad, but Lenovo's &amp;quot;house brand&amp;quot;.&lt;br /&gt;
* '''[[:Category:SL Series|ThinkPad SL]]''': Lower-end notebook designed for small business owners on a budget looking for both multimedia entertainment and business functionality.&lt;br /&gt;
&lt;br /&gt;
=== Withdrawn Series ===&lt;br /&gt;
* '''[[:Category:A Series|ThinkPad A]]''': All in One Notebooks, heavy, large, three spindle machines, all drives internal, one or two swappable drive bays.&lt;br /&gt;
* '''[[:Category:G Series|ThinkPad G]]''': Desktop replacement machines built on desktop processors, large and heavy with limited battery runtime.&lt;br /&gt;
* '''[[:Category:S Series|ThinkPad S]]''': Subnotebook, extremely small and light, produced for Japanese and Hong Kong market only.&lt;br /&gt;
* '''[[:Category:Z Series|ThinkPad Z]]''': Offers widescreen for the ultimate multimedia experience&lt;br /&gt;
* '''ThinkPad 130''': Japanese version of the i1300&lt;br /&gt;
* '''ThinkPad 2xx''': Classic 10&amp;quot;-sub-notebook models.&lt;br /&gt;
* '''[[:Category:3 Series|ThinkPad 3xx]]''': Classic mid-range models.&lt;br /&gt;
* '''ThinkPad 5xx''': Classic ultraportable models.&lt;br /&gt;
* '''[[:Category:6 Series|ThinkPad 6xx]]''': Classic Slimline models.&lt;br /&gt;
* '''ThinkPad 7xx''': Classic high-end models.&lt;br /&gt;
* '''ThinkPad 8xx''': Classic PowerPC models.&lt;br /&gt;
*'''[[:Category:I Series|ThinkPad i series]]''': Classic budget models manufactured by Acer under license from IBM.&lt;br /&gt;
* '''[[:Category:TransNote|ThinkPad TransNote]]''': Classic model.&lt;br /&gt;
* '''[[PC110]]''': Classic Palm-Top model.&lt;br /&gt;
&lt;br /&gt;
The subcategories below are collections of all information regarding specific models of ThinkPads.&lt;/div&gt;</summary>
		<author><name>Daudo</name></author>
		
	</entry>
</feed>