From 33e88a798b2eae21cf2e923f5df9c2e8388363a3 Mon Sep 17 00:00:00 2001 From: Elian Van Cutsem Date: Sat, 25 Jan 2020 16:02:03 +0100 Subject: [PATCH] style changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 850bd98..661bd4a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Usage: `sudo ./install.sh` **[OPTIONS...]** | -h, --help | Show this help | For example: + 1. `Install Tela theme on 2k display device` sudo ./install.sh -t -2 @@ -37,7 +38,9 @@ For example: sudo ./install.sh -r -t ## Display resolution issues + #### Set the right resolution of your display + On the grub screen, `press c` to get the commandline, and enter `vbeinfo` or `videoinfo` on EFI boot to check what resolutions you can use, then edit `/etc/default/grub` , add your resolution `GRUB_GFXMODE=****x****x32` into it,