rpms/xorg-x11-drv-nvidia/F-18 .cvsignore, 1.47, 1.48 sources, 1.48, 1.49 xorg-x11-drv-nvidia.spec, 1.82, 1.83

Nicolas Chauvet kwizart at rpmfusion.org
Wed Sep 5 23:55:51 CEST 2012


Author: kwizart

Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7015/F-18

Modified Files:
	.cvsignore sources xorg-x11-drv-nvidia.spec 
Log Message:
Update to latest nVidia



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- .cvsignore	14 Aug 2012 03:37:32 -0000	1.47
+++ .cvsignore	5 Sep 2012 21:55:50 -0000	1.48
@@ -1,2 +1,2 @@
-NVIDIA-Linux-x86-304.37.run
-NVIDIA-Linux-x86_64-304.37.run
+NVIDIA-Linux-x86-304.43.run
+NVIDIA-Linux-x86_64-304.43.run


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources	14 Aug 2012 03:37:32 -0000	1.48
+++ sources	5 Sep 2012 21:55:50 -0000	1.49
@@ -1,2 +1,2 @@
-ee3e97109201ab954c96860e28ada611  NVIDIA-Linux-x86-304.37.run
-1a85451b1d2b1d86616560cd91feffb5  NVIDIA-Linux-x86_64-304.37.run
+393260b7e8d8195e982eb718f5014c3d  NVIDIA-Linux-x86-304.43.run
+7a974d7827da8271982d3f2629465b8c  NVIDIA-Linux-x86_64-304.43.run


Index: xorg-x11-drv-nvidia.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18/xorg-x11-drv-nvidia.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- xorg-x11-drv-nvidia.spec	14 Aug 2012 03:37:32 -0000	1.82
+++ xorg-x11-drv-nvidia.spec	5 Sep 2012 21:55:50 -0000	1.83
@@ -6,7 +6,7 @@
 
 Name:            xorg-x11-drv-nvidia
 Epoch:           1
-Version:         304.37
+Version:         304.43
 Release:         1%{?dist}
 Summary:         NVIDIA's proprietary display driver for NVIDIA graphic cards
 
@@ -97,6 +97,9 @@
 For the full product support list, please consult the release notes
 for driver version %{version}.
 
+Please use the following documentation:
+http://rpmfusion.org/Howto/nVidia
+
 
 %package devel
 Summary:         Development files for %{name}
@@ -118,7 +121,7 @@
 Summary:         Libraries for %{name}
 Group:           User Interface/X Hardware Support
 Requires:        %{name} = %{?epoch}:%{version}-%{release}
-Requires:        libvdpau%{_isa} >= 0.4
+Requires:        libvdpau%{_isa} >= 0.5
 Provides:        %{name}-libs-%{_target_cpu} = %{?epoch}:%{version}-%{release}
 %ifarch %{ix86}
 Provides:        %{name}-libs-32bit = %{?epoch}:%{version}-%{release}
@@ -265,7 +268,7 @@
     for kernel in ${KERNELS} ; do
       /sbin/grubby $ISGRUB1 \
         --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
     done
   fi
@@ -288,7 +291,7 @@
     for kernel in ${KERNELS} ; do
       /sbin/grubby $ISGRUB1 \
         --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
   fi
   #Backup and disable previously used xorg.conf
@@ -356,6 +359,12 @@
 
 
 %changelog
+* Wed Sep 05 2012 Nicolas Chauvet <kwizart at 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 at googlemail.com> - 1:304.37-1
 - Update to 304.37 release
 


More information about the rpmfusion-commits mailing list