update
This commit is contained in:
parent
7a00df2787
commit
3f09861c93
1 changed files with 6 additions and 0 deletions
|
@ -35,6 +35,12 @@ For example:
|
||||||
|
|
||||||
sudo ./install.sh -r -t
|
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
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
### Vimix grub theme
|
### Vimix grub theme
|
||||||
|
|
Loading…
Reference in a new issue