<?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=EMaX</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=EMaX"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/EMaX"/>
	<updated>2026-05-06T02:11:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_FireGL_V5200&amp;diff=28693</id>
		<title>ATI Mobility FireGL V5200</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=ATI_Mobility_FireGL_V5200&amp;diff=28693"/>
		<updated>2007-03-12T15:19:33Z</updated>

		<summary type="html">&lt;p&gt;EMaX: Added support for t60p&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 FireGL V5200 ===&lt;br /&gt;
This is an ATI video adapter&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: ATI M56 - Similar to Radeon X1600&lt;br /&gt;
* PCI ID: 1002:71c4&lt;br /&gt;
* PCI Express x16&lt;br /&gt;
* 256 MB GDDR3-SDRAM video 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 by the Xorg radeon driver.&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 correctly.  Changing the driver from &amp;quot;ati&amp;quot; to &amp;quot;vesa&amp;quot; in xorg.conf will start X but with a lower resolution than expected.&lt;br /&gt;
&lt;br /&gt;
Full resolution can be achieved when all modelines are removed and mode 1600x1200 with depth 24 is selected.&lt;br /&gt;
&lt;br /&gt;
==== External VGA port ====&lt;br /&gt;
Yes&lt;br /&gt;
&lt;br /&gt;
==== SVideo port ====&lt;br /&gt;
No&lt;br /&gt;
&lt;br /&gt;
==== DVI port ====&lt;br /&gt;
No (yes on Docking Station, working with [[fglrx]] driver&lt;br /&gt;
&lt;br /&gt;
=== Proprietary ATI driver ===&lt;br /&gt;
Proprietary [[fglrx]] driver works since version 8.25.18, version 8.24.8 works by adding &amp;quot;ChipID 0x71c5&amp;quot; to the xorg.conf &amp;quot;Device&amp;quot; statement and fooling it into thinking it's a X1600 mobility (do this only as a last resort or if you're sure you have an older driver; it is fatal to version 8.25.18).&lt;br /&gt;
&lt;br /&gt;
The new driver 8.25.18 seems to support the card, see&lt;br /&gt;
https://support.ati.com/ics/support/KBAnswer.asp?questionID=1643&lt;br /&gt;
(successfully tested with the provided autorun installation script on OpenSuSE 10.1, T60p with 15&amp;quot; display).&lt;br /&gt;
&lt;br /&gt;
(K)ubuntu 6.06 comes with this driver and it works out of the box. However, it seems to have problems with VT Switching (Alt+Fn). Instead of switching to a console, X resets and goes back to the log in screen (This doesn't happen when using the [[vesa]] driver). The switching issue might be resolvable by setting ENABLE_LAPTOP_MODE=true in /etc/default/acpi-support, but it doesn't seem to help on all systems. &lt;br /&gt;
&lt;br /&gt;
Note: On Ubuntu 6.10 (Edgy) with 'splash' on the command line, you cannot switch to VTs.  This is a Thinkpad T60. The screen remains graphical, but is very badly garbled.  There is no text.  X does not reset, and you can switch back to your X session.  The solution is to include 'vga=791' or to remove 'splash' from the grub/lilo command line.  You don't need to do both.  (It's been a few days, so I don't remember where I found this...I just chanced upon this wiki page for the video card I'm trying to get working with xgl/AIGLX and Beryl).&lt;br /&gt;
   &lt;br /&gt;
Also, the pointer gets garbled sometimes in X, but this is only a minor annoyance. Dual Head (Xinerama) also works with this driver, but don't use KDE control center to enable it (use the ATi tool or edit xorg.conf manually)  &lt;br /&gt;
&lt;br /&gt;
I have a feeling that this card gets in the way when trying to suspend to RAM (resuming with a complete blank screen, lights are blinking, but that's it), but this can also be caused by other means.&lt;br /&gt;
&lt;br /&gt;
=== Proprietary ATI driver on Ubuntu Feisty ===&lt;br /&gt;
I had a hard time getting resume from suspend-to-ram to work with Feisty on a Thinkpad tp60p. When resuming, the screen just went black with X hanging. It works like this: In &amp;lt;code&amp;gt;/etc/acpi/sleep.sh&amp;lt;/code&amp;gt;, as second line, add the line &amp;lt;code&amp;gt;sudo chvt 1&amp;lt;/code&amp;gt;. This forces a switch to the text console before standby. Likewise, in add to the very end of the file &amp;lt;code&amp;gt;/etc/acpi/resume.sh&amp;lt;/code&amp;gt; the line &amp;lt;code&amp;gt;sudo chvt 7&amp;lt;/code&amp;gt;. Finally, the perhaps most important change goes into &amp;lt;code&amp;gt;/etc/default/acpi-support&amp;lt;/code&amp;gt;. Change the line &amp;lt;code&amp;gt;POST_VIDEO=true&amp;lt;/code&amp;gt; to read &amp;lt;code&amp;gt;POST_VIDEO=&amp;lt;/code&amp;gt;. This was the point when it started working on my system. For completeness, here are the complete settings of this file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;ACPI_SLEEP=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;ACPI_HIBERNATE=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;ACPI_SLEEP_MODE=mem&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;MODULES=&amp;quot;&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;MODULE_WHITELIST=&amp;quot;&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;SAVE_VBE_STATE=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;VBE_STATE=/var/lib/acpi_support/vbestate&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;POST_VIDEO=&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;USE_DPMS=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;# RADEON_LIGHT=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;# DOUBLE_CONSOLE_SWITCH=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;HIBERNATE_MODE=shutdown&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;LOCK_SCREEN=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;# DISABLE_DMA=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;# RESET_DRIVE=true&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;STOP_SERVICES=&amp;quot;mysql &amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;RESTART_IRDA=false&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;ENABLE_LAPTOP_MODE=true&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Point 11 may eventually replace the chvt settings above, but I didn't try.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linux kernel Framebuffer driver ===&lt;br /&gt;
&lt;br /&gt;
Supported by the [http://dev.gentoo.org/~spock/projects/vesafb-tng/ vesafb-tng] project, but requires the boot parameter {{bootparm|video|vesafb:nocrtc}}.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you may use classic vesafb with {{bootparm|vga|838}} for a 1400x1050 screen with 32 bit color depth.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|The [[fglrx]] driver may cause distortion/corruption of the framebuffer after use at high resolutions, making the text difficult to read.}}&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{T60p}}&lt;br /&gt;
* {{Z61p}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>EMaX</name></author>
		
	</entry>
</feed>