<?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=Pv</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=Pv"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Pv"/>
	<updated>2026-07-04T12:15:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30398</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30398"/>
		<updated>2007-06-10T04:50:18Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
 RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external 1280x1024 monitor: to Section &amp;quot;Screen&amp;quot;, Identifier &amp;quot;Screen0&amp;quot;, Subsection &amp;quot;Display&amp;quot; add&lt;br /&gt;
 Virtual 2680 1050&lt;br /&gt;
&lt;br /&gt;
* script to run when in X:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 xrandr --output VGA --right-of LVDS --off &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
 xrandr  -s 1400x1050  &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
 if xrandr | grep &amp;quot;VGA connected&amp;quot;; then&lt;br /&gt;
 xrandr --output VGA --right-of LVDS --auto&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
* Internal Modem identified as Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
** Driver available at http://www.linuxant.com/drivers/hsf/downloads-installer.php&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30397</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30397"/>
		<updated>2007-06-10T04:45:13Z</updated>

		<summary type="html">&lt;p&gt;Pv: Undo revision 30387 by Pv (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external 1280x1024 monitor: to Section &amp;quot;Screen&amp;quot;, Identifier &amp;quot;Screen0&amp;quot;, add&lt;br /&gt;
**                 Virtual 2680 1050&lt;br /&gt;
** May need to add Monitor2 info&lt;br /&gt;
** script to run when in X:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
xrandr --output VGA --right-of LVDS --off &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
xrandr  -s 1400x1050  &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
if xrandr | grep &amp;quot;VGA connected&amp;quot;; then&lt;br /&gt;
xrandr --output VGA --right-of LVDS --auto&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
* Internal Modem identified as Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
** Driver available at http://www.linuxant.com/drivers/hsf/downloads-installer.php&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30387</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30387"/>
		<updated>2007-06-09T17:30:08Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora 7 */  added nonideal xorg.conf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external 1280x1024 monitor: to Section &amp;quot;Screen&amp;quot;, Identifier &amp;quot;Screen0&amp;quot;, add&lt;br /&gt;
**                 Virtual 2680 1050&lt;br /&gt;
** May need to add Monitor2 info&lt;br /&gt;
** script to run when in X:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
xrandr --output VGA --right-of LVDS --off &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
xrandr  -s 1400x1050  &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
if xrandr | grep &amp;quot;VGA connected&amp;quot;; then&lt;br /&gt;
xrandr --output VGA --right-of LVDS --auto&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
* Internal Modem identified as Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
** Driver available at http://www.linuxant.com/drivers/hsf/downloads-installer.php&lt;br /&gt;
&lt;br /&gt;
What follows is not perfect, but a guideline:&lt;br /&gt;
# Xorg configuration created by pyxf86config&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
        Identifier     &amp;quot;Default Layout&amp;quot;&lt;br /&gt;
        Screen      0  &amp;quot;Screen0&amp;quot; 0 0&lt;br /&gt;
        InputDevice    &amp;quot;Keyboard0&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
        InputDevice    &amp;quot;Synaptics&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
        Screen      1  &amp;quot;Screen1&amp;quot; RightOf &amp;quot;Screen0&amp;quot;&lt;br /&gt;
        Option &amp;quot;Xinerama&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Keyboard0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;kbd&amp;quot;&lt;br /&gt;
        Option      &amp;quot;XkbModel&amp;quot; &amp;quot;pc105&amp;quot;&lt;br /&gt;
        Option      &amp;quot;XkbLayout&amp;quot; &amp;quot;us&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Synaptics&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;synaptics&amp;quot;&lt;br /&gt;
        Option      &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option      &amp;quot;Protocol&amp;quot; &amp;quot;auto-dev&amp;quot;&lt;br /&gt;
        Option      &amp;quot;Emulate3Buttons&amp;quot; &amp;quot;yes&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 ### Comment all HorizSync and VertSync values to use DDC:&lt;br /&gt;
 ### Comment all HorizSync and VertSync values to use DDC:&lt;br /&gt;
        Identifier   &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
        VendorName   &amp;quot;Monitor Vendor&amp;quot;&lt;br /&gt;
        ModelName    &amp;quot;LCD Panel 1400x1050&amp;quot;&lt;br /&gt;
 ### Comment all HorizSync and VertSync values to use DDC:&lt;br /&gt;
#       HorizSync    31.5 - 90.0&lt;br /&gt;
#       VertRefresh  59.0 - 75.0&lt;br /&gt;
        Option      &amp;quot;dpms&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
        Identifier   &amp;quot;Monitor1&amp;quot;&lt;br /&gt;
        VendorName   &amp;quot;Monitor Vendor&amp;quot;&lt;br /&gt;
        ModelName    &amp;quot;Sony CPD-420GS/GST/19GS2&amp;quot;&lt;br /&gt;
 ### Comment all HorizSync and VertSync values to use DDC:&lt;br /&gt;
       HorizSync    30.0 - 96.0&lt;br /&gt;
       VertRefresh  40.0 - 151.0&lt;br /&gt;
        Option      &amp;quot;dpms&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;intel&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Screen1&amp;quot;&lt;br /&gt;
        Device     &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        DefaultDepth     24&lt;br /&gt;
        Monitor &amp;quot;Monitor1&amp;quot;&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Viewport   0 0&lt;br /&gt;
                Depth     24&lt;br /&gt;
                Modes &amp;quot;1280x1024&amp;quot; &amp;quot;1024x768&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Screen0&amp;quot;&lt;br /&gt;
        Device     &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        DefaultDepth     24&lt;br /&gt;
        Monitor &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
        SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
                Viewport   0 0&lt;br /&gt;
                Depth     24&lt;br /&gt;
                Virtual 2680 1050&lt;br /&gt;
                Modes &amp;quot;1400x1050&amp;quot; &amp;quot;1280x1024&amp;quot; &amp;quot;1024x768&amp;quot;&lt;br /&gt;
        EndSubSection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30362</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30362"/>
		<updated>2007-06-08T20:12:06Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external 1280x1024 monitor: to Section &amp;quot;Screen&amp;quot;, Identifier &amp;quot;Screen0&amp;quot;, add&lt;br /&gt;
**                 Virtual 2680 1050&lt;br /&gt;
** May need to add Monitor2 info&lt;br /&gt;
** script to run when in X:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
xrandr --output VGA --right-of LVDS --off &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
xrandr  -s 1400x1050  &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
if xrandr | grep &amp;quot;VGA connected&amp;quot;; then&lt;br /&gt;
xrandr --output VGA --right-of LVDS --auto&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
* Internal Modem identified as Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
** Driver available at http://www.linuxant.com/drivers/hsf/downloads-installer.php&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30361</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30361"/>
		<updated>2007-06-08T20:11:39Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external 1280x1024 monitor: to Section &amp;quot;Screen&amp;quot;, Identifier &amp;quot;Screen0&amp;quot;, add&lt;br /&gt;
**                 Virtual 2680 1050&lt;br /&gt;
** May need to add Monitor2 info&lt;br /&gt;
** script to run when in X:&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
xrandr --output VGA --right-of LVDS --off &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
xrandr  -s 1400x1050  &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 || :&lt;br /&gt;
if xrandr | grep &amp;quot;VGA connected&amp;quot;; then&lt;br /&gt;
        xrandr --output VGA --right-of LVDS --auto&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
* Internal Modem identified as Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
** Driver available at http://www.linuxant.com/drivers/hsf/downloads-installer.php&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30340</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30340"/>
		<updated>2007-06-08T01:06:42Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora 7 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To avoid problems when the computer is turned on with external monitor connected: &lt;br /&gt;
** BIOS setting: Configure Display: Startup on Internal LCD (not Both)&lt;br /&gt;
&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Not sure how to get the modem working; the installer identifies it as&lt;br /&gt;
Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf to enable different desktop on external monitor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30319</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=30319"/>
		<updated>2007-06-06T23:44:25Z</updated>

		<summary type="html">&lt;p&gt;Pv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora 7 ====&lt;br /&gt;
* To get the native 1400x1050 internal LCD resolution:&lt;br /&gt;
** Install 915resolution&lt;br /&gt;
** Edit /etc/sysconfig/915resolution  to have the line&lt;br /&gt;
RESOLUTION=&amp;quot;3c 1400 1050&amp;quot;&lt;br /&gt;
* To get the internal display to resume properly after suspend (instead of the ghostly glow)&lt;br /&gt;
** Make an executable file  /etc/pm/config.d/r52.cfg with&lt;br /&gt;
DISPLAY_QUIRK_S3_BIOS=true&lt;br /&gt;
&lt;br /&gt;
* Not sure how to get the modem working; the installer identifies it as&lt;br /&gt;
Intel 82801FB/FBM/FR/FW/FRW (ICH6 family) AC'97 Modem Controller&lt;br /&gt;
&lt;br /&gt;
* Edit  xorg.conf  to enable different desktop on external monitor.&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22142</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22142"/>
		<updated>2006-05-06T21:01:31Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Problem: System resumes from suspend but video is not working */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Rumors suggest that future updates to xorg will make this unnecessary. Since this is fundamentally a hardware problem (the video adapter does not properly report the ability to drive this mode) it will be a pleasant surprise if it happens.}}&lt;br /&gt;
