Display boot logo Libreelec.

  • Problem

    Issue with selecting 575i video mode during boot of the Rasberry Pi 4.

    I have the following in cmdline.txt:

    Code
    boot=UUID=<uuid value here> quiet video=HDMI-A-1:720x576@50iD

    Expected: See the Libreelec logo in 576i.

    Result: The output switches to 576p

    Picture comes on fine in 576i, when Kodi is booted.

    But during boot, video is in 576p mode.

    How to reproduce: add to /flash/cmdline.txt

    Code
    video=HDMI-A-1:720x576@50iD

    Can you reproduce this issue?


    Greetings & many thanks!

  • Hi Chewitt,

    Thank you for your reply.

    I know, but thanks for the clarification.

    That Kodi overrides the set resolution is actually a good thing in this case.

    With Libreelec 11, the interlaced display mode, now works.

    (see: LE 10 beta for i4 force hdmi resolution )

    The command during kernel boot is what is displaying the wrong output mode.

    I ask for 720x576iD in the kernel DRM. Notice the letter i between the numbers 576 and D.

    And I get a 720x576p resolution instead. I could be wrong, but this not what I asked in the kernel drm...

    Anyone who wants to add

    Code
    video=HDMI-A-1:720x576@50iD

    to his cmdline.txt ?

    Then Kodi starts, and "takes over" set the video resolution

    to 576i (good!)

    So basically, at boot up and shut down, our video output

    is "mangled" to 576p (unwanted - the TV can't handle that)

    and when Kodi is started it's Okay, because it's overridden the initial kernel DRM with the correct 576i output.


    Greetings