Would it be a bad idea for me to edit /etc/grub.d/10_linux to change:
# Use a simple linear framebuffer appropriate to the platform if support
# for it is known to be built into the kernel. We need it to be built-in
# rather than modular, as otherwise early output from the kernel won't
# work.
if [ "x$GRUB_GFXPAYLOAD_LINUX" = x ]; then
cat << EOF
load_video
EOF
if [ "x$LINUX_CONFIG_FB" != x ] \
&& grep -qx "$LINUX_CONFIG_FB=y" /boot/config-${version} 2> /dev/null \
&& grep -qx "CONFIG_VT_HW_CONSOLE_BINDING=y" /boot/config-${version} 2>
/dev/null; then
cat << EOF
EOF
fi
else
cat << EOF
set gfxpayload=$GRUB_GFXPAYLOAD_LINUX
EOF
fi
changing set gfxpayload=keep to set gfxpayload=text?
--
[ATI] GPU lockup with gfxpayload=keep
https://bugs.launchpad.net/bugs/605614
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs