From 72966389d97dd2314be265308cde46076814e251 Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 21 Nov 2025 17:27:04 +0200 Subject: [PATCH] Update default EDID to JetKVM 1920x1080@60Hz with audio support Changes default EDID to JetKVM branded display configuration: - Display name: JetKVM - Full HD resolution (1920x1080@60Hz) - Digital RGB 8-bit color support - CEA-861 extension with PCM audio capability - Broader compatibility with source devices This EDID declares audio support which may improve HDMI audio detection on certain source hardware. --- internal/native/video.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/native/video.go b/internal/native/video.go index 1eace71c..7c9a4b26 100644 --- a/internal/native/video.go +++ b/internal/native/video.go @@ -8,7 +8,7 @@ import ( const sleepModeFile = "/sys/devices/platform/ff470000.i2c/i2c-4/4-000f/sleep_mode" -const DefaultEDID = "00ffffffffffff0031d8010001000000011e0104803420782eee91a3544c99260f5054210800d1c081c0a9c0b3009500818001010101023a801871382d40582c450000000000001e1a3c802078b023403020360000000000001a000000fc004a65746b564d2048444d490a20000000fd001878188716000a20202020202001e0020318f1230906074f0102030405101f11121314202122060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000079" +const DefaultEDID = "00ffffffffffff0052627698008888882d1e0103800000781aee91a3544c99260f50547fef8081c08140810081809500a9c081406140271f80f07138164038c0350000000000001eec2c80a070381a403020350000000000001e000000fc004a65744b564d0a202020202020000000fd00185a125010000a20202020202001e502031ef14b010204131f2021223c3d3e2309070766030c00300080e2007f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008e" var extraLockTimeout = 5 * time.Second