diff mbox series

Revert "Keep the native terminal active when enabling gfxterm"

Message ID 20180302170219.GA12793@xps13.dannf
State Accepted
Commit d73badfd0aa6683212136e8d6ef439070176722b
Headers show
Series Revert "Keep the native terminal active when enabling gfxterm" | expand

Commit Message

dann frazier March 2, 2018, 5:02 p.m. UTC
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>

---
 util/grub.d/00_header.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.16.2


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Comments

Daniel Kiper March 5, 2018, 4:01 p.m. UTC | #1
On Fri, Mar 02, 2018 at 10:02:19AM -0700, dann frazier wrote:
> 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.


Reverted. Please CC me next time.

Daniel

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
diff mbox series

Patch

diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in
index 8d46fc973..93a90233e 100644
--- a/util/grub.d/00_header.in
+++ b/util/grub.d/00_header.in
@@ -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