&lt;br /&gt;
==== Problem: System resumes from suspend but video is not working ====&lt;br /&gt;
First try the single change:&lt;br /&gt;
* To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line: 915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
In Fedora Core 5, /usr/sbin/pm-suspend is the suspend script called by the OS to suspend the machine. &lt;br /&gt;
If you are using a different distribution you may have to find the relevant files.&lt;br /&gt;
&lt;br /&gt;
If that does not solve the problem, try the following. &lt;br /&gt;
&lt;br /&gt;
* Check BIOS settings that refer to power and suspend mode.&lt;br /&gt;
* To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad {{R52}} Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22141</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22141"/>
		<updated>2006-05-06T21:01:03Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Affected Models */  R52 category not webpage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Rumors suggest that future updates to xorg will make this unnecessary. Since this is fundamentally a hardware problem (the video adapter does not properly report the ability to drive this mode) it will be a pleasant surprise if it happens.}}&lt;br /&gt;
&lt;br /&gt;
==== Problem: System resumes from suspend but video is not working ====&lt;br /&gt;
First try the single change:&lt;br /&gt;
* To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line: 915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
In Fedora Core 5, /usr/sbin/pm-suspend is the suspend script called by the OS to suspend the machine. &lt;br /&gt;
If you are using a different distribution you may have to find the relevant files.&lt;br /&gt;
&lt;br /&gt;
If that does not solve the problem, try the following. &lt;br /&gt;
&lt;br /&gt;
* Check BIOS settings that refer to power and suspend mode.&lt;br /&gt;
* To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
One machine with this hardware configuration is the R52 machine type [[1859-4AU]]&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad {{R52}} Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22140</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22140"/>
		<updated>2006-05-06T20:59:16Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Problem: System resumes from suspend but video is not working */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Rumors suggest that future updates to xorg will make this unnecessary. Since this is fundamentally a hardware problem (the video adapter does not properly report the ability to drive this mode) it will be a pleasant surprise if it happens.}}&lt;br /&gt;
&lt;br /&gt;
==== Problem: System resumes from suspend but video is not working ====&lt;br /&gt;
First try the single change:&lt;br /&gt;
* To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line: 915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
In Fedora Core 5, /usr/sbin/pm-suspend is the suspend script called by the OS to suspend the machine. &lt;br /&gt;
If you are using a different distribution you may have to find the relevant files.&lt;br /&gt;
&lt;br /&gt;
If that does not solve the problem, try the following. &lt;br /&gt;
&lt;br /&gt;
* Check BIOS settings that refer to power and suspend mode.&lt;br /&gt;
* To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
One machine with this hardware configuration is the R52 machine type [[1859-4AU]]&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad [[R52]] Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Problem_with_display_remaining_black_after_resume&amp;diff=22139</id>
		<title>Problem with display remaining black after resume</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Problem_with_display_remaining_black_after_resume&amp;diff=22139"/>
		<updated>2006-05-06T20:54:52Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Solution for ThinkPads with ATI graphic chips (or Intel 915GM) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There has been a problem encountered where the display stays black on resuming from suspend.&lt;br /&gt;
&lt;br /&gt;
The symptom might have you think first that your system hang up, but you will realize that your ThinkPad works and you can even reset it via {{key|Ctrl}}{{key|Alt}}{{key|Del}}.&lt;br /&gt;
&lt;br /&gt;
==Affected Models==&lt;br /&gt;
*ThinkPad {{T41p}}, {{T42}}, {{T42p}}, {{T43p}}&lt;br /&gt;
*Thinkpad {{T23}}&lt;br /&gt;
*ThinkPad {{X21}}, {{X30}}, {{X31}}, {{X40}}, {{X41}}&lt;br /&gt;
*ThinkPad {{R31}}, {{R50e}}{{footnote|1}}, {{R50p}}, {{R51}} (with BIOS 1.11), {{R52}}&lt;br /&gt;
*ThinkPad {{A30p}}&lt;br /&gt;
*ThinkPad {{390X}} (doesn't wake up; LCD backlight on, harddrive light remains on)&lt;br /&gt;
*ThinkPad {{Z60t}}&lt;br /&gt;
&lt;br /&gt;
==Affected Operating Systems==&lt;br /&gt;
*Linux (it's a kernel issue)&lt;br /&gt;
&lt;br /&gt;
==Solutions==&lt;br /&gt;
===Solution for ThinkPads with 1400x1050 internal LCD and Intel 915GM ===&lt;br /&gt;
see [[1400x1050 on Intel 915GM]].&lt;br /&gt;
===Solution for ThinkPads with ATI graphic chips (or Intel 915GM)===&lt;br /&gt;
One solution may be to provide the {{bootparm|acpi_sleep|s3_bios}} kernel parameter in your kernel parameter line.&lt;br /&gt;
&lt;br /&gt;
For grub this can look like this:&lt;br /&gt;
&lt;br /&gt;
 title           Linux, kernel 2.6.11-1-686&lt;br /&gt;
 root            (hd0,0)&lt;br /&gt;
 kernel          /boot/vmlinuz-2.6.11-1-686 root=/dev/hda1 ro acpi_sleep=s3_bios&lt;br /&gt;
 initrd          /boot/initrd.img-2.6.11-1-686&lt;br /&gt;
 savedefault&lt;br /&gt;
 boot&lt;br /&gt;
&lt;br /&gt;
For lilo it can look like this:&lt;br /&gt;
&lt;br /&gt;
 image=/boot/vmlinuz&lt;br /&gt;
     append=&amp;quot;acpi_sleep=s3_bios&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The actual process of going to sleep is then managed through a sleep script; as a start, see the {{path|sleep.sh}} script in the Extreme Graphics 2 section below, but note the following comments:&lt;br /&gt;
&lt;br /&gt;
In {{Ubuntu}} or {{Kubuntu}}, it may be necessary to modify {{path|/etc/default/acpi-support}}.  In that file, make sure that {{path|ACPI_SLEEP}} is uncommented and set to true.  With ATI chips, also make sure that {{path|SAVE_VBE_STATE}} is uncommented and set to true; with Intel chips, on the other hand, ensure that nothing is done with respect to VBE--no reposts, no state saves.&lt;br /&gt;
&lt;br /&gt;
In {{Fedora}}, it may be necessary with Intel chips to edit the {{path|resume_video()}} function in {{path|/etc/pm/functions-intel}}, by commenting out the VBE post and restore.  Furthermore, you may experience a problem where the laptop, after it wakes up, goes back to sleep whenever the AC adapter is disconnected.  When this happens, it is caused by a bug in the HAL daemon that incorrectly reports the lid as closed ({{path|lshal}} return {{bootparm|button.state.value|true}}, among other things).  The simplest way to resolve this is to add a line to the sleep script to restart the HAL daemon:&lt;br /&gt;
&lt;br /&gt;
 # restart the HAL daemon&lt;br /&gt;
 service haldaemon restart&lt;br /&gt;
&lt;br /&gt;
If you do this, it will unfortunately crash {{path|gnome-power-manager}}, if you use that, though it can be restarted manually.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|It is possible this method will not work if the laptop is docked.}}&lt;br /&gt;
&lt;br /&gt;
Another solution is to use vbetool. If you are using {{Debian}} with the hibernate package, uncomment &amp;quot;EnableVbetool yes&amp;quot; in {{path|/etc/hibernate/hibernate.conf}} (or {{path|/etc/hibernate/ram.conf}}).&lt;br /&gt;
&lt;br /&gt;
===Solution for ThinkPads with Intel Extreme Graphics 2===&lt;br /&gt;
{{NOTE|&lt;br /&gt;
On [[:Category:X40|X40]]s/[[:Category:X41|X41]]s - even with Intel Extreme Graphics - and for [[:Category:R52|R52]]s with Intel Graphics Media Accelerator 900 the [[Problem with display remaining black after resume#Solution for ThinkPads with ATI graphic chips|solution for ATI graphics chips]] above is reported to work. In this case, make sure no changes to VBE are made, especially no state saves and no reposts.}}&lt;br /&gt;
&lt;br /&gt;
The following solution should work on 865G, 865GV, 855GM, 855GME, 852GME chipsets.&lt;br /&gt;
*First of all, '''do not''' use the {{bootparm|acpi_sleep|s3_bios}} kernel parameter.&lt;br /&gt;
*Second, completely remove framebuffer support from your kernel. If it's built as modules, it is important that they do not get loaded at all.&lt;br /&gt;
*Before suspending, change to a console and safe the video state with {{cmdroot|cat /proc/bus/pci/00/02.0 &amp;gt; /tmp/video_state}}.&lt;br /&gt;
*On resume, restore the video state with {{cmdroot|cat /tmp/video_state &amp;gt; /proc/bus/pci/00/02.0}} and change back to X.&lt;br /&gt;
The following example {{path|/etc/acpi/actions/sleep.sh}} script shows how to integrate the according lines.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 &lt;br /&gt;
 # change to console 1&lt;br /&gt;
 FGCONSOLE=`fgconsole`&lt;br /&gt;
 chvt 6&lt;br /&gt;
 &lt;br /&gt;
 # safe video state&lt;br /&gt;
 cat /proc/bus/pci/00/02.0 &amp;gt; /tmp/video_state&lt;br /&gt;
 &lt;br /&gt;
 # sync filesystem&lt;br /&gt;
 sync&lt;br /&gt;
 &lt;br /&gt;
 # sync hardware clock with system time&lt;br /&gt;
 hwclock --systohc&lt;br /&gt;
 &lt;br /&gt;
 # go to sleep&lt;br /&gt;
 echo -n 3 &amp;gt; /proc/acpi/sleep&lt;br /&gt;
 &lt;br /&gt;
 # waking up&lt;br /&gt;
 # restore system clock&lt;br /&gt;
 hwclock --hctosys&lt;br /&gt;
 &lt;br /&gt;
 # restore video state&lt;br /&gt;
 cat /tmp/video_state &amp;gt; /proc/bus/pci/00/02.0&lt;br /&gt;
 &lt;br /&gt;
 # change back to X&lt;br /&gt;
 chvt $FGCONSOLE&lt;br /&gt;
 &lt;br /&gt;
 # clean up behind us&lt;br /&gt;
 rm /tmp/video_state&lt;br /&gt;
&lt;br /&gt;
===Solution for ThinkPads with Intel I830 Chipset===&lt;br /&gt;
The following solution worked for me on an X30 with I830M chipset with kernel &amp;gt;= 2.6.16.&lt;br /&gt;
*this works with vesafb and also with intelfb frambuffer support.&lt;br /&gt;
The following example {{path|/etc/acpi/actions/sleep.sh}} script shows how to integrate the according lines.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 &lt;br /&gt;
 FGCONSOLE=`fgconsole`&lt;br /&gt;
 chvt 8&lt;br /&gt;
 sync&lt;br /&gt;
 hwclock --systohc&lt;br /&gt;
 &lt;br /&gt;
 echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state&lt;br /&gt;
 &lt;br /&gt;
 hwclock --hctosys&lt;br /&gt;
 vbetool post&lt;br /&gt;
 &lt;br /&gt;
 if [ &amp;quot;$FGCONSOLE&amp;quot; -ge &amp;quot;7&amp;quot; ] ; then&lt;br /&gt;
   chvt $FGCONSOLE&lt;br /&gt;
 else&lt;br /&gt;
   chvt 7&lt;br /&gt;
   chvt $FGCONSOLE&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#If you have this problem with R50e and the above solution doesn't work, try switching to console first. An example sleep script can be found [[How to configure acpid|here]].&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22138</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=22138"/>
		<updated>2006-05-06T20:42:14Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Problem: Native Resolution of Internal LCD not automatically supported */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Rumors suggest that future updates to xorg will make this unnecessary. Since this is fundamentally a hardware problem (the video adapter does not properly report the ability to drive this mode) it will be a pleasant surprise if it happens.}}&lt;br /&gt;
&lt;br /&gt;
==== Problem: System resumes from suspend but video is not working ====&lt;br /&gt;
* To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line: 915resolution 3c 1400 1050&lt;br /&gt;
If that does not solve the problem, try the following. &lt;br /&gt;
* Check BIOS settings that refer to power and suspend mode.&lt;br /&gt;
* To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
&lt;br /&gt;
One machine with this hardware configuration is the R52 machine type [[1859-4AU]]&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad [[R52]] Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=22137</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=22137"/>
		<updated>2006-05-06T20:32:40Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora Core 5 */ simple resume fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** To /usr/sbin/pm-suspend, following the line echo -n &amp;quot;mem&amp;quot; &amp;gt; /sys/power/state, add the line:  915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21865</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21865"/>
		<updated>2006-04-22T14:21:34Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora Core 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Aside from the following PCM issue, the configuration challenges are the routine issues of deciding on your partitioning and deciding which packages to include. &lt;br /&gt;
* After the first reboot, the installation process asks your choice for default PCM device. The two options are: Intel ICH - Intel ICH6 / Intel ICH - IEC958.&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
There is no obvious external digital output, so I choose the first and hope for the best. &lt;br /&gt;
&lt;br /&gt;
* After the initial install, in order to get the system up to date, you will have to TWICE as root issue the command:&lt;br /&gt;
{{cmdroot|yum update}}&lt;br /&gt;
and then wait a long time for each update to complete, as there may be around 100 packages updated each time.&lt;br /&gt;
* see [[1400x1050 on Intel 915GM]]. Download and install 915resolution and add to /etc/rc.local the line:  915resolution 3c 1400 1050&lt;br /&gt;
* Getting suspend and resume to work: &lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled. On my system, this BIOS option did not affect FC4; however FC5 would not resume properly if the setting was Disabled.&lt;br /&gt;
** To /boot/grub/grub.conf add to the relevant lines beginning &amp;quot;kernel&amp;quot; the following option: acpi_sleep=s3_bios&lt;br /&gt;
** (2006.04.20) If on resume the video is not restored, there may be video configuration issues. It is possible to get suspend working with DRI; I hope to soon provide a working dual head xorg.conf that allows resume from suspend. So, only if there is a problem, try the following: edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
* Controlling cpuspeed: My preference is to edit /etc/cpuspeed.conf, commenting out -n and adding OPTS=&amp;quot;$OPTS -s 0 -i 1  -r -p 45 50&amp;quot;. My CPU use patterns are high spikes with low idles so this provides maximum responsiveness but generally keeps the CPU at (ambient temperature + 20 degrees Celsius).&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21864</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21864"/>
		<updated>2006-04-22T14:21:03Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Problem: Native Resolution of Internal LCD not automatically supported */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|Rumors suggest that future updates to xorg will make this unnecessary. Since this is fundamentally a hardware problem (the video adapter does not properly report the ability to drive this mode) it will be a pleasant surprise if it happens.}}&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad [[R52]] Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21853</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21853"/>
		<updated>2006-04-22T09:04:26Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora Core 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Getting suspend and resume to work: (2006.04.20)&lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled&lt;br /&gt;
** If on resume the video is not restored, edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
It is possible to get suspend working with DRI; I hope to soon provide a working dual head xorg.conf that allows resume from suspend.&lt;br /&gt;
&lt;br /&gt;
* Installation: after reboot, one setting is a choice for default PCM device. The two options are: &lt;br /&gt;
Intel ICH - Intel ICH6 &lt;br /&gt;
Intel ICH - IEC958&lt;br /&gt;
&lt;br /&gt;
I have no idea which to choose, and don't know if the choice is one that can easily be changed later.&lt;br /&gt;
I will choose the first and hope for the best.&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21852</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21852"/>
		<updated>2006-04-22T07:18:07Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Installing Fedora Core 5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Getting suspend and resume to work: (2006.04.20)&lt;br /&gt;
** Check BIOS setting: Power On; Press F1 to enter BIOS settings. Check that the value for Config -&amp;gt; Power -&amp;gt; &amp;quot;Allow suspend mode on legacy OS&amp;quot; is: Enabled&lt;br /&gt;
** If on resume the video is not restored, edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
It is possible to get suspend working with DRI; I hope to soon provide a working dual head xorg.conf that allows resume from suspend.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21837</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21837"/>
		<updated>2006-04-21T02:42:16Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Problem: Native Resolution of Internal LCD not automatically supported */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow. This can happen even if the external monitor is off, so unplug the external monitor! }}&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad [[R52]] Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21834</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21834"/>
		<updated>2006-04-21T02:00:10Z</updated>

		<summary type="html">&lt;p&gt;Pv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Problem: Native Resolution of Internal LCD not automatically supported ====&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow.}}&lt;br /&gt;
