mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
b60c9a9160
commit
c3bec6f888
|
|
@ -173,10 +173,10 @@ ol li::marker {
|
||||||
border-left-width: 16px;
|
border-left-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-typeset li p+details,
|
.md-typeset li>p+details,
|
||||||
.md-typeset li p+.admonition,
|
.md-typeset li>p+.admonition,
|
||||||
.md-typeset li details:only-child,
|
.md-typeset li>details:only-child,
|
||||||
.md-typeset li .admonition:only-child {
|
.md-typeset li>.admonition:only-child {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
44
docs/v1.md
44
docs/v1.md
|
|
@ -264,32 +264,34 @@ To do that:
|
||||||
|
|
||||||
- **Get to know PiKVM Web UI**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
|
- **Get to know PiKVM Web UI**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
|
||||||
|
|
||||||
- ??? note "Note for the HDMI-USB dongle"
|
- Tune the HDMI dongle capture device if you're using it:
|
||||||
|
|
||||||
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected.
|
??? note "Persistent HDMI cable connection with USB dongle"
|
||||||
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:
|
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected.
|
||||||
```console
|
This may lead to the fact that if you boot the server without an active stream, the server will not detect
|
||||||
[root@pikvm ~]# rw
|
your capture card. This is easy to fix:
|
||||||
```
|
|
||||||
|
|
||||||
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
* Switch filesystem to RW-mode:
|
||||||
```yaml
|
```console
|
||||||
kvmd:
|
[root@pikvm ~]# rw
|
||||||
streamer:
|
```
|
||||||
forever: true
|
|
||||||
cmd_append: [--slowdown]
|
|
||||||
```
|
|
||||||
|
|
||||||
* Finish:
|
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
||||||
```console
|
```yaml
|
||||||
[root@pikvm ~]# ro
|
kvmd:
|
||||||
[root@pikvm ~]# systemctl restart kvmd
|
streamer:
|
||||||
```
|
forever: true
|
||||||
|
cmd_append: [--slowdown]
|
||||||
|
```
|
||||||
|
|
||||||
* Check that everything is working.
|
* Finish:
|
||||||
|
```console
|
||||||
|
[root@pikvm ~]# ro
|
||||||
|
[root@pikvm ~]# systemctl restart kvmd
|
||||||
|
```
|
||||||
|
|
||||||
|
* Check that everything is working.
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
|
||||||
44
docs/v2.md
44
docs/v2.md
|
|
@ -295,32 +295,34 @@ To do that:
|
||||||
|
|
||||||
- **Get to know PiKVM Web UI**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
|
- **Get to know PiKVM Web UI**: read [this help section](webui.md) to better understand all the possibilities of the web user interface.
|
||||||
|
|
||||||
- ??? note "Note for the HDMI-USB dongle"
|
- Tune the HDMI dongle capture device if you're using it:
|
||||||
|
|
||||||
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected.
|
??? note "Persistent HDMI cable connection with USB dongle"
|
||||||
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:
|
Many USB video capture devices tell the server's video card that the HDMI cable is supposedly disconnected.
|
||||||
```console
|
This may lead to the fact that if you boot the server without an active stream, the server will not detect
|
||||||
[root@pikvm ~]# rw
|
your capture card. This is easy to fix:
|
||||||
```
|
|
||||||
|
|
||||||
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
* Switch filesystem to RW-mode:
|
||||||
```yaml
|
```console
|
||||||
kvmd:
|
[root@pikvm ~]# rw
|
||||||
streamer:
|
```
|
||||||
forever: true
|
|
||||||
cmd_append: [--slowdown]
|
|
||||||
```
|
|
||||||
|
|
||||||
* Finish:
|
* Edit file `/etc/kvmd/override.yaml` and add these lines:
|
||||||
```console
|
```yaml
|
||||||
[root@pikvm ~]# ro
|
kvmd:
|
||||||
[root@pikvm ~]# systemctl restart kvmd
|
streamer:
|
||||||
```
|
forever: true
|
||||||
|
cmd_append: [--slowdown]
|
||||||
|
```
|
||||||
|
|
||||||
* Check that everything is working.
|
* Finish:
|
||||||
|
```console
|
||||||
|
[root@pikvm ~]# ro
|
||||||
|
[root@pikvm ~]# systemctl restart kvmd
|
||||||
|
```
|
||||||
|
|
||||||
|
* Check that everything is working.
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue