From aa6edeeaa4ad825c8f0a30fd8dc7942b6bdb81b7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 6 Dec 2019 14:01:23 +0800 Subject: [PATCH] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ee448..a172d5c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ For example: sudo ./install.sh -r -t -## Set the right resolution of your display +## Display resolution issues +#### 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,