mirror of https://github.com/pikvm/pikvm.git
update
This commit is contained in:
parent
f7d7abc370
commit
5c46295ba9
12
docs/edid.md
12
docs/edid.md
|
|
@ -23,7 +23,17 @@ You can also apply the new EDID without rebooting to make sure it works:
|
||||||
|
|
||||||
## Default EDID
|
## Default EDID
|
||||||
|
|
||||||
If for some reason you need to go back to the default EDID (changing attached device etc), you can find it locally on the Pi at `/usr/share/kvmd/configs.default/kvmd/edid` or in the [kvmd repo](https://github.com/pikvm/kvmd/blob/master/configs/kvmd/edid).
|
If you need to restore the default EDID you can easily do this with `kvmd-edidconf`, for example:
|
||||||
|
|
||||||
|
```console
|
||||||
|
# rw
|
||||||
|
# kvmd-edidconf --restore-default=v4plus
|
||||||
|
# reboot
|
||||||
|
```
|
||||||
|
Available options: `v0`, `v1`, `v2`, `v3`, `v4mini` and `v4plus`.
|
||||||
|
|
||||||
|
Also defaults edid can be found locally on your PiKVM: `/usr/share/kvmd/configs.default/kvmd/edid`,
|
||||||
|
or in the [kvmd repo](https://github.com/pikvm/kvmd/blob/master/configs/kvmd/edid).
|
||||||
|
|
||||||
|
|
||||||
## EDID examples for V4+
|
## EDID examples for V4+
|
||||||
|
|
|
||||||
|
|
@ -69,13 +69,6 @@
|
||||||
8. Explore the features of PiKVM using the site's table of contents and have fun!
|
8. Explore the features of PiKVM using the site's table of contents and have fun!
|
||||||
|
|
||||||
|
|
||||||
-----
|
|
||||||
## Video modes
|
|
||||||
|
|
||||||
Both PiKVM V4 Mini and Plus devices support a resolution 1920x1200, however, for compatibility reasons, the default configuration uses 1920x1080.
|
|
||||||
To enable 1920x1200, follow [this guide](edid.md).
|
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
## ATX connection
|
## ATX connection
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue