Difference between revisions of "ATI Mobility Radeon Xpress 200M"

From ThinkWiki
Jump to: navigation, search
m (reverted vandalism)
(changed category)
 
(11 intermediate revisions by 10 users not shown)
Line 3: Line 3:
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
 
<div style="margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;">
=== ATI Mobility Radeon Xpress 200M ===
 
This is a ATI North Bridge with integrated video adapter
 
  
=== Features ===
+
This is a ATI North Bridge with integrated video adapter, also known as Radeon Xpress 1150.
* Video Chipset: ATI ?
+
 
 +
== Features ==
 +
* Video Chipset: ATI RC410 (Radeon Xpress 200M)
 
* Video PCI ID: 1002:5a62
 
* Video PCI ID: 1002:5a62
 
* Video Memory: uses main memory (32MB up to 511MB main memory; 64MB over 511MB)
 
* Video Memory: uses main memory (32MB up to 511MB main memory; 64MB over 511MB)
Line 14: Line 14:
 
|}
 
|}
  
=== Linux driver - OpenSource ===
+
== Linux driver - OpenSource ==
The VESA driver in Xorg 6.8.2 works.  Tested with Fedora Core 4, the hardware discovery did not work, so it was configured for 800x600 only.  I edited xorg.conf manually to insert the 1024x768 mode and increase HorizSync to allow the mode to work.
+
The VESA driver in Xorg 6.8.2 works.  When configured in Fedora Core 4, the hardware discovery did not work, therefore the screen was configured for 800x600 only. <!-- (No description given, non-encyclopedic) I edited xorg.conf manually to insert the 1024x768 mode and increase HorizSync to allow the mode to work. -->
 +
 
 +
The "ati" driver in Xorg 7.0 worked fine under Gentoo Linux.
 +
 
 +
The [[radeon]] module works fine in X.Org 7.2 under openSUSE Linux 10.2.
 +
 
 +
Direct rendering (i.e., 3D acceleration) does not work, and is disabled explicitly in the driver. Look for this line in Xorg.0.log:
 +
 
 +
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
 +
 
 +
But Direct rendering is enabled experimentally in Ubuntu 8.04 using the 'ati' wrapper driver. From the Xorg.0.log:
 +
 
 +
(II) RADEON(0): Direct rendering experimental on RS400/Xpress 200 enabled
 +
(II) RADEON(0): Direct rendering enabled
 +
 
 +
== Linux driver - Proprietary ==
 +
{{NOTE|The latest version of the proprietary ATI driver to support this video chip is version 9.3<br>Later versions of the driver have dropped support for this particular chip. In addition this driver version only works up to kernel 2.6.28}}
 +
 
 +
The following combination of software is almost working for me:
 +
* gentoo-sources-2.6.14-r2
 +
* ati-drivers-8.19.10
 +
* xorg-x11-6.8.2-r6
 +
 
 +
Xorg hangs up sometimes unless I disable glx and dri modules in xorg.conf .
 +
 
 +
Linux kernel 2.6.15 and ati drivers 8.20.8 work flawlessly. DRI is enabled and graphics is fast (for this videocard). fglrxconfig puts "GammaCorrection" options in xorg.conf and it sometimes messes up colors so it is better to comment them out. If colors are messed up for some reason anyway run fireglcontrol and click on TvOut tab, it should cure the problem. <!-- (ATI has a peculiar sense of humor) -->
 +
 
 +
===For Fedora Core 5===
 +
With GUI install
 +
boot: linux vesa
 +
 
 +
Install kmod-fglrx from livna
 +
#yum update kmod-fglrx
 +
 
 +
Install offical driver[Fake 690]
 +
#X_VERSION=x690 ./ati-driver-installer-8.24.8-i386.run
  
=== Linux driver - Proprietary ===
+
Initial fglrx
{{Todo|?}}
+
#aticonfig --initial
  
The following combination of software is almost working for me: gentoo-sources-2.6.14-r2, ati-drivers-8.19.10, xorg-x11-6.8.2-r6. Xorg hangs up sometimes unless I disable glx and dri modules in xorg.conf .
+
Reboot
 +
#reboot
  
=== ThinkPads this chip may be found in ===
+
== ThinkPads this chip may be found in ==
 
* {{R51e}}
 
* {{R51e}}
  
[[Category:Components]]
+
[[Category:Chipsets]]

Latest revision as of 14:10, 22 January 2021

This is a ATI North Bridge with integrated video adapter, also known as Radeon Xpress 1150.

Features

  • Video Chipset: ATI RC410 (Radeon Xpress 200M)
  • Video PCI ID: 1002:5a62
  • Video Memory: uses main memory (32MB up to 511MB main memory; 64MB over 511MB)

Linux driver - OpenSource

The VESA driver in Xorg 6.8.2 works. When configured in Fedora Core 4, the hardware discovery did not work, therefore the screen was configured for 800x600 only.

The "ati" driver in Xorg 7.0 worked fine under Gentoo Linux.

The radeon module works fine in X.Org 7.2 under openSUSE Linux 10.2.

Direct rendering (i.e., 3D acceleration) does not work, and is disabled explicitly in the driver. Look for this line in Xorg.0.log:

(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M

But Direct rendering is enabled experimentally in Ubuntu 8.04 using the 'ati' wrapper driver. From the Xorg.0.log:

(II) RADEON(0): Direct rendering experimental on RS400/Xpress 200 enabled
(II) RADEON(0): Direct rendering enabled

Linux driver - Proprietary

NOTE!
The latest version of the proprietary ATI driver to support this video chip is version 9.3
Later versions of the driver have dropped support for this particular chip. In addition this driver version only works up to kernel 2.6.28

The following combination of software is almost working for me:

  • gentoo-sources-2.6.14-r2
  • ati-drivers-8.19.10
  • xorg-x11-6.8.2-r6

Xorg hangs up sometimes unless I disable glx and dri modules in xorg.conf .

Linux kernel 2.6.15 and ati drivers 8.20.8 work flawlessly. DRI is enabled and graphics is fast (for this videocard). fglrxconfig puts "GammaCorrection" options in xorg.conf and it sometimes messes up colors so it is better to comment them out. If colors are messed up for some reason anyway run fireglcontrol and click on TvOut tab, it should cure the problem.

For Fedora Core 5

With GUI install

boot: linux vesa

Install kmod-fglrx from livna

#yum update kmod-fglrx

Install offical driver[Fake 690]

#X_VERSION=x690 ./ati-driver-installer-8.24.8-i386.run

Initial fglrx

#aticonfig --initial

Reboot

#reboot

ThinkPads this chip may be found in