From f134269e445c7bec167b9cc2ee999e7c48e1fc44 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 8 Jun 2023 21:15:25 +0300 Subject: [PATCH] fix --- docs/faq.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index b7aa48b..cada9f7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -123,14 +123,12 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "How do I blank the oled screen?" Please run the following: ``` - /usr/bin/kvmd-oled --height=32 --interval=5 --clear-on-exit --text="turn off in 5s" - systemctl disable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown + # systemctl disable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown + # kvmd-oled --height=32 --interval=0 --clear-on-exit --text=x ``` - Then shutdown your pikvm by running `shutdown -h now` and unplugging the power supply to power cycle the display. - To re-enable the OLED display: - + To re-enable the display: ``` - systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown + # systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown ``` ??? question "How do I rotate the OLED display?"