and why do I need 'vc4.force_hotplug=1/2/3' in addition?Two different things.so what is the correct syntax:orCode:
drm.edid_firmware=HDMI-A-1:rubbish.bin video=HDMI-A-1:D
Code:
drm.edid_firmware=HDMI-A-1:rubbish.bin
"drm.edid_firmware=HDMI-A-1:rubbish.bin" will read /lib/firmware/rubbish.bin instead of reading it from the display. If the display is doing HPD and similar correctly but either not supplying an EDID, or the EDID is corrupt/incorrect, then this is the best solution.
"video=HDMI-A-1:D" ignores HPD and enables the output.
If you also specify a resolution/refresh rate then it will either mark that WxH@refresh found in the EDID as the preferred mode, or it will create a new mode using either GTF or CVT formulae and mark that as preferred.
Statistics: Posted by aBUGSworstnightmare — Thu May 16, 2024 6:39 pm