From 9491e11f07a91bbce06567f2dddb313043d0e4ee Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 2 Jan 2022 17:05:23 -0800 Subject: [PATCH] Update edid.md (#593) * Update edid.md Added verbiage for clarity * Update edid.md --- docs/edid.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/edid.md b/docs/edid.md index c1ac88e4..4c88b50d 100644 --- a/docs/edid.md +++ b/docs/edid.md @@ -1,5 +1,9 @@ # EDID +!!! warning + This will only apply to the CSI/v3 models, USB is not compatable. + + EDID is information about the video modes supported by the video capture device. In the case of PiKVM, this is an HDMI CSI bridge. Usually, you don't need to change this, since the default configuration is quite flexible, but sometimes, for example for strange UEFIs/BIOSes, this may be necessary (the [story](https://github.com/pikvm/pikvm/issues/78)).