From 1c6438ae610a7f158b52db03eacf253c30ad5fa8 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 13 Oct 2021 06:03:30 +0300 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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).