mirror of
https://github.com/pikvm/pikvm
synced 2024-11-01 09:20:17 +00:00
parent
973bf03fa3
commit
f535ecda52
13
docs/faq.md
13
docs/faq.md
@ -130,7 +130,17 @@ 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
|
||||
```
|
||||
|
||||
|
||||
??? question "How do I rotate the OLED display?"
|
||||
Please run the following:
|
||||
```
|
||||
1. mkdir -p /etc/systemd/system/kvmd-oled.service.d
|
||||
2. Create file /etc/systemd/system/kvmd-oled.service.d/override.conf:
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/kvmd-oled --height=32 --clear-on-exit --rotate=2
|
||||
```
|
||||
|
||||
??? question "I am getting a 500/503 error when I try and access the main KVM page!"
|
||||
The latest images take care of these issues, please reflash and edit, otherwise follow the below.
|
||||
This is due to your recent changes in your yaml file; you have to use spaces and NOT tabs.
|
||||
@ -168,7 +178,6 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
||||
* If you disable the service permanently, you can't recover your device via serial console if you need this.
|
||||
* There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations.
|
||||
|
||||
|
||||
## First steps
|
||||
|
||||
??? question "I can't find the PiKVM IP address in my network"
|
||||
|
Loading…
Reference in New Issue
Block a user