AdisonCavani / distro-grub-themes

A pack of GRUB2 themes for each Linux distribution
https://k1ng.dev/distro-grub-themes
GNU General Public License v3.0
887 stars 55 forks source link

problem with resolution #52

Closed jony127 closed 2 years ago

jony127 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jony127 commented 2 years ago

Hello.

I have installed this theme in debian 11 but I have a problem with the resolution. It happens to me something similar to what is exposed in another post https://github.com/AdisonCavani/distro-grub-themes/issues/28

The screenshot that he exposes is similar to mine, the letters are cut off. I have installed it on a laptop with 1366x768 resolution. I have added that resolution to the grub configuration file but it doesn't work.

Translated with www.DeepL.com/Translator (free version)

AdisonCavani commented 2 years ago

You can edit Grub entry name with Grub Customizer to shorter one, or edit width of the gray bar: edit theme.txt and change this line in boot_menu:

width = 27%

1366×768 is 16:9 aspect ratio, so you shouldn't have black bars in Grub. You can check your Grub resolution in /etc/default/grub. It should be:

GRUB_GFXMODE=1366×768
jony127 commented 2 years ago

ok thanks, it was solved by modifying the width value