mirror of https://github.com/jetkvm/kvm.git
Update default EDID to 1920x1080@60Hz
Previous EDID was configured for 29.95Hz (30 FPS). Updated to standard 1920x1080@60Hz using CEA timing (148.5 MHz pixel clock, 2200x1125 total) for smoother video capture.
This commit is contained in:
parent
2ef6cb2d4d
commit
60fcd91377
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
const sleepModeFile = "/sys/devices/platform/ff470000.i2c/i2c-4/4-000f/sleep_mode"
|
||||
|
||||
const DefaultEDID = "00ffffffffffff0052627698008888882d1e0103800000781aee91a3544c99260f50547fef8081c08140810081809500a9c081406140271f80f07138164038c0350000000000001eec2c80a070381a403020350000000000001e000000fc004a65744b564d0a202020202020000000fd00185a125010000a20202020202001e502031ef14b010204131f2021223c3d3e2309070766030c00300080e2007f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008e"
|
||||
const DefaultEDID = "00ffffffffffff0052627698008888882d1e0103800000781aee91a3544c99260f50547fef8081c08140810081809500a9c081406140023a801871382d40582c450000000000001eec2c80a070381a403020350000000000001e000000fc004a65744b564d0a202020202020000000fd00185a125010000a202020202020011402031ef14b010204131f2021223c3d3e2309070766030c00300080e2007f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008e"
|
||||
|
||||
var extraLockTimeout = 5 * time.Second
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue