summaryrefslogtreecommitdiffstats
path: root/grub.tpl
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-01-01 17:51:00 +0100
committer Eric Hameleers <alien@slackware.com>2016-01-01 17:51:00 +0100
commite097d633220a415704f1c1f5e654f4eccc83e9ac (patch)
tree40faa124626373145e78e01a0820c5f32257d3e3 /grub.tpl
parentf25356376a1e868c27d28dee7fce11ee4c357fca (diff)
downloadliveslak-e097d633220a415704f1c1f5e654f4eccc83e9ac.tar.gz
liveslak-e097d633220a415704f1c1f5e654f4eccc83e9ac.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--grub.tpl4
1 files changed, 3 insertions, 1 deletions
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: