ati: Updated 8-7 -> 8-8. Modified README.

This commit is contained in:
Jose V Beneyto 2008-09-10 02:37:56 +02:00
parent 4c4fecdac8
commit cb294ca849
5 changed files with 9 additions and 1643 deletions

View File

@ -34,7 +34,10 @@ drwxr-xr-x root/root usr/include/X11/extensions/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dri/
-rwxr-xr-x root/root usr/lib/dri/fglrx_dri.so
-rw-r--r-- root/root usr/lib/libAMDXvBA.cap
-rw-r--r-- root/root usr/lib/libAMDXvBA.so.1.0
-rw-r--r-- root/root usr/lib/libGL_so_1_2_ati
-rw-r--r-- root/root usr/lib/libXvBAW.so.1.0
-rwxr-xr-x root/root usr/lib/libatiadlxx.so
-rw-r--r-- root/root usr/lib/libfglrx_dm.a
-rw-r--r-- root/root usr/lib/libfglrx_dm.so.1.0

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -5,21 +5,15 @@
# Depends on: mesa3d,gl-select
name=ati
version=8-7
version=8-8
release=1
source=(http://www2.ati.com/drivers/linux/$name-driver-installer-$version-x86.x86_64.run \
atieventsd 2.6.26.x-kernel.patch)
atieventsd)
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

@ -19,6 +19,9 @@ Device Drivers --->
<M> Your_AGP_Chipset_Here
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
Kernel hacking --->
<*> Enable unused/obsolete exported symbols
*** NOTE for ati with udev ***