<?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=Flyco889</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=Flyco889"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Flyco889"/>
	<updated>2026-05-10T20:15:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_X300&amp;diff=28007</id>
		<title>ATI Mobility Radeon X300</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_X300&amp;diff=28007"/>
		<updated>2007-01-29T21:01:51Z</updated>

		<summary type="html">&lt;p&gt;Flyco889: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ATI Mobility Radeon X300 ===&lt;br /&gt;
This is an ATI video adapter&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: ATI M22&lt;br /&gt;
* PCI ID: 1002:5460&lt;br /&gt;
* PCI Express x16&lt;br /&gt;
* 32 or 64MB GDDR1 on-chip video memory&lt;br /&gt;
* &amp;quot;HyperMemory&amp;quot;: can use system memory for graphics processing - 128 or 256MB depending on driver version. The original driver came with 128MB HyperMemory, but if updated via IBM support/downloads HyperMemory can utilise up to 256MB. Also may depend on how much RAM contained in ThinkPad&lt;br /&gt;
* &amp;quot;PowerPlay 4.0&amp;quot; technology for dynamic engine clock, memory clock and core voltage, refresh rate reduction and thermal status reporting.&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;
See [http://www.ati.com/products/radeonx300/specs.html specifications] from ATI, as well as the [http://www.ati.com/products/embedded/mobilityradeonx300/M22-CSP64_Product_Snapshot.pdf &amp;quot;snapshot&amp;quot; data sheet] (referes to the 32MB on-chip, 128MB &amp;quot;HyperMemory&amp;quot; version).&lt;br /&gt;
&lt;br /&gt;
=== X.org drivers ===&lt;br /&gt;
&lt;br /&gt;
The X.org [[radeon]] driver works well and support 2D acceleration and some other functionality such as basic power amangement. In conjunction with the [[r300]] DRI driver, [[radeon]] also provides 3D acceleration (the latter is not yet stable). ATI provides [[fglrx]], a closed-source Linux-only alternative which adds some functionality such as TV output and advanced power amangement (but has its own stability issues).&lt;br /&gt;
&lt;br /&gt;
==== ThinkPad LCD ====&lt;br /&gt;
Display on the internal LCD works as long as you set the monitor settings correct.&lt;br /&gt;
&lt;br /&gt;
==== External VGA port ====&lt;br /&gt;
There are known problems. Both the [[radeon]] and [[fglrx]] drivers turn off the switching between internal and external port.&lt;br /&gt;
&lt;br /&gt;
=====With the &amp;lt;tt&amp;gt;vesa&amp;lt;/tt&amp;gt; driver=====&lt;br /&gt;
Using the [[vesa]] driver built into X.org, mode switching modes. However, this loses acceleration and some capabilities.&lt;br /&gt;
&lt;br /&gt;
=====With the &amp;lt;tt&amp;gt;radeon&amp;lt;/tt&amp;gt; driver=====&lt;br /&gt;
On-the-fly swiching doesn't work. To activate both ports in clone mode with a reasonable CRT refresh rate, use the following in {{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
        VendorName  &amp;quot;Videocard vendor&amp;quot;&lt;br /&gt;
        BoardName   &amp;quot;ATI Radeon Mobility X300&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
        Driver      &amp;quot;radeon&amp;quot;&lt;br /&gt;
        Option      &amp;quot;DynamicClocks&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
        Option      &amp;quot;MergedFB&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
        Option      &amp;quot;MonitorLayout&amp;quot; &amp;quot;LVDS, CRT&amp;quot;&lt;br /&gt;
        Option      &amp;quot;CRT2Hsync&amp;quot; &amp;quot;50-75&amp;quot;&lt;br /&gt;
        Option      &amp;quot;CRT2VRefresh&amp;quot; &amp;quot;50-82&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
Note that without the &amp;lt;tt&amp;gt;MonitorLayout&amp;lt;/tt&amp;gt; option, if the external monitor is connected when X starts then the LCD will be deactivated and you will need to restart X. &lt;br /&gt;
&lt;br /&gt;
(Tested wth Fedora Core 4 on ThinkPad {{T43}}).&lt;br /&gt;
&lt;br /&gt;
See also the related discussion about [[Additional options for the radeon driver]].&lt;br /&gt;
&lt;br /&gt;
=====With the [[fglrx]] driver=====&lt;br /&gt;
On-the-fly works with &amp;lt;tt&amp;gt;aticonfig&amp;lt;/tt&amp;gt; in the newest Drivers, see [[Fglrx#Display_Switching_.28Dynamic_Display_Management.29|Display Switching]]. Additionally, to use both ports there is the possibility to either have the monitor connected during X startup, or force activation of both ports by adding&lt;br /&gt;
 Option  &amp;quot;ForceMonitors&amp;quot; &amp;quot;lvds,crt1&amp;quot;&lt;br /&gt;
to the &amp;lt;tt&amp;gt;Device&amp;lt;/tt&amp;gt; section in your {{path|/etc/X11/xorg.conf}}. Powering the CRT port consumes 400-500mW, regardless of whether a CRT is attached.&lt;br /&gt;
&lt;br /&gt;
==== S-Video port (TV-out) ====&lt;br /&gt;
&lt;br /&gt;
Works with the &amp;lt;b&amp;gt;proprietary&amp;lt;/b&amp;gt; [[fglrx]] driver (as of version 8.19.10). To activate, add&lt;br /&gt;
 Option  &amp;quot;ForceMonitors&amp;quot; &amp;quot;lvds,tv&amp;quot;&lt;br /&gt;
to the &amp;lt;tt&amp;gt;Device&amp;lt;/tt&amp;gt; section in your {{path|/etc/X11/xorg.conf}} and restart X.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It also might work with &amp;lt;b&amp;gt;opensource&amp;lt;/b&amp;gt; [[R300]] and the [http://bugs.gentoo.org/show_bug.cgi?id=127642 follow] patch&lt;br /&gt;
&lt;br /&gt;
==== DVI port ====&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
=== 3D acceleration ===&lt;br /&gt;
OpenGL 3D acceleration is provided by the proprietary [[fglrx]] driver (when DRI is enabled). Note that performance is affected by the power saving mode.&lt;br /&gt;
&lt;br /&gt;
The open source &amp;lt;tt&amp;gt;r300&amp;lt;/tt&amp;gt; [[DRM]] module also aims to provide 3D acceleration. This currently requires the CVS/GIT versions of [[X.org]], [[DRM]] and [[Mesa]], and has been observed to occasionally crash (e.g., when running Google Earth or &amp;lt;tt&amp;gt;ppracer&amp;lt;/tt&amp;gt;on a {{T43}}). You can [[How to compile an experimental X server|install it experimentally]] for testing.&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel Framebuffer driver ===&lt;br /&gt;
&lt;br /&gt;
radeonfb might cause problems with hardware acceleration under X on some systems, vesafb and vesafb-tng on the other hand has been reported to work just fine.&lt;br /&gt;
&lt;br /&gt;
=== Clock rates, voltage and power===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+ Clock rates, voltages and power {{footnote|1}}&lt;br /&gt;
! Mode !! core freq !! memory freq !! voltage !! idle !! 3DMarks (Windows, 1600x1200, LCD only)&lt;br /&gt;
|-&lt;br /&gt;
| Performance || 300 || 230 MHz || 1.15V || 2.98 W || 8.28 W&lt;br /&gt;
|-&lt;br /&gt;
| Balanced || 183 || 210 MHz || 1.00V || 1.71 W || 3.88 W&lt;br /&gt;
|-&lt;br /&gt;
| Battery || 120 || 105 MHz || 1.00V || 1.61 W || 2.74 W&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|+ ATI drivers for Windows {{footnote|2}} and [[fglrx]]&lt;br /&gt;
! Mode !! core freq !! memory freq&lt;br /&gt;
|-&lt;br /&gt;
| Performance || 297.00 || 229.50&lt;br /&gt;
|-&lt;br /&gt;
| Balanced || 209.25 || 182.25&lt;br /&gt;
|-&lt;br /&gt;
| Battery || 104.63 || 121.50&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Experimentally, the difference between the Performance and Battery settings under Linux with the &amp;lt;tt&amp;gt;radeon&amp;lt;/tt&amp;gt; driver and &amp;lt;tt&amp;gt;DynamicClocks&amp;lt;/tt&amp;gt; enabled is roughly 0.3W and 3-4 degrees in GPU temperature on a ThinkPad {{T43}}. Further frequency reduction leads to display flickering or corruption.&lt;br /&gt;
&lt;br /&gt;
See [[How to make use of Graphics Chips Power Management features]] for details on how to control this using [[Rovclock]], [[How to make use of Graphics Chips Power Management features|&amp;lt;tt&amp;gt;DynamicClocks&amp;lt;/tt&amp;gt; option to the &amp;lt;tt&amp;gt;radeon&amp;lt;/tt&amp;gt; driver]] and or the [[fglrx]] driver.&lt;br /&gt;
&lt;br /&gt;
Presently the lowest idle-mode power consumption is achieved using the proprietary [[fglrx]] driver and &lt;br /&gt;
 # aticonfig  --set-powerstate=1 --effective=now&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{R52}}&lt;br /&gt;
* {{T43}}&lt;br /&gt;
* {{Z60m}}&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
#according to the [http://www.ati.com/products/embedded/mobilityradeonx300/M22-CSP64_Product_Snapshot.pdf &amp;quot;Snapshot&amp;quot; data sheet] (which refers to the 32MB on-chip, 128MB &amp;quot;HyperMemory&amp;quot; version)&lt;br /&gt;
#inspected using [http://www.pbus-167.com/chc.htm Notebook Hardware Control]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Flyco889</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_X1400&amp;diff=28006</id>
		<title>ATI Mobility Radeon X1400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_Radeon_X1400&amp;diff=28006"/>
		<updated>2007-01-29T20:58:32Z</updated>

		<summary type="html">&lt;p&gt;Flyco889: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ATI Mobility Radeon X1400 ===&lt;br /&gt;
This is an ATI video adapter.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: ATI M54&lt;br /&gt;
* PCI ID: 1002:7145&lt;br /&gt;
* PCI Express x16&lt;br /&gt;
* 128MB GDDR1 video memory&lt;br /&gt;
* Up to 512Mb HyperMemory - ATI's name for their GPUs that utilise shared and dedicated memory.&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 X.Org driver ===&lt;br /&gt;
Not Supported&lt;br /&gt;
&lt;br /&gt;
==== ThinkPad LCD ====&lt;br /&gt;
Display on the internal LCD works as long as you set the monitor settings correct.&lt;br /&gt;
&lt;br /&gt;
==== External VGA port ====&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
==== SVideo port ====&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
==== DVI port ====&lt;br /&gt;
??&lt;br /&gt;
&lt;br /&gt;
=== Proprietary ATI driver ===&lt;br /&gt;
Proprietary [[fglrx]] driver version 8.24.8 adds support for the x1400 chipset (according to ATI changelog). It works, including dualhead, 3d and video (XV) acceleration, when using the fglrx kernel module. (Without it, you get screen corruption including underlined mouse pointers.)&lt;br /&gt;
&lt;br /&gt;
Sample &amp;quot;Device&amp;quot; section for xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
        Identifier  &amp;quot;ATI Graphics Adapter 0&amp;quot;&lt;br /&gt;
        Driver      &amp;quot;fglrx&amp;quot;&lt;br /&gt;
        Option      &amp;quot;ForceMonitors&amp;quot; &amp;quot;lvds,crt1&amp;quot;&lt;br /&gt;
        Option      &amp;quot;Centermode&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
        Option      &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
        Option      &amp;quot;OpenGLOverlay&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
        Option      &amp;quot;OverlayOnCRTC2&amp;quot; &amp;quot;0&amp;quot;&lt;br /&gt;
        Option      &amp;quot;PseudoColorVisuals&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
        Option      &amp;quot;HSync2&amp;quot; &amp;quot;31-64&amp;quot;&lt;br /&gt;
        Option      &amp;quot;VRefresh2&amp;quot; &amp;quot;56-75&amp;quot;&lt;br /&gt;
        Option      &amp;quot;UseFastTLS&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
        Option      &amp;quot;Mode2&amp;quot; &amp;quot;1280x1024,1024x768,800x600,640x480&amp;quot;&lt;br /&gt;
        BusID       &amp;quot;PCI:1:0:0&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
The kernel module doesn't work out of the box with the 2.6.16 kernel, you get undefined symbols such as module_get_request when inserting the module. The following patch to firegl_public.c fixes it (from   http://www.stanchina.net/~flavio/debian/fglrx-archive/msg01158.html ):&lt;br /&gt;
&lt;br /&gt;
 --- firegl_public.c-orig        2006-02-23 14:54:16.386740016 -0600&lt;br /&gt;
 +++ firegl_public.c     2006-02-23 14:56:38.054203288 -0600&lt;br /&gt;
 @@ -361,13 +361,15 @@&lt;br /&gt;
  } firegl_drm_stub_info_t;&lt;br /&gt;
  static firegl_drm_stub_info_t firegl_stub_info;&lt;br /&gt;
 &lt;br /&gt;
 -#if LINUX_VERSION_CODE &amp;lt; 0x020400&lt;br /&gt;
 +#if LINUX_VERSION_CODE &amp;gt; 0x02060F&lt;br /&gt;
  struct firegl_drm_stub_info_t *firegl_stub_pointer = NULL;&lt;br /&gt;
  #define inter_module_put(x)&lt;br /&gt;
  #define inter_module_unregister(x)&lt;br /&gt;
  #define inter_module_get_request(x,y)   firegl_stub_pointer&lt;br /&gt;
  #define inter_module_register(x,y,z)    do { firegl_stub_pointer = z; } while (0)&lt;br /&gt;
 +#endif&lt;br /&gt;
  /* This is a kludge for backward compatibility that is only useful in DRM(stub_open) */&lt;br /&gt;
 +#if LINUX_VERSION_CODE &amp;lt; 0x020400&lt;br /&gt;
  #define fops_put(fops)      MOD_DEC_USE_COUNT&lt;br /&gt;
  #define fops_get(fops)      (fops); MOD_INC_USE_COUNT&lt;br /&gt;
  #endif // LINUX_VERSION_CODE &amp;lt; 0x020400&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
XVideo support using the VideoOverlay option may not work with recent drivers. With version 8.29.6 of the fglrx driver, you can instead use&lt;br /&gt;
&lt;br /&gt;
        Option          &amp;quot;TexturedVideo&amp;quot; &amp;quot;on&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Use the '''xvinfo''' utility to verify if XVideo support is available.&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel Framebuffer driver ===&lt;br /&gt;
Works with the VESA driver at 1280x1024 (you have to append {{bootparm|vga|794}} to the kernel boot parameters)&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{T60}}&lt;br /&gt;
* {{Z61m}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Flyco889</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ordering_Recovery_CDs&amp;diff=27582</id>
		<title>Ordering Recovery CDs</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ordering_Recovery_CDs&amp;diff=27582"/>
		<updated>2007-01-08T22:37:28Z</updated>

		<summary type="html">&lt;p&gt;Flyco889: /* Good reasons to tell */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on getting Recovery CDs from IBM.&lt;br /&gt;
&lt;br /&gt;
The information on this page is unofficial. It is gathered from personal experiences. It is here to raise your chances of success when you give it a try yourself.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==About Recovery CDs==&lt;br /&gt;
Recovery CDs enable you to reproduce the original software state on your ThinkPad. Until the beginning of 2001 IBM delivered recovery CDs with the ThinkPads, but starting with the A30/T23/X22 models ThinkPads have a [[Predesktop Area]], which's purpose is to make Recovery CDs obsolete. However, this is flawed logic, since you will lose both the installed OS AND the [[Predesktop Area]] upon failure of the hard drive. Also, if you buy a drive upgrade the [[Predesktop Area]] will not be on the new drive. Furthermore, spyware and viruses are lately being designed to infiltrate recovery partitions, so if you restore the system from such, you will restore the invading malware along with it. For the time being, Recovery CDs are available on request.&lt;br /&gt;
&lt;br /&gt;
Recovery CDs are localized, meaning that there are specific versions for each language. The language you will get depends on the language of the OS that was shipped with your ThinkPad. There's usually no way to get CDs in a different language from IBM.&lt;br /&gt;
&lt;br /&gt;
==How to get them==&lt;br /&gt;
&lt;br /&gt;
===Creating Recovery CDs from the preinstalled O/S===&lt;br /&gt;
In some ThinkPads IBM supplies a utility to create the recovery CDs.  You'll find a utility called &amp;quot;Create Recovery Discs&amp;quot; in the &amp;quot;ACCESS IBM&amp;quot; folder of the Start Menu.  To create the Recovery discs, you'll need a CD/DVD writer and blank media.  The Product Recovery discs set consist of one Rescue and Recovery disc (size of 1 CD-R) and one or more Product recovery discs (size of 1 DVD-R).&lt;br /&gt;
&lt;br /&gt;
Others might want to read the appendix &amp;quot;Creating an image of the hard drive&amp;quot; in this [ftp://ftp.software.ibm.com/pc/pccbbs/access_ibm_en/hpa_aibm.pdf document] from IBM for instructions. It is also usefull when replacing the hard disk. If your Thinkpad does not have a floppy drive, you could try to create a FAT partition on the harddisk and copy the files &amp;quot;fwbackup.exe&amp;quot; and &amp;quot;fwrestor.exe&amp;quot; there.&lt;br /&gt;
&lt;br /&gt;
===From IBM===&lt;br /&gt;
Should you fail to create a set of recovery discs before your harddrive fails, you may try to contact IBM service and request for a set.&lt;br /&gt;
This can be done by eMail or phone.&lt;br /&gt;
[http://www.ibm.com/support/ Support phone numbers] are available online.&lt;br /&gt;
They are officially called ''Recovery CD service parts.''&lt;br /&gt;
If you actually get them, or not, seems to be more a personal decision of the service person dealing with you than following fixed rules. Also it seems to depend on your country (see below).&lt;br /&gt;
&lt;br /&gt;
They will usually expect you to tell them a good reason for your request (see below).&lt;br /&gt;
As with every service request, you'll also have to provide your model and serial number to verify the warranty state.&lt;br /&gt;
The warranty for your ThinkPad is usually quite long though (3 years in my case), and you can&lt;br /&gt;
[http://www-307.ibm.com/pc/support/site.wss/ check online] if your warranty is still in force.&lt;br /&gt;
The model number is also used to determine which CDs you will get.&lt;br /&gt;
&lt;br /&gt;
Orders placed during the first month after purchase have proven to be the most successful. Note some people needed to pay a $45.00 fee, plus shipping and tax, for the CDs, regardless of when ordering them. Again, this seems to depend on the mood of the service rep that handles your case.&lt;br /&gt;
&lt;br /&gt;
Note that Recovery CDs are only available for Windows XP Professional for the X24, as per the Customer Service Center in Atlanta, GA. All other operating systems (Windows 2000, 98SE, OS/2, etc...) are no longer available. XP Home was apparently never available for the X24.&lt;br /&gt;
&lt;br /&gt;
====Good reasons to tell====&lt;br /&gt;
*You replaced (or will be replacing) your hard drive.&lt;br /&gt;
*You installed Linux or some other OS and accidentally removed/destroyed the [[Predesktop Area]].&lt;br /&gt;
*You bought a machine in one country (e.g Germany) and need to convert the OS to use  a different language (e.g. English).&lt;br /&gt;
*Your computer was unable to run Windows XP and is temporarily running on Windows 2000 (or other O/S)&lt;br /&gt;
&lt;br /&gt;
====What happens then====&lt;br /&gt;
The time of delivery varies. In some cases its very fast (times from 16h to 3 days have been reported), on the other hand it has been reported that the time of delivery is very high, three weeks for example. The shipping can happen without prior confirmation of your request, so don't be worried if you hear nothing within this time.&lt;br /&gt;
&lt;br /&gt;
A Dutch IBM customer reported next-day delivery of recovery CDs, on three different occasions. A customer in Belgium had to wait 8 days, so sometimes delivery is not that fast.&lt;br /&gt;
&lt;br /&gt;
Apparently recovery CDs to the UK are now shipped from Hungary, with an estimated delivery of 8-9 days. Experience shows they tend to come a little sooner. It seems likely that this is now the source for all of Europe.&lt;br /&gt;
&lt;br /&gt;
====Country overview====&lt;br /&gt;
Please put an entry for your country into this table if it's missing and you made a try to get the Recovery CDs.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#cfefcf;&amp;quot; | CDs received in&lt;br /&gt;
! style=&amp;quot;vertical-align:top;background-color:#ffcfbc;&amp;quot; | CDs were denied in &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#e9f9e9;&amp;quot; |&lt;br /&gt;
*Argentina&lt;br /&gt;
*Austria&lt;br /&gt;
*Australia (depends on the service rep &amp;amp; reason)&lt;br /&gt;
*Brazil&lt;br /&gt;
*Belgium&lt;br /&gt;
*Canada&lt;br /&gt;
*Denmark&lt;br /&gt;
*Estonia&lt;br /&gt;
*Finland&lt;br /&gt;
*France&lt;br /&gt;
*Germany (cost: 39,90 Euro (+VAT) if device is out of warranty), otherwise is free&lt;br /&gt;
*Italy&lt;br /&gt;
*The Netherlands&lt;br /&gt;
*New Zealand&lt;br /&gt;
*Norway&lt;br /&gt;
*Poland (60 PLN +VAT (on warranty) via IBM Poland business partner)&lt;br /&gt;
*Philippines&lt;br /&gt;
*Spain&lt;br /&gt;
*Sweden&lt;br /&gt;
*Switzerland&lt;br /&gt;
*UK&lt;br /&gt;
*USA ($45 if out of warranty [in one case, at least])&lt;br /&gt;
*Turkey&lt;br /&gt;
| style=&amp;quot;vertical-align:top;background-color:#fff0e0;&amp;quot; |&lt;br /&gt;
*Israel, but received after calling IBM Europe&lt;br /&gt;
*Australia, payment was requested&lt;br /&gt;
*India, just a plain &amp;quot;not possible&amp;quot;&lt;br /&gt;
*Russia, service reps claim that these CDs are not for end-users&lt;br /&gt;
*UK, denied using first reason (must be an IBM HDD), received using second reason.&lt;br /&gt;
*Hungary, service reps claim that these CDs are not for end-users&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]] [[Category:A30]] [[Category:A30p]] [[Category:A31]] [[Category:A31p]] [[Category:G40]] [[Category:G41]] [[Category:R30]] [[Category:R31]] [[Category:R32]][[Category:R40]] [[Category:R40e]] [[Category:R50]] [[Category:R50e]] [[Category:R50p]] [[Category:R51]] [[Category:R52]] [[Category:T23]] [[Category:T30]] [[Category:T40]] [[Category:T40p]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:T43]] [[Category:T43p]] [[Category:X22]] [[Category:X23]] [[Category:X24]] [[Category:X30]] [[Category:X31]] [[Category:X32]] [[Category:X40]] [[Category:X41]]&lt;/div&gt;</summary>
		<author><name>Flyco889</name></author>
		
	</entry>
</feed>