From cbac5f81e575c0301003a77d3b897294b2ee4ef4 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 30 Apr 2017 21:35:07 +0100 Subject: Try explicit screen resolutions for UEFI boot menu. Some machines default to 640x480, which isn't large enough for the maggy theme. So prefer 1024x768, then 800x600, before falling back to the machine default. --- files/UEFI/EFI/BOOT/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/UEFI/EFI/BOOT/grub.cfg b/files/UEFI/EFI/BOOT/grub.cfg index c9d09fe..15ead21 100644 --- a/files/UEFI/EFI/BOOT/grub.cfg +++ b/files/UEFI/EFI/BOOT/grub.cfg @@ -9,7 +9,7 @@ insmod font if loadfont ${prefix}/fonts/unicode.pf2 then insmod gfxterm - set gfxmode=auto + set gfxmode=1024x768,800x600,auto set gfxpayload=keep terminal_output gfxterm fi -- cgit v1.2.1