Revert "Keep the native terminal active when enabling gfxterm"
authordann frazier <dann.frazier@canonical.com>
Fri, 2 Mar 2018 17:02:19 +0000 (10:02 -0700)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 5 Mar 2018 14:26:42 +0000 (15:26 +0100)
This can cause an issue where GRUB is trying to display both a text and
graphical menu on the display at the same time, resulting in a flickering
effect when e.g. scrolling quickly through a menu (LP: #1752767).

Revert for now while we look for a better solution for the original issue.

This reverts commit 52ef7b23f528ce844716661d586497a177e80d5b.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub.d/00_header.in

index 8d46fc9..93a9023 100644 (file)
@@ -221,7 +221,7 @@ case x${GRUB_TERMINAL_OUTPUT} in
   ;;
   x*)
     cat << EOF
-terminal_output --append ${GRUB_TERMINAL_OUTPUT}
+terminal_output ${GRUB_TERMINAL_OUTPUT}
 EOF
   ;;
 esac