&lt;br /&gt;
==== Affected Models ====&lt;br /&gt;
Thinkpad [[R52]] Model [[1859-4AU]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21833</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21833"/>
		<updated>2006-04-21T01:56:10Z</updated>

		<summary type="html">&lt;p&gt;Pv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, and if your video adapter is something like [[Intel 915GM]] you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow.}}&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21831</id>
		<title>1400x1050 on Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1400x1050_on_Intel_915GM&amp;diff=21831"/>
		<updated>2006-04-21T01:53:25Z</updated>

		<summary type="html">&lt;p&gt;Pv: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
and then configure {{path|/etc/X11/xorg.conf}} with care... see [http://wiki.x.org/wiki/FAQVideoModes x.org FAQVideoModes].&lt;br /&gt;
&lt;br /&gt;
{{HINT|Restart X without an external monitor attached, or use an external monitor having the same or higher resolution than the laptop panel. As of xorg 7.0, the external monitor is probed for its limits and xorg will refuse to allow the internal LCD to be driven at resolutions higher than the external monitor will allow.}}&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_915GM&amp;diff=21829</id>
		<title>Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_915GM&amp;diff=21829"/>
		<updated>2006-04-21T01:47:30Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Linux support */&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;
=== Intel 915GM ===&lt;br /&gt;
This is a Intel Northbridge&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Supports the following processors:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]]&lt;br /&gt;
** [[Intel Celeron M]]&lt;br /&gt;
* Front Side Bus (FSB): 533MHz&lt;br /&gt;
* Integrated [[Intel Graphics Media Accelerator 900]]&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;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
This chipset is supported by recent 2.4 and 2.6 kernels&lt;br /&gt;
&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, see [[1400x1050 on Intel 915GM]].&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
[http://www.intel.com/products/chipsets/915gm/ Intel 915GM documentation]&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{R52}}&lt;br /&gt;
* {{T43}}&lt;br /&gt;
* {{X41}}, {{X41T}}&lt;br /&gt;
* {{Z60m}}, {{Z60t}}&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21828</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21828"/>
		<updated>2006-04-21T01:44:38Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with resolution of [[1400x1050 on Intel 915GM]] &lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Getting suspend and resume to work: (2006.04.20)&lt;br /&gt;
** BIOS setting: make sure that the option for ... is ...&lt;br /&gt;
** If on resume the video is not restored, edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21826</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21826"/>
		<updated>2006-04-21T01:35:48Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with [[1400x1050]] resolution&lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Getting suspend and resume to work: (2006.04.20)&lt;br /&gt;
** BIOS setting: make sure that the option for ... is ...&lt;br /&gt;
** If on resume the video is not restored, edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21825</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21825"/>
		<updated>2006-04-21T01:32:24Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Standard Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Hardware Specifications of Thinkpad {{R52}} Machine Type 1859-4AU ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] [[Intel 915GM]]&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
