commit b5122eece58a92b2477778515413fb85f798d9c7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Feb 16 09:39:14 2017 +0100
Drop GFXPAYLOAD and video=vesa:off
xorg-x11-drv-nvidia.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 4af2864..daa63d5 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -414,7 +414,7 @@ if [ "$1" -eq "1" ]; then
ISGRUB1="--grub"
GFXPAYLOAD="vga=normal"
else
- echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
+ #echo "GRUB_GFXPAYLOAD_LINUX=text" >> %{_sysconfdir}/default/grub
if [ -f /boot/grub2/grub.cfg ]; then
/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg
fi
@@ -430,7 +430,7 @@ if [ "$1" -eq "1" ]; then
for kernel in ${KERNELS} ; do
/sbin/grubby $ISGRUB1 \
--update-kernel=${kernel} \
- --args="nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off
$GFXPAYLOAD" \
+ --args="nouveau.modeset=0 rd.driver.blacklist=nouveau $GFXPAYLOAD" \
&>/dev/null
done
fi
Show replies by date