Differences between revisions 41 and 46 (spanning 5 versions)
Revision 41 as of 2011-03-23 10:31:10
Size: 4569
Editor: GeoffSimmons
Comment: The non-free driver (fglrx) does not require Radeon microcode from firmware-linux-nonfree for its use.
Revision 46 as of 2013-03-18 02:21:19
Size: 4983
Editor: ?Brian Paterni
Comment: remove a few more references to "radeonhd"
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/AtiHowTo|Italiano]] - [[ru/AtiHowTo|Русский]] -~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/AtiHowTo|Français]] - [[it/AtiHowTo|Italiano]] - [[ru/AtiHowTo|Русский]] -~
Line 3: Line 3:
This article discusses how to install and use the open-source Radeon and RadeonHD display drivers for X11. This article discusses how to install and use the open-source Radeon display driver for X11.
Line 6: Line 6:

== Introduction ==

Support for AMD (nee ATI) hardware is provided by the package DebianPkg:xserver-xorg-video-ati (wrapper driver) which depends on three hardware specific drivers:
 * DebianPkg:xserver-xorg-video-mach64
 * DebianPkg:xserver-xorg-video-r128
 * DebianPkg:xserver-xorg-video-radeon
The ati wrapper driver autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class chipset and loads the radeon, r128, or mach64 driver as appropriate.
Line 17: Line 25:
The radeon driver supports R100/R200 (Radeon 7000 – Radeon 9250) and R300/R400/R500 (Radeon 9500 – Radeon X1950) class chips. See [[http://www.x.org/wiki/radeon|the radeon page]] on the X wiki for more information. The radeonhd driver is for R500 and newer cards. See the [[http://www.x.org/wiki/radeonhd|the radeonhd page]] on the X wiki for more info. The radeon driver in [[DebianSqueeze|Squeeze]] supports R1xx to RV770 (Radeon 7000 – Radeon HD 4870) class chips. See [[http://www.x.org/wiki/radeon|the radeon page]] on the X wiki for more information.
Line 19: Line 27:
First try free drivers radeon and radeonhd, installing following packages : DebianPkg:xserver-xorg-video-radeon, DebianPkg:xserver-xorg-video-radeonhd and DebianPkg:xserver-xorg-video-ati First try the free radeon driver by installing DebianPkg:xserver-xorg-video-ati which installs Debian:xserve-xorg-video-radeon by dependency.
Line 23: Line 31:
Proprietary, binary-only firmware was removed from the Debian kernel's radeon DRM driver in [[DebianPkg:src:linux-2.6|linux-2.6]] 2.6.29-1, to resolve Debian bug DebianBug:494009. It can now be installed via the DebianPkg:firmware-linux-nonfree package Proprietary, binary-only firmware was removed from the Debian kernel's radeon DRM driver in [[DebianPkg:src:linux-2.6|linux-2.6]] 2.6.29-1, to resolve Debian bug DebianBug:494009. It can now be installed via the DebianPkg:firmware-linux-nonfree package (autostart by kernel: dmesg |grep -i firmware)
Line 25: Line 33:
Without this firmware installed, poor 2D/3D performance in the radeon and radeonhd drivers is commonly experienced. Some cards may require this to run the X Window System. Without this firmware installed, poor 2D/3D performance in the radeon driver is commonly experienced. Some cards may require this to run the X Window System.
Line 29: Line 37:
 * Radeon R100-family
 * Radeon R200-family
 * Radeon R300-family
 * Radeon R400-family
 * Radeon R500-family
 * Radeon R600
 * Radeon R100 (7000 – 7500)
 * Radeon R200 (8500 — 9200, 9250)
 * Radeon R300 (9500 — 9800, X300 — X600, X1050)
 * Radeon R400 (X700 — X850)
 * Radeon R500 (X1300 — X1950)
 * Radeon R600 (HD 2400, HD 2600, HD 2900)
Line 94: Line 102:
Essentially, you need to set your device's driver to either "radeon" or "radeonhd" as such: Essentially, you need to set your device's driver to "radeon" as such:

Translation(s): English - Français - Italiano - Русский

This article discusses how to install and use the open-source Radeon display driver for X11.

Introduction

Support for AMD (nee ATI) hardware is provided by the package xserver-xorg-video-ati (wrapper driver) which depends on three hardware specific drivers:

The ati wrapper driver autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class chipset and loads the radeon, r128, or mach64 driver as appropriate.

Determining your hardware

Run this command to determine what kind of video card you have:

lspci -v | grep VGA

Supported Cards

The radeon driver in Squeeze supports R1xx to RV770 (Radeon 7000 – Radeon HD 4870) class chips. See the radeon page on the X wiki for more information.

First try the free radeon driver by installing xserver-xorg-video-ati which installs xserve-xorg-video-radeon by dependency.

Installing proprietary firmware

Proprietary, binary-only firmware was removed from the Debian kernel's radeon DRM driver in linux-2.6 2.6.29-1, to resolve Debian bug 494009. It can now be installed via the firmware-linux-nonfree package (autostart by kernel: dmesg |grep -i firmware)

Without this firmware installed, poor 2D/3D performance in the radeon driver is commonly experienced. Some cards may require this to run the X Window System.

For Debian Squeeze and later releases, you will need to install proprietary firmware if you have one of the following Radeon-based cards:

  • Radeon R100 (7000 – 7500)
  • Radeon R200 (8500 — 9200, 9250)
  • Radeon R300 (9500 — 9800, X300 — X600, X1050)
  • Radeon R400 (X700 — X850)
  • Radeon R500 (X1300 — X1950)
  • Radeon R600 (HD 2400, HD 2600, HD 2900)
  • Radeon RS600
  • Radeon RS690
  • Radeon RS780
  • Radeon RV610
  • Radeon RV620
  • Radeon RV630
  • Radeon RV635
  • Radeon RV670
  • Radeon RV710
  • Radeon RV730
  • Radeon RV770

The firmware in question, id est the CP/PFP microcode, can be installed by first enabling the non-free repository for your Debian release and issuing the following command:

aptitude install firmware-linux-nonfree

Configuring the kernel

You will need Direct Rendering Manager as well as Accelerated Graphics Port support in your kernel, preferably as modules. If you are using the stock Debian kernel, you should already have these. To check for DRM support, issue this command:

grep DRM_RADEON /boot/config-$(uname -r) 

The output should be:

CONFIG_DRM_RADEON=m

If this value is n, then you will have to rebuild your kernel.

To check for AGP support, run:

grep AGP /boot/config-$(uname -r)

The output should be:

CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=m
CONFIG_AGP_SIS=m
CONFIG_AGP_VIA=m

Note that you will only need support for your specific chipset.

If you do need to rebuild your kernel, you can find AGP under:

  • Device Drivers --->

    • Graphics Support --->

      • /dev/agpgart (AGP Support) --->

        • (Your chipset)

and DRM under:

  • Device Drivers --->

    • Graphics Support --->

      • Direct Rendering Manager --->

        • ATI Radeon

Editing /etc/X11/xorg.conf

(xorg.conf does not exist in Squeeze and Sid) Essentially, you need to set your device's driver to "radeon" as such:

Section "Device"
    Identifier     "Device0"
    Driver         "radeon"
EndSection

There are also plenty of options for the driver too. You can find out about them in radeon's man page:

man 4 radeon

Enabling 3D acceleration

It is necessary to install driver libraries in order to utilize the card's 3D capabilities:

aptitude install libgl1-mesa-dri

These will automatically be installed as a dependency of the xserver-xorg-core package, so if you've installed that, you don't need to worry about this.

Troubleshooting

Radeon Xpress 200M (R300) on laptop

During a long time, on laptops with Radeon Xpress 200M (R300) you may get some random colored stripes (especially after suspending display power). This is problably due to a bug into free driver. A solution may be to switch off, then switch on the backlight with radeontool (eponymic package).

sudo radeontool light off
sleep 1
sudo radeontool light on

See Also