This commit is contained in:
Maxim Devaev 2025-04-29 19:35:39 +03:00
parent a2bf293bb2
commit 2023f84ecf
3 changed files with 20 additions and 39 deletions

15
docs/_fahrenheit.md Normal file
View File

@ -0,0 +1,15 @@
??? note "Choose Fahrenheit over Celsius to display on the OLED"
Create a directory for a configuration file:
```console
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
ExecStart=
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
```

View File

@ -226,24 +226,8 @@ For security's sake, it's best to change the default passwords immediately after
[root@pikvm ~]# systemctl enable --now kvmd-fan [root@pikvm ~]# systemctl enable --now kvmd-fan
[root@pikvm ~]# ro [root@pikvm ~]# ro
``` ```
??? note "How to set up Fahrenheit on the OLED"
Create a directory for a configuration file: {!_fahrenheit.md!}
```console
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
ExecStart=
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
```
Then run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
## Further steps ## Further steps

View File

@ -218,29 +218,11 @@ For security's sake, it's best to change the default passwords immediately after
3. **Configure hardware**: 3. **Configure hardware**:
- Set up [ATX connection](atx_board.md). - Set up [ATX connection](atx_board.md).
- Configure [DIP switches](dip_switches.md)
- Install and set up [Wi-Fi antenna](wifi.md). - Install and set up [Wi-Fi antenna](wifi.md).
- Install and set up [LTE/5G modem](modem.md) (**only for PiKVM V4 Plus**). - Install and set up [LTE/5G modem](modem.md) (**only for PiKVM V4 Plus**).
- Set up [USB 3.0](usb3v4.md) (**only for PiKVM V4 Plus**). - Set up internal [USB 3.0](usb3v4.md) port if you need (**only for PiKVM V4 Plus**).
- Choose Fahrenheit over Celsius to display on the OLED: - Learn about [DIP switches](dip_switches.md).
- {!_fahrenheit.md!}
??? note "How to set up Fahrenheit on the OLED"
Create a directory for a configuration file:
```console
[root@pikvm ~]# mkdir -p /etc/systemd/system/kvmd-oled.service.d
```
Create file `/etc/systemd/system/kvmd-oled.service.d/override.conf`:
```ini
[Service]
ExecStart=
ExecStart=/usr/bin/kvmd-oled --clear-on-exit --fahrenheit
```
Then run `systemctl restart kvmd-oled`. In some cases, if you still do not see Fahrenheit being displayed, reboot the device.
## Known issues and limitations ## Known issues and limitations
@ -261,4 +243,4 @@ For security's sake, it's best to change the default passwords immediately after
## Getting user support ## Getting user support
If something doesn't work, check out our [FAQ](faq.md). Otherwise, head straight to our [Discord chat](https://discord.gg/bpmXfz5). If something doesn't work, check out our [FAQ](faq.md). Otherwise, head straight to our [Discord chat](https://discord.gg/bpmXfz5).