Use 16x9 background in GRUB
And try to force the resolution to match.
This commit is contained in:
parent
bc1eb8987d
commit
7e1f0a90a6
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Global Property
|
# Global Property
|
||||||
title-text: ""
|
title-text: ""
|
||||||
desktop-image: "/boot/grub/themes/kali/grub-background.png"
|
desktop-image: "/boot/grub/themes/kali/grub-16x9.png"
|
||||||
desktop-color: "#ff0000"
|
desktop-color: "#ff0000"
|
||||||
terminal-font: "Unifont Regular 16"
|
terminal-font: "Unifont Regular 16"
|
||||||
terminal-left: "0"
|
terminal-left: "0"
|
||||||
|
|||||||
2
TODO
2
TODO
@ -1,4 +1,2 @@
|
|||||||
- Add the missing files in kali-logos (compare to
|
- Add the missing files in kali-logos (compare to
|
||||||
/usr/share/desktop-base/debian-logos/).
|
/usr/share/desktop-base/debian-logos/).
|
||||||
- Create /boot/grub/themes/kali/grub-background.png image by copying over
|
|
||||||
either the 4x3 or 16x9 version depending on screen size.
|
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
GRUB_THEME=/boot/grub/themes/kali/theme.txt
|
# Try to force a 16x9 mode first, then 16x10, then default
|
||||||
|
GRUB_GFXMODE="1920x1080,1280x720,1280x800,auto"
|
||||||
|
GRUB_THEME="/boot/grub/themes/kali/theme.txt"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user