* 512 MB [[PC2-4200]] CL4 NP DDR2 (533 MHz) SDRAM SODIMM memory standard, supports up to 2GB maximum memory.&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&lt;br /&gt;
==== Thinkpad Hardware Maintenance Manual ====&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
==== Installing Fedora Core 5 ====&lt;br /&gt;
* Getting suspend and resume to work: (2006.04.20)&lt;br /&gt;
** BIOS setting: make sure that the option for ... is ...&lt;br /&gt;
** If on resume the video is not restored, edit the file /etc/X11/xorg.conf, find the section &amp;quot;Module&amp;quot; and comment out the line that says load &amp;quot;DRI&amp;quot; by putting a hash mark # at the beginning of the line: &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|load &amp;quot;DRI&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thinkpad Family: {{R52}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Intel_915GM&amp;diff=21824</id>
		<title>Intel 915GM</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Intel_915GM&amp;diff=21824"/>
		<updated>2006-04-21T01:31:11Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* Linux support */  add reference to 915resolution&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;
=== Intel 915GM ===&lt;br /&gt;
This is a Intel Northbridge&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Supports the following processors:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]]&lt;br /&gt;
** [[Intel Celeron M]]&lt;br /&gt;
* Front Side Bus (FSB): 533MHz&lt;br /&gt;
* Integrated [[Intel Graphics Media Accelerator 900]]&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;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux support ===&lt;br /&gt;
This chipset is supported by recent 2.4 and 2.6 kernels&lt;br /&gt;
&lt;br /&gt;
If your laptop panel has an unusual native resolution such as 1400x1050, and the native resolution is not automatically supported, you may need to download and install the program 915resolution, read the documentation and add a line into {{path|/etc/rc.local}} such as:&lt;br /&gt;
&lt;br /&gt;
915resolution 3c 1400 1050&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
[http://www.intel.com/products/chipsets/915gm/ Intel 915GM documentation]&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{R52}}&lt;br /&gt;
* {{T43}}&lt;br /&gt;
* {{X41}}, {{X41T}}&lt;br /&gt;
* {{Z60m}}, {{Z60t}}&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21823</id>
		<title>1859-4AU</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=1859-4AU&amp;diff=21823"/>
		<updated>2006-04-21T00:36:02Z</updated>

		<summary type="html">&lt;p&gt;Pv: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Standard Features ====&lt;br /&gt;
* Processor:&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.73 GHz&lt;br /&gt;
* Video Adapter:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 900]] 915GM&lt;br /&gt;
* Display&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
* 512 MB [[PC2-4200]] memory standard&lt;br /&gt;
* 60 GB 4200 rpm IDE HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[UltraBay|UltraBay Enhanced]] with the following:&lt;br /&gt;
** CD-RW/DVD-ROM Combo drive : 24x24x24x/8x CD-RW/DVD&lt;br /&gt;
* [[Ethernet Controllers#Broadcom Gigabit (10/100/1000)|Broadcom 10/100/1000]] Ethernet&lt;br /&gt;
* [[CDC slot]] with:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following: (not sure)&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]] &lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&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;
* [[FireWire (IEEE1394)]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadR50.jpg|ThinkPad R52]]&lt;br /&gt;
|}&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/39t2462.pdf ThinkPad R50e, R51e, R52 - Hardware Maintenance Manual (August 2005)] (4,398,428  	 Bytes)&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=21822</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=21822"/>
		<updated>2006-04-21T00:26:32Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* 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, 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 G, R, T, X and Z series models look for the official specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tabook.pdf tabook.pdf]&lt;br /&gt;
