From ade454d70136eb242f5c907d05c25daf0a9b6733 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Tue, 19 Mar 2024 10:01:01 -0700 Subject: [PATCH] Update v2.md Added resolution limitation --- docs/v2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/v2.md b/docs/v2.md index 050648b0..8fa1abd4 100644 --- a/docs/v2.md +++ b/docs/v2.md @@ -155,6 +155,10 @@ ----- +## Video modes + +PiKVM V2 like the V3, supports maximum resolution 1920x1080@50Hz, 60Hz will not work. You can use any other resolution less than the specified one, for example: 1600x1200@60Hz, 1280x720@60Hz, etc. If you have problems with the video (CSI ONLY), follow [this guide](edid.md). + ## First launch and usage {!_diy_first_launch.md!}