diff options
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 |
commit | e097d633220a415704f1c1f5e654f4eccc83e9ac (patch) | |
tree | 40faa124626373145e78e01a0820c5f32257d3e3 /grub.tpl | |
parent | f25356376a1e868c27d28dee7fce11ee4c357fca (diff) | |
download | liveslak-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 'grub.tpl')
-rw-r--r-- | grub.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |