Hi,
Hardware: Pi4.
Sofware: LE11 latest stable version.
Steps to reproduce:
- SSH into Libreelec
- Mount /flash and edit cmdline.txt
LibreELEC:~ # mount -o remount,rw /flash
LibreELEC:~ # nano /flash/cmdline.txt
Locate end of cmdline.txt
Change: video=HDMI-A-1:D
to:
video=HDMI-A-1:720x576@50iD
Save (ctrl+y)
mount /flash readonly
mount -o remount,ro /flash
Reboot Librelec.
Expected result:
-> boot in 720x576 interlaced
Actual result:
-> boot in 720x576 progressive
That is wrong! it must be interlaced.
When Kodi boots all is well, because I have cloned the HDMI edid and I enforce a 720x576 interlaced resolution.
Full cmdline.txt below
boot=UUID=1108-5701 disk=UUID=3542a3ff-9e05-4d2b-80ce-0438958f4de6 quiet drm.edid_firmware=HDMI-A-1:edid/edid-HDMI-A-1.bin video=HDMI-A-1:720x576@50iD
I made two Screenshots. Look at upper left corner.
The Pi4 is connected to a flatscreen TV with it's HDMI input.
(if I connect it to my retro CRT I can take a picture of "no picture"during boot lol )
1. during boot (wrong):
2. When Kodi is started. (fine)
Am i overlooking something?
Is this a bug?
Would you want to try to reproduce this issue on your hardware for me?
Greetings & thanks for the effort!