mirror of https://github.com/pikvm/pikvm.git
Update README.md
This commit is contained in:
parent
9c0cc01c59
commit
1c6438ae61
34
README.md
34
README.md
|
|
@ -281,23 +281,23 @@ See video how-tos:
|
||||||
<details>
|
<details>
|
||||||
<summary>:exclamation:Click to show:exclamation:</summary>
|
<summary>:exclamation:Click to show:exclamation:</summary>
|
||||||
|
|
||||||
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected. This may lead to the fact that if you boot the server without an active stream, the server will not detect your capture card. This is easy to fix:
|
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected. This may lead to the fact that if you boot the server without an active stream, the server will not detect your capture card. This is easy to fix:
|
||||||
* Switch filesystem to RW-mode:
|
* Switch filesystem to RW-mode:
|
||||||
```
|
```
|
||||||
# rw
|
# rw
|
||||||
```
|
```
|
||||||
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
||||||
```yaml
|
```yaml
|
||||||
kvmd:
|
kvmd:
|
||||||
streamer:
|
streamer:
|
||||||
forever: true
|
forever: true
|
||||||
cmd_append: [--slowdown]
|
cmd_append: [--slowdown]
|
||||||
```
|
```
|
||||||
* Finish:
|
* Finish:
|
||||||
```
|
```
|
||||||
# ro
|
# ro
|
||||||
# systemctl restart kvmd
|
# systemctl restart kvmd
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
6. If you are a happy **PiKVM v3 HAT** user then we have a [special guide for you](https://docs.pikvm.org/v3).
|
6. If you are a happy **PiKVM v3 HAT** user then we have a [special guide for you](https://docs.pikvm.org/v3).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue