ati: Updated 8.6 -> 8.7. Fixed issue with 2.6.26.x kernels. (Thanks to Rotwang)

This commit is contained in:
Jose V Beneyto 2008-07-24 20:41:09 +02:00
parent 163d8d2e64
commit 526a382448
4 changed files with 1644 additions and 8 deletions

View File

@ -1,2 +1,3 @@
b48a5b7ba10a283d562c2bbecd72315a ati-driver-installer-8-6-x86.x86_64.run
a58a42a4b0b16f5883cc9d9ecd82c73b 2.6.26.x-kernel.patch
2d0788eaba71abcce6105ee659406721 ati-driver-installer-8-7-x86.x86_64.run
ff77a2be2912534c687b61f5e8888944 atieventsd

1633
ati/2.6.26.x-kernel.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,14 +5,21 @@
# Depends on: mesa3d,gl-select
name=ati
version=8-6
version=8-7
release=1
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run atieventsd)
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run \
atieventsd 2.6.26.x-kernel.patch)
build() {
chmod +x ${name}-driver-installer-$version-x86.x86_64.run
./$name-driver-installer-$version-x86.x86_64.run --extract $SRC/tmp
# kernel 2.6.26.x patch
if [ "$(uname -r | cut -d'.' -f1,2,3)" == "2.6.26" ]; then
cd tmp/common
patch -p1 -i $SRC/2.6.26.x-kernel.patch
fi
# make
cd $SRC/tmp/common/lib/modules/fglrx/build_mod
ln -s $SRC/tmp/arch/x86/lib/modules/fglrx/build_mod/libfglrx_ip.a.GCC4 .

View File

@ -18,11 +18,6 @@ Device Drivers --->
<M> /dev/agpgart (AGP Support)
<M> Your_AGP_Chipset_Here
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
Graphics support --->
< > Support for framebuffer devices
Kernel Hacking --->
[ ] Kernel debugging
*** NOTE for ati with udev ***