mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
a2bf293bb2
commit
2023f84ecf
|
|
@ -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
|
||||||
|
```
|
||||||
18
docs/v3.md
18
docs/v3.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
26
docs/v4.md
26
docs/v4.md
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue