mirror of
https://github.com/pikvm/pikvm.git
synced 2024-04-21 12:41:58 +00:00
Update FAQ - Disable OLED display (#1006)
This commit is contained in:
+7
-2
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user