** For withdrawn Lenovo ThinkPads, look at [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/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 [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tawbook.pdf tawbook.pdf]&lt;br /&gt;
** For R series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/trwbook.pdf trwbook.pdf]&lt;br /&gt;
** For i series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tiwbook.pdf tiwbook.pdf]&lt;br /&gt;
** For 200, 300, 500, 600 and 700 series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/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!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''[[:Category:390X | ThinkPad 390X]]'''&lt;br /&gt;
*[[2626-L0U]]&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: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;
*[[9548-52U]]&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;
||&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;
&lt;br /&gt;
'''[[:Category:R40e | ThinkPad R40e]]'''&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;
||&lt;br /&gt;
'''[[:Category:S30|ThinkPad S30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:S31|ThinkPad S31]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:T20|ThinkPad T20]]'''&lt;br /&gt;
*[[2647-44G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T21|ThinkPad T21]]'''&lt;br /&gt;
*[[2647-97G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T22|ThinkPad T22]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T23 | ThinkPad T23]]'''&lt;br /&gt;
*[[2647-9RG]]&lt;br /&gt;
*[[2647-7G1]]&lt;br /&gt;
*[[2647-8QU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T30 | ThinkPad T30]]'''&lt;br /&gt;
*[[2366-52U]]&lt;br /&gt;
*[[2366-83U]]&lt;br /&gt;
*[[2366-FBG]]&lt;br /&gt;
*[[2366-GU1]]&lt;br /&gt;
*[[2366-JBG]]&lt;br /&gt;
*[[2366-R7G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40 | ThinkPad T40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40p | ThinkPad T40p]]'''&lt;br /&gt;
*[[2373-G1U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41 | ThinkPad T41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41p | ThinkPad T41p]]'''&lt;br /&gt;
*[[2373-315]]&lt;br /&gt;
*[[2373-GEG]]&lt;br /&gt;
*[[2373-GGG]]&lt;br /&gt;
*[[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42 | ThinkPad T42]]'''&lt;br /&gt;
*[[2373-6ZG]]&lt;br /&gt;
*[[2373-9XU]]&lt;br /&gt;
*[[2373-CH6]]&lt;br /&gt;
*[[2373-F1G]]&lt;br /&gt;
*[[2373-F7G]]&lt;br /&gt;
*[[2373-FWG]]&lt;br /&gt;
*[[2373-M1G]]&lt;br /&gt;
*[[2373-VUW]]&lt;br /&gt;
*[[2373-WGK]]&lt;br /&gt;
*[[2378-FVU]]&lt;br /&gt;
*[[2378-RSU]]&lt;br /&gt;
*[[2379-DXU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42p | ThinkPad T42p]]'''&lt;br /&gt;
*[[2373-HTG]]&lt;br /&gt;
*[[2373-W6M]]&lt;br /&gt;
*[[2373-Y4M]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43 | Thinkpad T43]]'''&lt;br /&gt;
*[[2668-A1U]]&lt;br /&gt;
*[[2668-C2U]]&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:X20 | ThinkPad X20]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X21 | ThinkPad X21]]'''&lt;br /&gt;
*[[2662-66U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X22 | ThinkPad X22]]'''&lt;br /&gt;
*[[2662-95U]]&lt;br /&gt;
*[[2662-9BU]]&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;
*[[2371-AVC]]&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:Z60t | ThinkPad Z60t]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z60m | ThinkPad Z60m]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Template:I_Series | I Series]]'''&lt;br /&gt;
'''[[:Category:PC110 | PC110]]'''&lt;br /&gt;
*[[PC110]]&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>Pv</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=21821</id>
		<title>Hardware Specifications</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Hardware_Specifications&amp;diff=21821"/>
		<updated>2006-04-21T00:24:21Z</updated>

		<summary type="html">&lt;p&gt;Pv: /* 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, 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 G, R, T, X and Z series models look for the official specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tabook.pdf tabook.pdf]&lt;br /&gt;
** For withdrawn Lenovo ThinkPads, look at [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/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 [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tawbook.pdf tawbook.pdf]&lt;br /&gt;
** For R series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/trwbook.pdf trwbook.pdf]&lt;br /&gt;
** For i series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/tiwbook.pdf tiwbook.pdf]&lt;br /&gt;
** For 200, 300, 500, 600 and 700 series models look for the official IBM specs listed in [ftp://ftp.software.ibm.com/pc/pcinstitute/psref/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!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''[[:Category:390X | ThinkPad 390X]]'''&lt;br /&gt;
*[[2626-L0U]]&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: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;
*[[9548-52U]]&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;
||&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;
&lt;br /&gt;
'''[[:Category:R40e | ThinkPad R40e]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:R50 | ThinkPad R50]]'''&lt;br /&gt;
*[[1829-3HU]]&lt;br /&gt;
*[[1859-4AU]]&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;
||&lt;br /&gt;
'''[[:Category:S30|ThinkPad S30]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:S31|ThinkPad S31]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Category:T20|ThinkPad T20]]'''&lt;br /&gt;
*[[2647-44G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T21|ThinkPad T21]]'''&lt;br /&gt;
*[[2647-97G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T22|ThinkPad T22]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T23 | ThinkPad T23]]'''&lt;br /&gt;
*[[2647-9RG]]&lt;br /&gt;
*[[2647-7G1]]&lt;br /&gt;
*[[2647-8QU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T30 | ThinkPad T30]]'''&lt;br /&gt;
*[[2366-52U]]&lt;br /&gt;
*[[2366-83U]]&lt;br /&gt;
*[[2366-FBG]]&lt;br /&gt;
*[[2366-GU1]]&lt;br /&gt;
*[[2366-JBG]]&lt;br /&gt;
*[[2366-R7G]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40 | ThinkPad T40]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T40p | ThinkPad T40p]]'''&lt;br /&gt;
*[[2373-G1U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41 | ThinkPad T41]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T41p | ThinkPad T41p]]'''&lt;br /&gt;
*[[2373-315]]&lt;br /&gt;
*[[2373-GEG]]&lt;br /&gt;
*[[2373-GGG]]&lt;br /&gt;
*[[2373-GHG]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42 | ThinkPad T42]]'''&lt;br /&gt;
*[[2373-6ZG]]&lt;br /&gt;
*[[2373-9XU]]&lt;br /&gt;
*[[2373-CH6]]&lt;br /&gt;
*[[2373-F1G]]&lt;br /&gt;
*[[2373-F7G]]&lt;br /&gt;
*[[2373-FWG]]&lt;br /&gt;
*[[2373-M1G]]&lt;br /&gt;
*[[2373-VUW]]&lt;br /&gt;
*[[2373-WGK]]&lt;br /&gt;
*[[2378-FVU]]&lt;br /&gt;
*[[2378-RSU]]&lt;br /&gt;
*[[2379-DXU]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T42p | ThinkPad T42p]]'''&lt;br /&gt;
*[[2373-HTG]]&lt;br /&gt;
*[[2373-W6M]]&lt;br /&gt;
*[[2373-Y4M]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:T43 | Thinkpad T43]]'''&lt;br /&gt;
*[[2668-A1U]]&lt;br /&gt;
*[[2668-C2U]]&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:X20 | ThinkPad X20]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X21 | ThinkPad X21]]'''&lt;br /&gt;
*[[2662-66U]]&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:X22 | ThinkPad X22]]'''&lt;br /&gt;
*[[2662-95U]]&lt;br /&gt;
*[[2662-9BU]]&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;
*[[2371-AVC]]&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:Z60t | ThinkPad Z60t]]'''&lt;br /&gt;
&lt;br /&gt;
'''[[:Category:Z60m | ThinkPad Z60m]]'''&lt;br /&gt;
||&lt;br /&gt;
'''[[:Template:I_Series | I Series]]'''&lt;br /&gt;
'''[[:Category:PC110 | PC110]]'''&lt;br /&gt;
*[[PC110]]&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>Pv</name></author>
		
	</entry>
</feed>