From 56af3fcbadd4be23ec1169af6d8ed2d7af828d7c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 21 Mar 2024 21:39:13 +0200 Subject: [PATCH] update --- docs/v1.md | 9 +++++++++ docs/v2.md | 7 ++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/v1.md b/docs/v1.md index dbfc46e..9470901 100644 --- a/docs/v1.md +++ b/docs/v1.md @@ -121,6 +121,15 @@ {!_diy_wiring_atx.md!} +----- +## Video modes + +PiKVM V2 with CSI bridge can only handle the maximum resolution 1920x1080@50Hz, 60Hz is not supported due hardware limitation. +You can use any other resolution less than the specified one, for example 8120x720@60Hz. + +If you have any problems with video on CSI bridge, follow [this guide](edid.md). + + ----- ## First launch and usage diff --git a/docs/v2.md b/docs/v2.md index 8fa1abd..c9cceaf 100644 --- a/docs/v2.md +++ b/docs/v2.md @@ -157,8 +157,13 @@ ----- ## 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). +PiKVM V2 with CSI bridge can only handle the maximum resolution 1920x1080@50Hz, 60Hz is not supported due hardware limitation. +You can use any other resolution less than the specified one, for example 8120x720@60Hz. +If you have any problems with video on CSI bridge, follow [this guide](edid.md). + + +----- ## First launch and usage {!_diy_first_launch.md!}