From 9f9020479420e896b7b30232de6833127db33165 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 8 Jun 2023 14:12:08 -0400 Subject: [PATCH] Update FAQ - Disable OLED display (#1006) --- docs/faq.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 6df028a6..b7aa48b9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -126,8 +126,13 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht /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 ``` - - + 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: + + ``` + systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown + ``` + ??? question "How do I rotate the OLED display?" Please run the following: ```