Difference between revisions of "ATI Mobility Radeon 7000"

From ThinkWiki
Jump to: navigation, search
(Xorg & OpenGL a bit more of info)
(Linux Kernel Mode Setting (KMS))
(13 intermediate revisions by 6 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 7000 ===
+
 
 
This is an ATI video adapter
 
This is an ATI video adapter
  
=== Features ===
+
== Features ==
* Chipset: ATI M6
+
* Chipset: ATI M6, ATI RV100 series
 
* PCI ID: 1002:4c59
 
* PCI ID: 1002:4c59
 
* AGP 4X
 
* AGP 4X
* 8 or 16MB DDR-SDRAM video memory
+
* 8, 16 or 32(maximum) mebibyte DDR-SDRAM video memory
 
* External VGA up to: 2048x1536x16.7M at 75Hz
 
* External VGA up to: 2048x1536x16.7M at 75Hz
 
</div>
 
</div>
 
|style="vertical-align:top" |
 
|style="vertical-align:top" |
 
|}
 
|}
=== Also known (in IBM literature) as.... ===
+
== Also known (in IBM literature) as.... ==
 
* ATI Mobility RADEON
 
* ATI Mobility RADEON
 
* ATI Rage Mobility RADEON M6
 
* ATI Rage Mobility RADEON M6
 
* ATI Rage Mobility RADEON M6MC
 
* ATI Rage Mobility RADEON M6MC
 
* ATI Mobility RADEON M6C (eg. M6C-16h)
 
* ATI Mobility RADEON M6C (eg. M6C-16h)
 +
* ATI Mobility RADEON M6 LY
 +
 +
== Linux driver - OpenSource ==
 +
This adapter is supported by recent versions of the [[radeon]] driver as found in X.Org.
 +
 +
=== Optimal xorg.conf settings ===
 +
This is the currently best working Device section for the xorg.conf of an X31 running Kubuntu 9.04 (X11R7.4):
 +
 +
Section "Device"
 +
        Identifier      "ATI"
 +
        Driver          "radeon"
 +
        Option          "AccelMethod" "XAA"
 +
        Option          "AGPMode" "4"
 +
        Option          "AGPFastWrite" "yes"
 +
        Option          "EnablePageFlip" "on"
 +
        Option          "RenderAccel" "on"
 +
        Option          "DynamicClocks" "on"
 +
        Option          "BIOSHotkeys" "on"
 +
EndSection
  
=== Linux driver - OpenSource ===
+
By far the most important setting here is "AccelMethod" "XAA", which dramatically improved graphics performance for Compiz and related desktop effects, while eliminating certain graphics errors. The other settings combined provided an improved glxgears performance of about 20% while not affecting Desktop performance much.
This adapter is supported by recent versions of the [[radeon]] driver as found in X.Org and XFree86.
 
==== ThinkPad LCD ====
 
Display on the internal LCD works as long as you set the monitor settings correct.
 
  
For Xinerama to work properly on Fedora Core 4 you need to first configure it with the display tools, then manually add
+
=== ThinkPad LCD ===
*Option      "MergedFB" "True"
+
The ThinkPad LCD (LVDS connected) properties should be automatically detected and properly configured with any recent Xorg version.
*Option      "MonitorLayout" "LVDS, CRT"
 
to the Videocard0 section.
 
  
==== External VGA port ====
+
=== External VGA port ===
 
Works fine with xorg radeon driver.
 
Works fine with xorg radeon driver.
  
