Update to latest nVidia

el9
Nicolas Chauvet 12 years ago
parent d409ddcb6b
commit 958e8fcb8d

4
.gitignore vendored

@ -1,2 +1,2 @@
NVIDIA-Linux-x86-304.37.run NVIDIA-Linux-x86-304.43.run
NVIDIA-Linux-x86_64-304.37.run NVIDIA-Linux-x86_64-304.43.run

@ -1,2 +1,2 @@
ee3e97109201ab954c96860e28ada611 NVIDIA-Linux-x86-304.37.run 393260b7e8d8195e982eb718f5014c3d NVIDIA-Linux-x86-304.43.run
1a85451b1d2b1d86616560cd91feffb5 NVIDIA-Linux-x86_64-304.37.run 7a974d7827da8271982d3f2629465b8c NVIDIA-Linux-x86_64-304.43.run

@ -6,7 +6,7 @@
Name: xorg-x11-drv-nvidia Name: xorg-x11-drv-nvidia
Epoch: 1 Epoch: 1
Version: 304.37 Version: 304.43
Release: 1%{?dist} Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@ -97,6 +97,9 @@ GeForce5 and below are NOT supported by this release.
For the full product support list, please consult the release notes For the full product support list, please consult the release notes
for driver version %{version}. for driver version %{version}.
Please use the following documentation:
http://rpmfusion.org/Howto/nVidia
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
@ -118,7 +121,7 @@ such as OpenGL headers.
Summary: Libraries for %{name} Summary: Libraries for %{name}
Group: User Interface/X Hardware Support Group: User Interface/X Hardware Support
Requires: %{name} = %{?epoch}:%{version}-%{release} Requires: %{name} = %{?epoch}:%{version}-%{release}
Requires: libvdpau%{_isa} >= 0.4 Requires: libvdpau%{_isa} >= 0.5
Provides: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release} Provides: %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
%ifarch %{ix86} %ifarch %{ix86}
Provides: %{name}-libs-32bit = %{?epoch}:%{version}-%{release} Provides: %{name}-libs-32bit = %{?epoch}:%{version}-%{release}
@ -265,7 +268,7 @@ if [ "$1" -eq "1" ]; then
for kernel in ${KERNELS} ; do for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \ /sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \ --update-kernel=${kernel} \
--args='nouveau.modeset=0 rd.driver.blacklist=nouveau' \ --args='nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal' \
&>/dev/null &>/dev/null
done done
fi fi
@ -288,7 +291,7 @@ if [ "$1" -eq "0" ]; then
for kernel in ${KERNELS} ; do for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \ /sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \ --update-kernel=${kernel} \
--remove-args='nouveau.modeset=0 rdblacklist=nouveau rd.driver.blacklist=nouveau nomodeset' &>/dev/null --remove-args='nouveau.modeset=0 rdblacklist=nouveau rd.driver.blacklist=nouveau nomodeset video=vesa:off' &>/dev/null
done done
fi fi
#Backup and disable previously used xorg.conf #Backup and disable previously used xorg.conf
@ -356,6 +359,12 @@ fi ||:
%changelog %changelog
* Wed Sep 05 2012 Nicolas Chauvet <kwizart@gmail.com> - 1:304.43-1
- Update to 304.43
- Force libvdpau >= 0.5 - rhbz#849486
- Workaround grub2 fb initialization at install time - rfbz#2391
- Reference our own documentation of the driver.
* Tue Aug 14 2012 Leigh Scott <leigh123linux@googlemail.com> - 1:304.37-1 * Tue Aug 14 2012 Leigh Scott <leigh123linux@googlemail.com> - 1:304.37-1
- Update to 304.37 release - Update to 304.37 release

Loading…
Cancel
Save