ATI Linux driver packages for Debian

Index
0. News
1. Overview
2. Requirements
3a. Source
3b. Binaries
4. Install/compile
5. Configure X
6. Bugs
7. Working setups
8. Compare
9. Mailing list
A. Thanks
B. Links
C. Changelog
D. Historical notes
Current package version: 8.8.25-1
(changelog) (older packages here)

This page explains how to build Debian packages from the ATI Linux driver for the following ATI products:

Important: I do not work for ATI, I'm only packaging their driver as a service to the community. I do not have the full source code for the driver, I'm just unpacking the RPM packages available from the ATI website and repacking them as Debian packages. Therefore, I can not fix bugs in the driver and I can not help people with any problems not related with installation of these Debian packages.
Also Very Important: I am not an official Debian Developer, so there's no point asking me if/when my packages will make it into the official Debian repository. If you are a DD and want to help, your help is very welcome, but please first talk with the Debian legal team and make sure that they will allow these packages into the repository.

0. News

February 7, 2005
This is a complete list of chipsets supported by the fglrx driver, as reported by the driver itself in the XFree86 log file.
January 29, 2005
Click here for experimental AMD64 and X.Org packages. Please test them and let me know if they work for you.
January 18, 2005
Driver version 8.8.25 is available, release notes are here.
January 3, 2005
Added section 2.1.1, "Recommended kernel options", and expanded some other sections thanks to users' feedback.
November 10, 2004
Driver version 3.14.6 is available, release notes are here. Doom 3 works (tested), let's toast those demons!
October 2, 2004
Driver version 3.14.1 is available, release notes are here. This version provides hardware support for PCI Express graphic cards.
September 12, 2004
Driver version 3.12.0 is available, release notes are here. Note that in order to build the control panel you need to have the libqt3-mt-dev package installed.
August 9, 2004
Driver version 3.11.1 is available. It's a few days, in fact, but I haven't had time to package it until now.
June 5, 2004
In version 3.9.0-4 I refurbished the supplied make.sh script, so you can use it to build a module for the running kernel without using make-kpkg. See below for more details.
June 1, 2004
I'm running kernel 2.6.6 with CONFIG_4KSTACKS enabled since yesterday and everything is working smoothly.
May 27, 2004
Driver version 3.9.0 is available.
April 28, 2004
I've written a simple script that configures the kernel source tree (if needed) and builds the fglrx module for you; it will also instruct you to install any missing pieces.

[Ideas from this script have been integrated into version 3.9.0-4. Do not use it anymore.]

April 20, 2004
Section 7 now lists some working setups.
Added a note about kernel 2.6.5's broken "make clean".

1. Overview

First things first: read the instructions below carefully before doing anything else!

This is not for the faint of hearth or the uninitiated. If you never tried to build a Debian package from source, learn how to do that before you come back here.

Note: You will need to become root to run apt-get and dpkg. Please don't stay logged in as root any longer than necessary; rather, I'd suggest to install sudo and use that.

1.1. The driver

The driver as a whole is made of three main components: the XFree86 driver proper, a replacement libGL and a kernel module. The driver and libGL are in the fglrx-driver package, the kernel module's source code is in the fglrx-kernel-src package.

2. Requirements

2.1. Kernel source

You need to install the kernel source code that corresponds to your running kernel and configure it with make-kpkg. This is obviously easy if you already compile your own kernel, but it's going to require a bit of work if you are using a prebuilt kernel. Any kernel version available from Debian should do.

Note: You must compile your kernel and the ATI kernel module with the same compiler version, otherwise the module won't work. If you are using a prebuilt kernel, this probably means GCC 2.95 on woody or GCC 3.3 on sarge/sid. Use this command if you need to install GCC 2.95 from stable and make it the default compiler:
apt-get install gcc/stable gcc-2.95/stable
For more information, look at the README for driver version 2.9.6 and read section 6. NOTES, TROBULESHOOTING AND LIMITATIONS, subsection 15. Handling "drmSetBusid failed".

You don't need to actually compile the kernel, but you do need to configure it properly. If you don't want to compile and install your own kernel, just install the sources for the same kernel version that you are using and use the configuration that came with your kernel package:

apt-get install kernel-source-2.x.y
cd /usr/src
tar xjvf kernel-source-2.x.y.tar.bz2
cd kernel-source-2.x.y
cp /boot/config-2.x.y-flavour .config
make-kpkg --append-to-version "-flavour" --revision 2.x.y-z --config old configure

"-flavour" is supposed to be a placeholder. You need to replace it with the correct value for your kernel, for example something like "-1-686" for prepackaged Debian kernels. It's the text that follows the kernel version in the output from uname -r and in the file names in the /boot directory.

"2.x.y-z" is the version of the kernel-image package you have installed. It should also be the same version as the kernel-source package.

If you already have a configured kernel source tree, you can use it, but make sure that it's exactly the same configuration you are using.

2.1.1 Recommended kernel options

The following kernel options might affect the fglrx module. This list shows the options I've been using successfully for the past two years; these options are correct for kernel 2.6.10, but they should be the same for any 2.6.x kernel and probably for 2.4.x kernels too.
Kernel option(s) Notes
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_KMOD=y
Make sure that CONFIG_MODVERSIONS is set correctly!
CONFIG_MTRR=y The fglrx driver needs MTRR (Memory Type Range Register) support
CONFIG_AGP=m
CONFIG_AGP_chipset=m
Enable any AGP chipset drivers you might need, for example CONFIG_AGP_INTEL, CONFIG_AGP_NVIDIA, etc... CONFIG_AGP_ATI is required only if you actually have an ATI AGP chipset on your motherboard; it has nothing to do with the fact that your AGP video card is an ATI.
Do not set CONFIG_AGP=y if you want to use fglrx's built-in AGP support.
CONFIG_DRM=y
CONFIG_DRM_RADEON=m
Hardware detection tools might try to load the radeon DRM module automatically during startup; if that happens to you, either tweak the tools' configuration or disable the radeon DRM module.
# CONFIG_FB is not set
CONFIG_FB_VESA=y is supposed to work, but it appears that it can cause "mtrr overlapping" errors;
CONFIG_FB_RADEON=y definitely causes problems, so disable it.
CONFIG_TMPFS=y ATI says POSIX shared memory is required!

If any of your kernel configuration options differ from the ones above and you are having problems, please try with the options exactly as above or be prepared to explain why your choice should make no difference.

2.2. AGP support

You need some support for your AGP chipset. You have two choices: the ATI driver's built-in AGP support or the kernel agpgart driver. It's difficult to say in advance which one is better or will work at all, because it depends on the exact driver and kernel versions you're using, but the kernel driver should be your preferred choice if it works for you. To use the kernel driver, add the following line to the "Device" section of your XFree86 config file:

Option "UseInternalAGPGART" "no"
The error unable to acquire AGP, error "xf86_ENOMEM" in your XFree86 log usually means that you are using the built-in AGP support with an unsupported chipset. Set "UseInternalAGPGART" to "no" and hope that the kernel driver supports your AGP chipset.

If you want to use the ATI driver's built-in AGP support instead, set "UseInternalAGPGART" to "yes" (it's the default setting, so you can just omit it) and make sure that the kernel driver is not compiled into your kernel: either compile it as a module or disable it entirely. Beware that discover (and possibly other hardware detection tools) might try to load the kernel driver automatically during startup. If that happens to you, you can tweak discover's configuration or you can simply move the agpgart.* files away from /lib/modules.

If neither one supports your chipset, try using the kernel driver with the agp_try_unsupported=1 option on the kernel command line or as a parameter when you load the module.

Note that in the 2.6 kernel the AGP chipset drivers are separate from the agpgart driver itself, so if you build them as modules you will need to load the agpgart module and a chipset module such as via-agp, nvidia-agp, etc.

2.3. Required packages

If you want to build the source packages, make sure you have installed debhelper, kernel-package (for make-kpkg), libqt3-mt-dev, xlibs-dev, fakeroot, rpm and wget.

apt-get install debhelper kernel-package libqt3-mt-dev xlibs-dev fakeroot rpm wget
You should also install libncurses5-dev if you want to be able to use make menuconfig in the kernel source tree.

If you will build only the kernel module, you need debhelper, kernel-package and fakeroot.

Once you've sorted out all this, you can proceed to download the following package sources or the prebuilt packages.

3a. Source

These scripts will package the ATI driver version 8.8.25. You can ask for a different version by setting an environment variable when you call debian/rules, but figuring out the details is left as an exercise for advanced users because this has not been tested very much and could fail.

The scripts will detect which version of XFree86 is currently installed on your machine and download the matching driver package. You can ask for a different version by setting an environment variable, but again, details are best left unexplained.

Download the files above into a directory of your choice (preferably /usr/src) and unpack with

dpkg-source -x fglrx-installer_8.8.25-1.dsc

Then cd into the newly created fglrx-installer-8.8.25 directory and run

fakeroot debian/rules binary

The build script will download the driver from the ATI site, then it will build the following packages in the parent directory:

Now you can install the packages and compile the kernel module.

3b. Binaries

These packages are offered for the convenience of those who don't want to learn how to build their own.

I can't guarantee anything about these packages: for example,
I can't guarantee that my system is clean from viruses which could affect binary packages, and
I can't guarantee that I'm not malicious so don't be surprised if these packages install a backdoor on your system (no I didn't do that yet, I just want to scare you). Source packages above are safe in this respect, provided that you are sufficiently paranoid to check for basic problems such as a misplaced rm -rf /; don't trust me, because I wouldn't trust you.

You can download these packages with apt by adding the following lines to your /etc/apt/sources.list file:

deb     http://www.stanchina.net/~flavio/debian/ ./
deb-src http://www.stanchina.net/~flavio/debian/ ./

Note that there are other packages available here, but my repository is tagged as "experimental" so the default apt pinning policy will prevent unwanted upgrades to my versions for packages that are available from here and from official sources.

The following packages install the ATI driver for XFree86 4.3.0 for the i386 architecture. You need just the -driver and -kernel-src packages for normal use (see below).

NameSizeMD5SUM
fglrx-driver_8.8.25-1_i386.deb3400492 bytes5c3705ffe32ffbf2c8697b685ac3244a
fglrx-driver-dev_8.8.25-1_i386.deb9830 bytes5297760127a13372679ba0abfe6512d1
fglrx-kernel-src_8.8.25-1_i386.deb271082 bytes0d42f03505ebfcefd7af4b42c1402d9f
fglrx-control-qt3_8.8.25-1_i386.deb58610 bytesf61d5cde81127746d5cd8cdb7ce0beee
fglrx-sources_8.8.25-1_i386.deb73926 bytes9b2ce5a4953cb9962694328ab5550b01

Note that due to time and space constrains I'm uploading packages only for the XFree86 version I'm currently using, which is usually the version currently available from Debian testing. If you need packages for a different XFree86 version, ask politely or build your own packages.

Donovan Baarda built the kernel module against a number of standard kernel-headers packages. If you are using one of the standard kernels he supports, you can get his prebuilt packages here and avoid compiling the module yourself.

4. Install packages and compile the kernel module

You need to install the "-driver" and "-kernel-src" packages; the "-driver-dev" package contains header files and the libfglrx_gamma.a static library and you need it only if you develop ATI-specific OpenGL applications; the "-control-qtX" packages install the control panel and can be useful for multi-monitor configurations; the "-sources" package contains the control panel source code and a sample application and it is not required for normal use.

cd ..
dpkg -i fglrx-driver_8.8.25-1_i386.deb
dpkg -i fglrx-kernel-src_8.8.25-1_i386.deb

After you have installed the packages, change directory to /usr/src and unpack the module sources:

tar xzvf fglrx-kernel-src.tar.gz

You can now build the kernel module in several ways. Choose one, preferably the make-kpkg command.

4.1 Build with the supplied make.sh script

This will build a module that matches the running kernel; you need to have the correct kernel source and configuration in place.
cd /usr/src/modules/fglrx-kernel-src
./make.sh

4.2 Build with the kernel's makefile (only on kernel 2.6.x)

This will build a module that matches the kernel sources you point at. If you are unable to build a working module with make-kpkg, please try this method and install the module by hand. If this module works, building it with make-kpkg is just a matter of using the correct parameters.
cd /usr/src/kernel-source-2.x.y
make SUBDIRS=/usr/src/modules/fglrx-kernel-src modules
(replace /usr/src/kernel-source-2.x.y with the path to your kernel sources)

4.3 Build with the make-kpkg command

cd kernel-source-2.x.y
fakeroot make-kpkg --append-to-version "-flavour" --added-modules fglrx-kernel-src modules_image

"-flavour" is supposed to be a placeholder. You need to replace it with the correct value for your kernel, for example something like "-1-686" for prepackaged Debian kernels. Refer to 2.1. Kernel source for more details.

This will build a new package, which you will have to install:

dpkg -i /usr/src/fglrx-kernel-2.x.y_8.8.25-1+kernelversion_i386.deb

Important: If you build your own packages, please upgrade to debhelper 4.2.11 (see Debian bug #248624), otherwise you will need to run update-modules yourself after installing the module.

4.4 Build with module-assistant

For example:
module-assistant -k /usr/src/linux update
module-assistant -k /usr/src/linux build fglrx-kernel
module-assistant -k /usr/src/linux install fglrx-kernel
If you prefer to build the packages with m-a from your own user account:
mkdir ~/src/modass
module-assistant -u ~/src/modass -k ~/src/linux update
module-assistant -u ~/src/modass -k ~/src/linux build fglrx-kernel
module-assistant -u ~/src/modass -k ~/src/linux install fglrx-kernel

4.5 Installing the kernel module

If you used the make-kpkg command, you'll have a nice Debian package to install; if you used module-assistant's install command, the module is already installed; otherwise, you'll have to copy the module from /usr/src/modules/fglrx-kernel-src to the right directory under /lib/modules, then run depmod -ae to install it.

Now try to load the module:

modprobe fglrx

If modprobe can't load the module, make sure you've installed the kernel module's package, make sure you've read the paragraph about bug #248624 above, and look at the output of dmesg for any errors. Please include the full error message from modprobe and the output from dmesg and lsmod if you choose to contact me at this point!

Unresolved symbols: If you see errors like "unresolved symbol dev_base_R863b01ad", it means that the module was compiled with CONFIG_MODVERSIONS=yes but the running kernel was not. In other words, the configuration of your kernel source tree does not reflect that of the running kernel. Go back to section 2.1, make sure that you configured your kernel source tree correctly and double check that CONFIG_MODVERSIONS is not set.

If you still can't load the module, please read Question 4.7: When I try to run "modprobe fglrx" it doesn't work from the Gentoo ATI Radeon FAQ before contacting me.

5. Configure X

The driver package provides an automatic configuration tool called fglrxconfig. Just don't use it, OK? fglrxconfig is useful if you want a dual-head setup, but before you try that please make sure that a single-head setup works by editing your XFree86 configuration file as outlined below. Also note that fglrxconfig will overwrite your existing XFree86 configuration file!

Edit your /etc/X11/XF86Config-4:

Section "Module"
  ...
  Load "GLcore"
  Load "glx"
  Load "dri"
  ...
  # Load "extmod" but omit DGA extension
  SubSection "extmod"
    Option "omit xfree86-dga"
  EndSubSection
  ...
EndSection

Section "Device"
  Identifier "ATI"
  Driver     "fglrx" # this is the important bit

# If X refuses to use the screen resolution you asked for,
# uncomment this; see "Bugs and Workarounds" for details.
  #Option "NoDDC"

# === Video Overlay for the Xv extension ===
  Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
  Option "OpenGLOverlay" "off"
# === Use internal AGP GART support? ===
# If OpenGL acceleration doesn't work, try using "yes" here
# and disable the kernel agpgart driver.
  Option "UseInternalAGPGART" "no"
EndSection

Section "Screen"
  Identifier "your screen"
  Device     "ATI"
  Monitor    "your monitor"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1280x960" # this is only an example,
                     # use your preferred resolution here
  EndSubSection
EndSection

Section "DRI"
  Mode 0666
EndSection

Stop and restart your X server. Figuring out how to do that on your system is left as an exercise, but usually you'll have to switch to a virtual console (text mode) by pressing Ctrl+Alt+F1, then stop and restart your display manager (kdm, gdm, etc.). If you know no better than to reboot your system, you will be in a lot of trouble if things don't work as expected: you might be stuck with just the console, or things could go really wrong and you could have to reboot into single user mode because your display and keyboard are completely locked. So please do learn how to properly stop and restart the X server.

If it breaks your system, you keep all the pieces and I don't care. (But let me know what happened, OK?)

After your X server starts, check if OpenGL acceleration is enabled. Open a shell and type fglrxinfo or glxinfo: the "OpenGL renderer string" should say something like "RADEON 9600 XT Generic"; if it says "Mesa GLX Indirect" instead, it means that there is a problem.

6. Bugs and Workarounds

Full-screen mode

Full-screen mode is somewhat broken: sometimes you'll end up with a garbled display, and your only chance of getting your desktop back is blindly closing the program that caused this. I didn't find a workaround yet.

DVI (digital) output not working

It appears that the ATI driver does not support the DVI port on my Radeon 8500 LE: I get is a blank screen as soon as X starts up. It's not a hardware problem, because I can see Linux boot in text mode on the DVI port and the Windows XP driver works fine (not that I would want to run XP for anything but a few games). Several people told me that they are using DVI on various 9600s, so I borrowed a 9600 XT from a friend and I could get DVI up and running in seconds.

This is what I see in the XFree86 log with my card:

...
(--) Chipset ATI R200 QL (R8500) found
...
(II) fglrx(0): Primary head:
 Monitor   -- NONE
 Connector -- None
 DAC Type  -- Unknown
 TMDS Type -- NONE
 DDC Type  -- NONE
(II) fglrx(0): Secondary head:
 Monitor   -- NONE
 Connector -- VGA
 DAC Type  -- Primary
 TMDS Type -- NONE
 DDC Type  -- VGA_DDC
With the borrowed 9600 XT, the primary head says something along the lines of "Connector: DVI-I", "TMDS Type: Internal".

If you are using — or tried to use — the DVI port on other types of cards, please share your experience.

Flickering with digital displays

Jack reports that he's seeing lots of static at 1600x1200 on his digital display. He says that "this problem at 1600x1200 is a known issue due to approaching the video bandwidth limit of the hardware", because "the TMDS standard for DVI is fixed at 165 MHz which means that you are pushing things to get 1600x1200 at 60 Hz". He researched the issue and he found this article from ATI: Horizontal lines or screen flicker within Windows when using a DVI flat panel.

He further says: "The only fixes are to 1) reduce the refresh rate at higher resolutions to keep the pclk away from the upper limit of 165 MHz or 2) replace the DVI connection with an analog one."

Non-standard screen sizes

It appears that the ATI driver will refuse any screen size that your monitor doesn't list in its VESA DDC info; for example, I can't get my preferred resolution of 1280x960(1) with my Samsung CRT monitor. The symptoms are the following: if multiple resolutions are listed in XF86Config (such as "1280x960" "1152x864" "1024x768" "800x600"), the display will open at 1024x768 with a noticeable delay (a couple of seconds).

There are two workarounds:
  1. List only one resolution (1280x960 in my case): the display will open at that resolution with no delay, but you won't be able to switch resolutions with Ctrl,Alt,+ and Ctrl,Alt,-
  2. Use Option "NoDDC" in the "Device" section, as shown above: this is harmless as long as you got your monitor timings right.

1. I'd kill with my bare hands whoever came up with 1280x1024, which has non-square pixels unless you give up some screen real estate. The aspect ratio of a traditional CRT is 4/3 and all standard resolutions (such as 640x480, 800x600 and 1024x768) have that aspect ratio; the aspect ratio of 1280x1024 is 5/4, so pixels are slightly wider than a square and things on your display will look compressed in the vertical direction. Now call me picky, but I do notice it and i don't like it.

Kernel 2.6.5: broken "make clean"

Kernel 2.6.5's "make clean" removes include/linx/version.h and several other files that are required to build external modules.

A workaround is the following:

$ make-kpkg ...options... kernel_image
$ make-kpkg clean
$ make-kpkg ...options... configure
$ make-kpkg ...options... modules_image
(i.e do an extra "make-kpkg configure" before "make-kpkg modules_image")

Another workaround is to apply a patch that restores a sane behavior (from the Linux Kernel mailing list).

Do not install kernel-package 8.086 that "fixes" this problem by not doing a make clean: it's worse because the kernel makefile will now relink all kernel modules during the build of external modules.

Stock fglrx kernel module doesn't work with CONFIG_REGPARM

Binary-only modules break with kernel 2.6's CONFIG_REGPARM because it changes the kernel ABI. Starting with version 3.7.6-5, I have applied this patch for the fglrx kernel module that should fix this problem. Upstream version 3.9.0 should have fixed this problem, according to the release notes, but users report that it is still broken. Starting with version 3.9.0-3, I have applied yet another patch, kindly supplied by Alexandru Fomin, that hopefully fixes it once and for all.

Upstream versions 3.11.1 and later have this problem fixed properly.

Broken SiS AGP support

Kevin Schlichter reports: "I'm running an SiS chipset, and found that the AGP support doesn't work in the 2.4 series, and not in the 2.6 series until 2.6.5. I think there are some patches available, but I didn't test any of them."

7. Working setups

This is a list of a few setups that are reported to work fine. Please send me a note if your configuration differs significantly from those already listed; items that come to mind are multiprocessor setups, different chipsets and new kernel options such as CONFIG_REGPARM and CONFIG_4KSTACKS (note that I'm currently running with CONFIG_4KSTACKS enabled myself).

I will usually test new kernel versions in the 2.6 series within hours, but success stories on newer 2.4 kernels are also welcome.

Debian kernel(1) XFree fglrx Radeon CPU chipset FPS(2) reported
by
notes
Woody 2.4.25 4.1.0 3.7.6-4(?) ? ? ? ? Raphael  
Sarge 2.4.25
2.4.26
2.6.4
2.6.5 (patched)
4.3.0-7 3.7.6-4 8500 LE Athlon 1200 MHz Via KT133A ? myself XFree configuration as above.
Using kernel agpgart as module.
Kernel 2.6.5 patched against broken "make clean".
Kernel 2.6.6 and later using 4KSTACKS.
2.6.5-regparm 4.3.0-7 3.7.6-5 9600 Pro Athlon 1200 MHz nVidia nForce2 Ultra ~530
2.4.26
2.6.5 (patched)
2.6.6
4.3.0-7 3.7.6-4 9600 Pro Athlon XP 3200+ nVidia nForce2 Ultra ~550
2.6.6 4.3.0.dfsg.1-1 3.9.0-1 8500 LE
9600 Pro
~225
~600
2.6.7 4.3.0.dfsg.1-4
4.3.0.dfsg.1-7
4.3.0.dfsg.1-8
3.11.1
3.12.0
3.14.1
8500 LE ~235
2.6.9 4.3.0.dfsg.1-8 3.14.6 8500 LE ~235
2.6.10-athlon 4.3.0.dfsg.1-10 8.8.25-1 8500 LE Athlon XP 3200+ nVidia nForce2 Ultra ~235 current setup (autodetected)
Sarge 2.4.26 (stock) 4.3.0.1 3.7.6-4 9800 Pro Pentium 4 2.6 GHz Intel 875P ~605 vdrmrt Kernel agpgart module.
Sarge 2.4.27 (stock) 4.3.0.dfsg.1-4 3.14.1 Mobility Radeon 9600 M10 Pentium M 1.5 Intel 855(P)M ~235 Detlef  
Sarge 2.6.5 4.3.0-7 3.7.6-4 M10 (9600) Pentium 4 3.0 GHz SiS M648FX+963 ~450 kevin schlichter Sager 4780 laptop.
The AGP for this chipset does not work in 2.4 kernels, or 2.6 kernels before 2.6.5.
Sarge 2.6.6-mm5 4.3.0.dfsg.1-1 3.7.6 9800 Pro dual Athlon MP 1800+ Tyan Tiger MPX (AMD-760 MPX) ~716 Nenad  
Sid 2.6.4-1 4.3.0-7 3.7.6-4 9700 Athlon XP 1921 MHz nVidia nForce2 ~570 mithrandi  
Sid 2.6.5 (debian) 4.3.0-dfsg 3.7.6-4 Fire GL T2 Pentium M 1.7 GHz Intel 855M ? pthichat IBM T41p laptop
Sid 2.6.6 4.3.0.dfsg.1-1 3.7.6-4
3.7.6-5
9800 Pro dual Xeon e7505 ~800 hackman  
Sid 2.6.5 w/highmem 4.3.0-5 3.7.6-4 9800 Pro Athlon64 3000+ nVidia nForce3-250 ~905 donut using kernel agpgart (didn't try the fglrx builtin)
Sid 2.6.8-3 (debian) 4.3.0.dfsg.1-8 3.14.1-2 9600 XT AthlonXP 2500+ SIS 746 ~388 Steffen Evers using kernel agpgart
  1. Unless otherwise noted, these are vanilla kernels from www.kernel.org.
  2. FPS as reported by fgl_glxgears at default window size.

7.1. Compatibility with kernel options

CONFIG introduced status notes
HIGHMEM4G ? works  
PREEMPT ? works  
REGPARM 2.6.5? works requires patch (already included in my packages)
4KSTACKS 2.6.6 works  

Unless otherwise noted, the driver is known to work with any combination of these options enabled and of course with all of them disabled.

I'm currently running with HIGHMEM4G, PREEMPT and 4KSTACKS.

8. How does this driver compare to the driver in XFree86 4.3?

Please note: this section was written a long time ago, when both the ATI driver and the XFree86 driver were less mature. I didn't test the XFree86 driver ever since, so this might be wrong or completely irrelevant by now. If you have up-to-date details, please let me know.
First, here's the hardware I'm running this on: Here's a mixed list of performance considerations and problems with OpenGL applications:

Contrary to what I had previously written here, the ATI driver does support the Xv extension, but you need to have Option "VideoOverlay" "on" in your XFree86 configuration (see above).

Recent versions also implement the DGA extension, but there are problems: MPlayer for example will lock your screen if you use -vo=dga. Therefore, I suggest to disable the DGA extension (see above, again).

Roberto JP says: "There are a few more advantages, from a developer's viewpoint. The ATI driver supports many more (important) OpenGL extensions than the open source driver does. If you're using vertex or fragment programs (i.e pixel shaders) in your software, this is very important."

9. Mailing list

I'm maintaining a mailing list for discussion about these packages. I'll also send out notes about new versions when they are available. Subscribe by sending an email to flavio-fglrx-subscribe at stanchina.net.

If you are having problems with the packages, please write to the mailing list. Note that this mailing list is not intended for general discussion of the fglrx driver, but only for users of my Debian packages. Posting is open to subscribers only. Abuse will not be tolerated.

An archive of the mailing list is also available.

A. Thanks

B. Links

C. Changelog

fglrx-installer (8.8.25-1) experimental; urgency=low

Flavio Stanchina — Tue, 18 Jan 2005 21:58:49 +0100

fglrx-installer (3.14.6-1) experimental; urgency=low

Flavio Stanchina — Wed, 10 Nov 2004 16:37:49 +0100

fglrx-installer (3.14.1-2) experimental; urgency=low

Flavio Stanchina — Sat, 9 Oct 2004 12:07:16 +0200

fglrx-installer (3.14.1-1) experimental; urgency=low

Flavio Stanchina — Sat, 2 Oct 2004 16:36:24 +0200

fglrx-installer (3.12.0-2) experimental; urgency=low

Flavio Stanchina — Tue, 14 Sep 2004 00:43:13 +0200

fglrx-installer (3.12.0-1) experimental; urgency=low

Flavio Stanchina — Sun, 12 Sep 2004 14:09:43 +0200

fglrx-installer (3.11.1-1) experimental; urgency=low

Flavio Stanchina — Tue, 10 Aug 2004 00:01:48 +0200

fglrx-installer (3.9.0-5) experimental; urgency=low

Flavio Stanchina — Sat, 26 Jun 2004 11:09:13 +0200

fglrx-installer (3.9.0-4) experimental; urgency=low

Flavio Stanchina — Thu, 3 Jun 2004 12:17:29 +0200

fglrx-installer (3.9.0-3) experimental; urgency=low

Flavio Stanchina — Sat, 29 May 2004 18:30:31 +0200

fglrx-installer (3.9.0-2) experimental; urgency=low

Flavio Stanchina — Sat, 29 May 2004 15:36:49 +0200

fglrx-installer (3.9.0-1) experimental; urgency=low

Flavio Stanchina — Thu, 27 May 2004 11:54:20 +0200

fglrx-installer (3.7.6-5) experimental; urgency=low

Flavio Stanchina — Mon, 24 May 2004 17:48:22 +0200

fglrx-installer (3.7.6-4) experimental; urgency=low

Flavio Stanchina — Sun, 11 Apr 2004 11:15:37 +0200

fglrx-installer (3.7.6-3) experimental; urgency=low

Flavio Stanchina — Sun, 28 Mar 2004 10:42:06 +0200

fglrx-installer (3.7.6-2) experimental; urgency=low

Flavio Stanchina — Wed, 24 Mar 2004 23:47:11 +0100

fglrx-installer (3.7.6-1) experimental; urgency=low

Flavio Stanchina — Mon, 22 Mar 2004 16:38:38 +0100

fglrx-installer (3.7.0-5) experimental; urgency=low

Flavio Stanchina — Wed, 25 Feb 2004 23:05:17 +0100

fglrx-installer (3.7.0-4) experimental; urgency=low

Flavio Stanchina — Tue, 17 Feb 2004 00:39:44 +0100

fglrx-installer (3.7.0-3) experimental; urgency=low

Flavio Stanchina — Sun, 8 Feb 2004 13:38:37 +0100

fglrx-installer (3.7.0-2) experimental; urgency=low

Flavio Stanchina — Fri, 6 Feb 2004 11:35:16 +0100

fglrx-installer (3.7.0-1) experimental; urgency=low

Flavio Stanchina — Sun, 4 Jan 2004 17:40:05 +0100

fglrx-installer (3.2.8-2) experimental; urgency=low

Flavio Stanchina — Tue, 16 Dec 2003 00:06:47 +0100

fglrx-installer (3.2.8-1) experimental; urgency=low

Flavio Stanchina — Sun, 12 Oct 2003 17:07:38 +0200

fglrx-installer (3.2.5-1) experimental; urgency=low

Flavio Stanchina — Sat, 4 Oct 2003 12:34:18 +0200

fglrx-installer (2.9.13-3) experimental; urgency=low

Flavio Stanchina — Thu, 21 Aug 2003 12:53:46 +0200

fglrx-installer (2.9.13-2) experimental; urgency=low

Flavio Stanchina — Wed, 20 Aug 2003 16:48:54 +0200

fglrx-installer (2.9.13-1) experimental; urgency=low

Flavio Stanchina — Fri, 1 Aug 2003 10:28:08 +0200

fglrx-installer (2.9.6-3) experimental; urgency=low

Flavio Stanchina — Fri, 1 Aug 2003 10:00:16 +0200

fglrx-installer (2.9.6-2) experimental; urgency=low

Flavio Stanchina — Wed, 14 May 2003 15:13:17 +0200

fglrx-installer (2.9.6-1) experimental; urgency=low

Flavio Stanchina — Mon, 31 Mar 2003 01:16:12 +0200

fglrx-glc22-4.2.0 (2.5.1-2) experimental; urgency=low

Flavio Stanchina — Thu, 13 Mar 2003 22:06:21 +0100

fglrx-glc22-4.2.0 (2.5.1-1) experimental; urgency=low

Flavio Stanchina — Tue, 14 Jan 2003 20:53:02 +0100

fglrx-glc22-4.2.0 (2.5.1-0) experimental; urgency=low

Flavio Stanchina — Sat, 30 Nov 2002 11:45:51 +0100

fglrx-glc22-4.2.0 (2.4.3-0) experimental; urgency=low

Flavio Stanchina — Thu, 28 Nov 2002 02:17:56 +0100

D. Historical notes

Click here to learn how this package was born.

Versions 3.2.5 and later officially support the Radeon products again. These products were initially listed as supported in the documentation for version 2.9.6 of the driver, but later on all references to them were removed, leaving only the FireGL series as officially supported. However, the driver itself was not changed and later versions (up to and including version 2.9.13, which was the latest version available from ATI until 3.2.5 came along) still supported the consumer products too. I still can't understand why it was so, but now support for the Radeons is officially back and everyone should be happy.

$Id: fglrx-installer.gtml,v 1.10 2005/01/29 12:40:37 flavio Exp flavio $
Hosted by uCoz