mirror of https://github.com/jetkvm/kvm.git
Update DefaultEDID to force 60Hz video output
Replace EDID with version that only advertises 60Hz timing modes (1920x1080@60Hz and 1280x720@60Hz), removing the 1920x1080@50Hz mode that was causing HDMI sources to prefer 50fps over 60fps output.
This commit is contained in:
parent
d4bd9dbc33
commit
818a2ca050
|
|
@ -8,7 +8,7 @@ import (
|
||||||
|
|
||||||
const sleepModeFile = "/sys/devices/platform/ff470000.i2c/i2c-4/4-000f/sleep_mode"
|
const sleepModeFile = "/sys/devices/platform/ff470000.i2c/i2c-4/4-000f/sleep_mode"
|
||||||
|
|
||||||
const DefaultEDID = "00ffffffffffff0052627698008888882d1e0103800000781aee91a3544c99260f50547fef8081c08140810081809500a9c081406140023a801871382d40582c450000000000001eec2c80a070381a403020350000000000001e000000fc004a65744b564d0a202020202020000000fd00185a125010000a202020202020011402031ef14b010204131f2021223c3d3e2309070766030c00300080e2007f000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008e"
|
const DefaultEDID = "00ffffffffffff0052620188008888881c150103800000780a0dc9a05747982712484c00000001010101010101010101010101010101023a801871382d40582c4500c48e2100001e011d007251d01e206e285500c48e2100001e000000fc00543734392d6648443732300a20000000fd00147801ff1d000a202020202020017b"
|
||||||
|
|
||||||
var extraLockTimeout = 5 * time.Second
|
var extraLockTimeout = 5 * time.Second
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue