Well new drivers are out.
These are from the Release Notes:
code:--------------------------------------------------------------------------------
The latest version of the ATI proprietary Linux driver introduces the following new features:
Explicit regparm support for newer Redhat, Fedora and SuSE kernels
VIA KT400 motherboard chipsets now recognized properly
--------------------------------------------------------------------------------
EDIT:
--------------------------------
Since I was not able to load them with my kernels which are compiled with the regparm option I made a tarball which backports the changes in 3.9.0 to 3.7.6. You can download the tarball from here: http://homepages.pathfinder.gr/myth...regparm.tar.bz2
Then you have to do the following to use them:
code:--------------------------------------------------------------------------------
1) tar -xjvf build_mod-3.9.0-regparm.tar.bz2
2) Get into build_mod-3.9.0-regparm
3) make.sh
4) cp 2.6.x/fglrx.ko /lib/modules/{kernel_version}/kernel/drivers/char/drm
(if the drm directory does not exist create it)
5) depmod -a
--------------------------------------------------------------------------------
Also if you are using the current mm kernels or 2.6.7-rcX, in the top directory you will find a patch named patch-2.6.7-mm which you need in order to compile fglrx. Just run:
code:--------------------------------------------------------------------------------
patch -p1<patch-2.6.7-mm
--------------------------------------------------------------------------------
from the top directory and you will be able to compile the fglrx module!
__________________