Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.22k stars 41 forks source link

resolution too low --- everything is too big so the bottom line is under the buttons #46

Closed johanno closed 8 months ago

johanno commented 8 months ago

The boot menu overlaps the timer and stuff.

I will update videoinfo when I get to it. But if I remember correctly it was 1920x1080.

johanno commented 8 months ago

IMG_20231214_034753

IMG_20231214_034446

Lxtharia commented 8 months ago

Huh, it looks like your graphic card doesn't support any resolutions higher than 1024x768.

I also just learned that you can set fallback options in GRUB_GFXMODE like GRUB_GFXMODE=2560x1440,1024x768,auto. (https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Setting_the_framebuffer_resolution)

But nevertheless it will be stretched weirdly. I have to admit, that I don't really know what to do about it, sorry. (Maybe a bios update or something can help? Don't try it unless you did some research on this haha)

Let me know if you can make any progress on this!

johanno commented 8 months ago

I'd rather not change a working Bios for a cool grub menu. I'll try the fallback, but I probably will just leave it like that.

johanno commented 8 months ago

GRUB_GFXMODE=2560x1440,1024x768,auto

did the trick. nothing stretched. works fine

Lxtharia commented 8 months ago

Glad it worked out! :D