From e097d633220a415704f1c1f5e654f4eccc83e9ac Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 1 Jan 2016 17:51:00 +0100 Subject: Generate our own Grub font files, to fix the bad font rendering at UEFI boot. Slackware's shipped Grub font is 19 point in size which does not scale well. Research and proposed patch by Didier Spaier. --- grub.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'grub.tpl') diff --git a/grub.tpl b/grub.tpl index cfecd04..9652ff2 100644 --- a/grub.tpl +++ b/grub.tpl @@ -27,7 +27,9 @@ fi # Determine whether we can show a graphical themed menu: insmod font -if loadfont $grubdir/theme/dejavusansmono.pf2 ; then +if loadfont $grubdir/theme/dejavusansmono12.pf2 ; then + loadfont $grubdir/theme/dejavusansmono10.pf2 + loadfont $grubdir/theme/dejavusansmono5.pf2 set gfxmode=auto,640x480 export gfxmode # (U)EFI requirement: must support all_video: -- cgit v1.2.3