==== SVideo port ====
+
=== SVideo port ===
SVideo out is supported by the ati.2 driver from the [http://gatos.sourceforge.net/ GATOS project].<br/>
+
The SVideo port should be supported by the current Xorg radeon driver.
Read [[How to get TV-Out working on ATI graphic cards|here]] how to set it up.
+
 
 +
Please read [[How to get TV-Out working on ATI graphic cards]] on how to set it up.
  
=== Linux driver - Proprietary ===
+
== Linux driver - Proprietary ==
 
This chip is not supported by the proprietary ATI driver
 
This chip is not supported by the proprietary ATI driver
  
=== Linux kernel Framebuffer driver ===
+
== Linux kernel Framebuffer driver ==
* tested and working fine under gentoo
+
* Tested and working fine under Gentoo.
* tested and working under debian (with re-compiled kernel 2.6.16-9)
+
* Tested and working under Debian Etch.
 +
* Tested and working under Debian (with re-compiled kernel 2.6.16-9).
 +
 
 +
== Linux Kernel Mode Setting (KMS) ==
 +
Tested and works with Fedora 11 on a X22. But only for the ThinPad LCD (LVDS), external VGA does not work.
  
=== ThinkPads this chip may be found in ===
+
== ThinkPads this chip may be found in ==
 
* {{A30}}, {{A30p}}
 
* {{A30}}, {{A30p}}
 
* {{R32}}
 
* {{R32}}
Line 52: Line 71:
 
* {{X31}}, {{X32}}
 
* {{X31}}, {{X32}}
  
=== Problems (and Solutions) ===
+
== Problems (and Solutions) ==
==== Problem with video output switching ====
+
=== Problem with video output switching ===
 
On some models there are [[Problem with video output switching|problems with video output switching]] and the xorg radeon driver.
 
On some models there are [[Problem with video output switching|problems with video output switching]] and the xorg radeon driver.
  
==== Xorg & OpenGL ====
+
=== Xorg & OpenGL ===
  
 
See http://forums.gentoo.org/viewtopic-t-451151-highlight-.html for information on how to enable stable OpenGL support. Some of the tricks are:
 
See http://forums.gentoo.org/viewtopic-t-451151-highlight-.html for information on how to enable stable OpenGL support. Some of the tricks are:
Line 64: Line 83:
 
:* plus some more.
 
:* plus some more.
  
Additional site: https://stier.is-a-geek.com/~moinmoin/MarksWiki/LinuxRadeonM6LY/Conf1
+
Additional site: https://stier.is-a-geek.com/~moinmoin/MarksWiki/LinuxRadeonM6LY/Conf1 <-- Closed!
 +
 
 +
NOTE: Default Dpi 16 bit for card Ati Mobility Radeon M6 LY
  
 
NOTE: I ([[User:msoos]]) actually got DRI direct rendering with framebuffer and hardware cursor, without ''any'' fancy setting at all (apart from re-compiling the 2.6.16-9 with some more-or-less standard setting) on Debian testing.
 
NOTE: I ([[User:msoos]]) actually got DRI direct rendering with framebuffer and hardware cursor, without ''any'' fancy setting at all (apart from re-compiling the 2.6.16-9 with some more-or-less standard setting) on Debian testing.
  
 
I ([[User:ungoliant]]) confirm what msoos said. DRI is working wonderfully with framebuffer and hardware cursor. AIGLX is working too, albeit a bit slow ( Compiz or Beryl are not as snappy as the 2D desktop is ). Debian Etch, and kernel 2.6.20.
 
I ([[User:ungoliant]]) confirm what msoos said. DRI is working wonderfully with framebuffer and hardware cursor. AIGLX is working too, albeit a bit slow ( Compiz or Beryl are not as snappy as the 2D desktop is ). Debian Etch, and kernel 2.6.20.
 +
 +
The settings made with DRIconf can have a huge impact in 3D performance. Please take a look at [[DRI options for ATI Radeon]].
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 21:11, 14 May 2009

This is an ATI video adapter

Features

  • Chipset: ATI M6, ATI RV100 series
  • PCI ID: 1002:4c59
  • AGP 4X
  • 8, 16 or 32(maximum) mebibyte DDR-SDRAM video memory
  • External VGA up to: 2048x1536x16.7M at 75Hz

Also known (in IBM literature) as....

  • ATI Mobility RADEON
  • ATI Rage Mobility RADEON M6
  • ATI Rage Mobility RADEON M6MC
  • ATI Mobility RADEON M6C (eg. M6C-16h)
  • ATI Mobility RADEON M6 LY

Linux driver - OpenSource

This adapter is supported by recent versions of the radeon driver as found in X.Org.

Optimal xorg.conf settings

This is the currently best working Device section for the xorg.conf of an X31 running Kubuntu 9.04 (X11R7.4):

Section "Device"
       Identifier      "ATI"
       Driver          "radeon"
       Option          "AccelMethod" "XAA"
       Option          "AGPMode" "4"
       Option          "AGPFastWrite" "yes"
       Option          "EnablePageFlip" "on"
       Option          "RenderAccel" "on"
       Option          "DynamicClocks" "on"
       Option          "BIOSHotkeys" "on"
EndSection

By far the most important setting here is "AccelMethod" "XAA", which dramatically improved graphics performance for Compiz and related desktop effects, while eliminating certain graphics errors. The other settings combined provided an improved glxgears performance of about 20% while not affecting Desktop performance much.

ThinkPad LCD

The ThinkPad LCD (LVDS connected) properties should be automatically detected and properly configured with any recent Xorg version.

External VGA port

Works fine with xorg radeon driver.

SVideo port

The SVideo port should be supported by the current Xorg radeon driver.

Please read How to get TV-Out working on ATI graphic cards on how to set it up.

Linux driver - Proprietary

This chip is not supported by the proprietary ATI driver

Linux kernel Framebuffer driver

  • Tested and working fine under Gentoo.
  • Tested and working under Debian Etch.
  • Tested and working under Debian (with re-compiled kernel 2.6.16-9).

Linux Kernel Mode Setting (KMS)

Tested and works with Fedora 11 on a X22. But only for the ThinPad LCD (LVDS), external VGA does not work.

ThinkPads this chip may be found in

Problems (and Solutions)

Problem with video output switching

On some models there are problems with video output switching and the xorg radeon driver.

Xorg & OpenGL

See http://forums.gentoo.org/viewtopic-t-451151-highlight-.html for information on how to enable stable OpenGL support. Some of the tricks are:

  • disable the console frame buffer.
  • disable the hardware cursor in Xorg.
  • plus some more.

Additional site: https://stier.is-a-geek.com/~moinmoin/MarksWiki/LinuxRadeonM6LY/Conf1 <-- Closed!

NOTE: Default Dpi 16 bit for card Ati Mobility Radeon M6 LY

NOTE: I (User:msoos) actually got DRI direct rendering with framebuffer and hardware cursor, without any fancy setting at all (apart from re-compiling the 2.6.16-9 with some more-or-less standard setting) on Debian testing.

I (User:ungoliant) confirm what msoos said. DRI is working wonderfully with framebuffer and hardware cursor. AIGLX is working too, albeit a bit slow ( Compiz or Beryl are not as snappy as the 2D desktop is ). Debian Etch, and kernel 2.6.20.

The settings made with DRIconf can have a huge impact in 3D performance. Please take a look at DRI options for ATI Radeon.