by graysky » Sun Jan 02, 2022 1:24 pm
$this->bbcode_second_pass_quote('unformatted', 'U')sing kms can be a real pita because it heavily relies on your monitor's EDID reporting capabilities. At least the blanking screen issue has been resolved but with the new kernel my monitor cannot be used with kms. From the frying pan into the fire..
I have a TV connected that does not play well with the RPi4/kms. If I boot the Pi4 with the TV off, it is not detected at all. I had to extract the edid from the monitor and load it manually. You can try what I do.
1. Turn the monitor/TV on and be connected (I use the uHDMI closest to the power connector)
2. Run this
cp /sys/devices/platform/gpu/drm/card1/card1-HDMI-A-1/edid /lib/firmware/edid.dat3. Edit
/boot/cmdline.txt appending
drm.edid_firmware=edid.dat video=HDMI-A-1:D to the end of the line (note there is a leading space in there)
4. Reboot
Any change?