This commit is contained in:
vinceliuice 2019-11-09 08:41:23 +08:00
parent 3f09861c93
commit 1bb711494b

View File

@ -36,10 +36,10 @@ For example:
sudo ./install.sh -r -t
## Set the right resolution of your display
On the grub screen, `press c` to get the commandline
and enter `vbeinfo` to check what resolutions you can use
then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it
last you can run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub.cfg
On the grub screen, `press c` to get the commandline,
and enter `vbeinfo` to check what resolutions you can use,
then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it,
last you can run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub.cfg.
## Screenshots