From b35cbeb4ac3cb95a6d33c458cd6ca84bd5a9b848 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 11 Apr 2024 19:02:41 +0300 Subject: [PATCH] update --- docs/pass.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pass.md b/docs/pass.md index 5bea4f4..3f6db9c 100644 --- a/docs/pass.md +++ b/docs/pass.md @@ -35,7 +35,7 @@ This is shown more clearly below: 4. Switch filesystem to RW-mode: ```console - # rw + [root@pikvm ~]# rw ``` 3. Make sure that you have these lines in `/boot/config.txt`, add them if not: @@ -60,8 +60,8 @@ This is shown more clearly below: 5. Disable old alpha passthrough service and perform the soft reboot: ```console - # systemctl disable kvmd-pass - # reboot + [root@pikvm ~]# systemctl disable kvmd-pass + [root@pikvm ~]# reboot ``` After rebooting, you will see an image on the physical display. @@ -77,9 +77,9 @@ To avoid this, you can change the resolution of the host OS, or if the OS does n disable the 1920x1200 mode on PiKVM itself: ```console -# rw -# kvmd-edidconf --import-preset=v4plus.no-1920x1200 # Or v4mini.no-1920x1200 -# reboot +[root@pikvm ~]# rw +[root@pikvm ~]# kvmd-edidconf --import-preset=v4plus.no-1920x1200 # Or v4mini.no-1920x1200 +[root@pikvm ~]# reboot ```