Module submission - fglrx
zmcgrew@gmail.com
zmcgrew at gmail.com
Wed Apr 18 21:40:07 CEST 2007
module name : fglrx
suggested section : x11
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
Updated to the latest version, 8.35.5. Fixed paths because ATI changed the internal structure of the installer. Also added the new icons, and amdcccle.desktop file, so you can use the new amdcccle control panel. But... It doesn't work for me, so perhaps someone else can get it to work. Fireglcontrol still works fine though.
Sofar, try and build with the echo $KPATH commented out and let me know if it builds fine. Maybe Bash just forgot it needed to keep track of variables. If it doesn't build, and you get random errors from grep, turn the echo line on, and watch it build fine. =)
zach
-------------- next part --------------
--- fglrx/BUILD 2007-03-12 12:01:22.000000000 -0700
+++ fglrx/BUILD 2007-04-17 20:57:14.000000000 -0700
@@ -1,17 +1,18 @@
(
prepare_install &&
- sh $SOURCE --extract &&
+ sh $SOURCE --extract fglrx-install &&
cd fglrx-install &&
patch common/lib/modules/fglrx/build_mod/firegl_public.c < $SOURCE_CACHE/$SOURCE2 &&
mkdir -p /usr/lib/fglrx &&
cp -a common/usr/share/doc/fglrx /usr/share/doc/ &&
- install common/usr/share/icons/ati.xpm /usr/share/icons/ &&
+ install common/usr/share/icons/ccc_large.xpm /usr/share/icons/ &&
+ install common/usr/share/icons/ccc_small.xpm /usr/share/icons/ &&
install common/usr/share/man/man8/atieventsd.8.gz /usr/share/man/man8/ &&
install common/usr/X11R6/include/X11/extensions/fglrx_gamma.h /usr/X11R6/include/X11/extensions/ &&
- install common/usr/share/gnome/apps/fireglcontrol.desktop /usr/share/applications/ &&
+ install common/usr/share/gnome/apps/amdcccle.desktop /usr/share/applications/ &&
cp -a common/usr/include/GL/* /usr/include/GL/ &&
install common/usr/X11R6/include/X11/extensions/fglrx_gamma.h /usr/include/X11/extensions/ &&
cp -a common/etc/ati /etc/ &&
@@ -27,6 +28,8 @@
export KPATH="/usr/src/linux"
+# echo $KPATH
+
KVER=$(if [ -f $KPATH/include/linux/utsrelease.h ]; then
grep UTS_RELEASE $KPATH/include/linux/utsrelease.h | cut -d'"' -f2
else
@@ -42,7 +45,7 @@
cp -a arch/x86/lib/modules/fglrx/build_mod/* common/lib/modules/fglrx/build_mod/ &&
cd common/lib/modules/fglrx/build_mod/2.6.x &&
make KVER="$KVER" &&
- mkdir -p /lib/modules/${KVER}/drivers/char/drm &&
- install -m 644 fglrx.${MOD_EXT} /lib/modules/${KVER}/drivers/char/drm/fglrx.${MOD_EXT}
+ mkdir -p /lib/modules/${KVER}/kernel/drivers/char/drm &&
+ install -m 644 fglrx.${MOD_EXT} /lib/modules/${KVER}/kernel/drivers/char/drm/fglrx.${MOD_EXT}
) > $C_FIFO 2>&1
--- fglrx/DETAILS 2007-03-09 12:01:01.000000000 -0800
+++ fglrx/DETAILS 2007-04-17 20:28:10.000000000 -0700
@@ -1,14 +1,14 @@
MODULE=fglrx
- VERSION=8.34.8
+ VERSION=8.35.5
SOURCE=ati-driver-installer-$VERSION-x86.x86_64.run
SOURCE2=fglrx-$VERSION-for-2.6.20.patch
SOURCE_URL=https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/
SOURCE2_URL=http://whoopie.gmxhome.de/linux/patches/2.6.20/
- SOURCE2_VFY=sha1:a2dc1d6bc9bbb3b2791844072a4c6a4aa582d58d
+ SOURCE2_VFY=sha1:245f4467250637131eafc187c06067dbafbe6422
LICENSE="proprietary"
WEB_SITE=http://www.ati.com/
ENTERED=20040220
- UPDATED=20070309
+ UPDATED=20070417
SHORT="Proprietary X.org driver for the ati 9x00."
cat << EOF
Proprietary X.Org driver for the ATI 8500 and 9x00 series. Contains
-------------- next part --------------
lvu submit fglrx 2a2ed0e1479c8b8e1be8c449720aadf0 -
2.6.20.7 2.6.12 gcc-4.1.2 glibc-2.3.6
More information about the Lunar
mailing list