vinceliuice / grub2-themes

Modern Design theme for Grub2
GNU General Public License v3.0
3.41k stars 240 forks source link

Ratio not displayed properly on 3440x1440 #173

Open wxrl opened 2 years ago

wxrl commented 2 years ago

Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux

GRUB_DISABLE_LINUX_UUID=true

Uncomment to disable generation of recovery mode menu entries

GRUB_DISABLE_RECOVERY="true"

Uncomment to get a beep at grub start

GRUB_INIT_TUNE="480 440 1"

GRUB_THEME="/boot/grub/themes/tela/theme.txt"


* **Actual Display Results**
  * Resolution of background picture (/boot/grub/themes/tela/background.jpg) confirmed as 3440x1440, and the actual display of the background seems proper.
  * **Icons and fonts seem wider (stretched)** than normal as shown in the picture. Also icons and fonts are bigger than expected (regarding the default font size set in tela theme), and fonts are NOT smooth...
![ultrawide2k](https://user-images.githubusercontent.com/81678209/182062684-29e8bdb1-b374-4b48-81ac-4d36ab963b94.jpg)
wxrl commented 2 years ago

Tried with changing GRUB_GFXMODE=3440x1440,auto to GRUB_GFXMODE=3440x1440x32,auto as well as GRUB_GFXMODE=3440x1440x32 and re-mkconfig by sudo grub-mkconfig -o /boot/grub/grub.cfg, but neither improved.