rpms/xorg-x11-drv-fglrx/F-10 .cvsignore, 1.5,
1.6 fglrx-README.Fedora,
1.3, 1.4 sources, 1.6, 1.7 xorg-x11-drv-fglrx.spec, 1.16, 1.17
Stewart Adam
firewing at rpmfusion.org
Fri Feb 20 22:16:55 CET 2009
- Previous message: rpms/xorg-x11-drv-fglrx/F-9 .cvsignore, 1.4, 1.5 sources, 1.5,
1.6 xorg-x11-drv-fglrx.spec, 1.14, 1.15
- Next message: rpms/xorg-x11-drv-fglrx/devel .cvsignore, 1.6, 1.7 sources, 1.6,
1.7 xorg-x11-drv-fglrx.spec, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13221
Modified Files:
.cvsignore fglrx-README.Fedora sources xorg-x11-drv-fglrx.spec
Log Message:
* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
- Update to Catalyst 9.2
- Use Catalyst version for Version tag instead of internal driver version
- Update README.Fedora (add note concerning double initrd regeneration)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 31 Jan 2009 06:25:44 -0000 1.5
+++ .cvsignore 20 Feb 2009 21:16:55 -0000 1.6
@@ -1 +1 @@
-ati-driver-installer-9-1-x86.x86_64.run
+ati-driver-installer-9.2-x86.x86_64.run
Index: fglrx-README.Fedora
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10/fglrx-README.Fedora,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fglrx-README.Fedora 31 Jan 2009 06:25:44 -0000 1.3
+++ fglrx-README.Fedora 20 Feb 2009 21:16:55 -0000 1.4
@@ -80,7 +80,7 @@
as the plymouth graphical boot system will not function while the this driver is
installed. If you would like to use them, please uninstall this driver first.
-The initrd image for the current kernel will need to be regenerated before 3D
+The initrd image for the current kernel will need to be regenerated* before 3D
rendering will function correctly. To do this, execute these commands as root:
mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img.rfbak
mkinitrd -f --allow-missing /boot/initrd-`uname -r`.img `uname -r`
@@ -94,3 +94,11 @@
working properly.
+* Please note that in some cases, the initrd image may need to be regenerated
+twice (once for getting fglrx to load, the other for putting the udev config
+file into the initrd image). If your machine still does not have working DRI
+or 3D rendering after regenerating the image once and rebooting, regenerate
+the image again:
+ mkinitrd -f --allow-missing /boot/initrd-`uname -r`.img `uname -r`
+
+Reboot and DRI should be enabled correctly now.
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 31 Jan 2009 06:25:44 -0000 1.6
+++ sources 20 Feb 2009 21:16:55 -0000 1.7
@@ -1 +1 @@
-cc4ff401586a6c099c9fd002c25cf7bb ati-driver-installer-9-1-x86.x86_64.run
+3ef8f805be93eede480f56eaa4e3bee1 ati-driver-installer-9.2-x86.x86_64.run
Index: xorg-x11-drv-fglrx.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-fglrx/F-10/xorg-x11-drv-fglrx.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xorg-x11-drv-fglrx.spec 31 Jan 2009 06:25:44 -0000 1.16
+++ xorg-x11-drv-fglrx.spec 20 Feb 2009 21:16:55 -0000 1.17
@@ -1,5 +1,4 @@
%define atilibdir %{_libdir}/fglrx
-%define ativersion 9.1
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -8,13 +7,13 @@
%endif
Name: xorg-x11-drv-fglrx
-Version: 8.573
-Release: 1.%{ativersion}%{?dist}
+Version: 9.2
+Release: 1%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
URL: http://www.ati.com/support/drivers/linux/radeon-linux.html
-Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-9-1-x86.x86_64.run
+Source0: https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-%{version}-x86.x86_64.run
Source1: fglrx-README.Fedora
Source3: fglrx-config-display
Source4: fglrx-init
@@ -312,6 +311,11 @@
%{_includedir}/X11/extensions/*.h
%changelog
+* Fri Feb 20 2009 Stewart Adam <s.adam at diffingo.com> - 9.2-1
+- Update to Catalyst 9.2
+- Use Catalyst version for Version tag instead of internal driver version
+- Update README.Fedora (add note concerning double initrd regeneration)
+
* Sat Jan 31 2009 Stewart Adam <s.adam at diffingo.com> - 8.573-1.9.1
- Update to Catalyst 9.1
- Include README.Fedora in %%doc
- Previous message: rpms/xorg-x11-drv-fglrx/F-9 .cvsignore, 1.4, 1.5 sources, 1.5,
1.6 xorg-x11-drv-fglrx.spec, 1.14, 1.15
- Next message: rpms/xorg-x11-drv-fglrx/devel .cvsignore, 1.6, 1.7 sources, 1.6,
1.7 xorg-x11-drv-fglrx.spec, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list