diff --git a/README.md b/README.md index c8c975b..0fd2de7 100644 --- a/README.md +++ b/README.md @@ -281,23 +281,23 @@ See video how-tos:
:exclamation:Click to show:exclamation: - 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: - ``` - # rw - ``` - * Edit file `/etc/kvmd/override.yaml` and add these lines: - ```yaml - kvmd: - streamer: - forever: true - cmd_append: [--slowdown] - ``` - * Finish: - ``` - # ro - # systemctl restart kvmd - ``` + 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: + ``` + # rw + ``` + * Edit file `/etc/kvmd/override.yaml` and add these lines: + ```yaml + kvmd: + streamer: + forever: true + cmd_append: [--slowdown] + ``` + * Finish: + ``` + # ro + # systemctl restart kvmd + ```
6. If you are a happy **PiKVM v3 HAT** user then we have a [special guide for you](https://docs.pikvm.org/v3).