On Wed, May 24, 2023 at 12:52 PM Michael Opdenacker via lists.yoctoproject.org wrote: > Hi Khem, > > On 24.05.23 at 18:46, Khem Raj wrote: > > On Wed, May 24, 2023 at 3:24 AM Michael Opdenacker via > > lists.yoctoproject.org > > wrote: > >> Greetings, > >> > >> I wanted to customize the boot splash image for an i.MX6 system. > >> > >> I'm using Kirkstone and created a psplash/psplash_%.bbappend file in a > >> custom layer: > >> > >> SPLASH_IMAGES = "file://krtek.png;outsuffix=default" > >> FILESEXTRAPATHS:prepend := "${THISDIR}/files:" > >> > >> The "files/krtek.png" file has a 800x480 resolution, which matches my > >> display's. > >> > >> However, the screen shows two white stripes at the bottom (see the > >> attached picture). Actually, the top stripe is added on top of the > >> original picture, and the bottom one corresponds to the picture being > >> translated upwards (see the attached original picture). > >> > >> I'm running a 4.19 Linux kernel. I couldn't reproduce this issue on a > >> qemux86-64 system (same picture, 5.15 kernel), though the QEMU display > >> has a greater resolution. > >> > >> Has anyone seen this before, or would anyone have an idea why this > happens? > >> Thanks in advance > > It looks like the text box for messages is still painted. try with > > both sysvinit and systemd > > IIRC I saw something similar with systemd a year or so ago, it might > > have been different > > thing dont know. > > > Thanks for the tip! > I am using systemd indeed. I've just tried with sysvinit, and the issue > is the same. Anyway, I'll check the code for this text box. > https://git.yoctoproject.org/psplash/tree/configure.ac#n34 I think. > Thanks again. > Cheers > Michael. > > -- > Michael Opdenacker, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#60114): > https://lists.yoctoproject.org/g/yocto/message/60114 > Mute This Topic: https://lists.yoctoproject.org/mt/99105545/924729 > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ > ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >