tomsom / yoga-linux

Run Linux on the Lenovo Yoga 7 14 (14ARB7) with AMD Ryzen 6800U (Rembrand).
https://github.com/tomsom/yoga-linux/wiki
56 stars 2 forks source link

GRUB scaling #1

Open GiHa opened 1 year ago

GiHa commented 1 year ago

Regarding to GRUB scaling problem: Set a GRUB_GFXMODE to a smaller resolution in /etc/default/grub.

GRUB_GFXMODE=1920x1200
GRUB_GFXPAYLOAD_LINUX=keep

Run grub-mkconfig -o /boot/grub/grub.cfg after making changes.

Source: https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Visual_configuration In Fedora it must be similar.

P.S. If you don't like to change the resolution you can play with themes and fonts like described here: https://wiki.archlinux.org/title/HiDPI#GRUB

tomsom commented 1 year ago

Hey, thank you for opening an issue :) (I didn't expected anyone to contribute; especially at the current state of the project) I haven't really looked into that so thanks for the hint, I'll make sure it works in Fedora when I get around to it. Best regards