update
This commit is contained in:
parent
3f09861c93
commit
1bb711494b
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ For example:
|
||||||
sudo ./install.sh -r -t
|
sudo ./install.sh -r -t
|
||||||
|
|
||||||
## Set the right resolution of your display
|
## Set the right resolution of your display
|
||||||
On the grub screen, `press c` to get the commandline
|
On the grub screen, `press c` to get the commandline,
|
||||||
and enter `vbeinfo` to check what resolutions you can use
|
and enter `vbeinfo` to check what resolutions you can use,
|
||||||
then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it
|
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
|
last you can run `grub-mkconfig -o /boot/grub/grub.cfg` to update your grub.cfg.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue