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 /EFI/BOOT/theme | |
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 'EFI/BOOT/theme')
-rw-r--r-- | EFI/BOOT/theme/dejavusansmono.pf2 | bin | 121271 -> 0 bytes | |||
-rw-r--r-- | EFI/BOOT/theme/liveslak.txt | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/EFI/BOOT/theme/dejavusansmono.pf2 b/EFI/BOOT/theme/dejavusansmono.pf2 Binary files differdeleted file mode 100644 index 008acd4..0000000 --- a/EFI/BOOT/theme/dejavusansmono.pf2 +++ /dev/null diff --git a/EFI/BOOT/theme/liveslak.txt b/EFI/BOOT/theme/liveslak.txt index d11a5b1..ec2bcf9 100644 --- a/EFI/BOOT/theme/liveslak.txt +++ b/EFI/BOOT/theme/liveslak.txt @@ -7,7 +7,7 @@ #title-text: "GRUB Slackware Live Edition" title-text: "" #title-font: "Unknown Regular 16" -title-font: "DejaVu Sans Mono 10" +title-font: "DejaVu Sans Mono Bold 12" title-color: "#5569B9" desktop-image: "/EFI/BOOT/theme/swlogog.png" desktop-color: "#000000" @@ -19,7 +19,7 @@ desktop-color: "#000000" width = 70% height = 45% #item_font = "Unknown Regular 16" - item_font = "DejaVu Sans Mono 10" + item_font = "DejaVu Sans Mono Bold 12" item_color = "lightgrey" selected_item_color = "red" item_height = 15 @@ -36,7 +36,7 @@ desktop-color: "#000000" top = 85% height = 5 #font = "Unknown Regular 16" - font = "DejaVu Sans Mono 5" + font = "DejaVu Sans Mono Regular 5" text_color = "red" fg_color = "#5569B9" bg_color = "#000000" |