Author: kwizart
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4040
Modified Files:
xorg-x11-drv-nvidia.spec
Log Message:
Use gfxpayload=text instead of the deprecated vga option
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.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- xorg-x11-drv-nvidia.spec 9 Nov 2012 09:53:37 -0000 1.90
+++ xorg-x11-drv-nvidia.spec 24 Nov 2012 17:17:45 -0000 1.91
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 304.64
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -277,7 +277,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args='nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
vga=normal' \
+ --args='nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
gfxpayload=text' \
&>/dev/null
done
fi
@@ -300,7 +300,7 @@
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --remove-args='nouveau.modeset=0 rdblacklist=nouveau
rd.driver.blacklist=nouveau nomodeset video=vesa:off' &>/dev/null
+ --remove-args='nouveau.modeset=0 rdblacklist=nouveau
rd.driver.blacklist=nouveau nomodeset video=vesa:off gfxpayload=text'
&>/dev/null
done
fi
#Backup and disable previously used xorg.conf
@@ -369,6 +369,9 @@
%changelog
+* Sat Nov 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-2
+- Use grub2 gfxpayload=text instead of deprecated vga option
+
* Thu Nov 08 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:304.64-1
- Update to 304.64
- Move nvidia xorg libraries to _libdir/nvidia/xorg - rfbz#2264
Show replies by date