[Bug 605614] Re: [ATI] GPU lockup with gfxpayload=keep
andrew thomas
atswartz at gmail.com
Thu Jul 15 13:36:06 UTC 2010
# 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.
Sorry I made an error in my cut and paste
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
set gfxpayload=text # change keep to text?
EOF
fi
else
cat << EOF
set gfxpayload=$GRUB_GFXPAYLOAD_LINUX
EOF
fi
--
[ATI] GPU lockup with gfxpayload=keep
https://bugs.launchpad.net/bugs/605614
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list