Jump to content

Recommended Posts

Posted

 

This way it works with 720p or whatever less than 1080p. There kernel logo doesn't want to show.

Good on 1280x1024 or 720p

  Reveal hidden contents


Broken on 1080p:

  Reveal hidden contents


Relevant patch (without 320x200 bitmap.):
 

  Reveal hidden contents

 
I can't see what I did wrong. :angry:

Posted

when I run  ./compile.sh BOARD=orangepipc KERNEL_ONLY=yes FORCE_CHECKOUT=no BRANCH=default

I got this

make[3]: *** No rule to make target `drivers/video/logo/logo_armbian_clut224.o', needed by `drivers/video/logo/built-in.o'.  Stop.

 

help me , thanks.

Posted

That's correct - as I told, this logo function is not completely done and functional since it has some bugs and I don't know how to proceed.

Posted

Hey I tried this patch in Yocto Linux on a 1024x600 LVDS touchpanel and got the same error message fbcon_init: disable boot-logo (boot-logo bigger than screen). Linux seems to be weird about the resolution of the kernel logo. I changed return fb_prepare_extra_logos(info, info->var.yres, yres); back to return fb_prepare_extra_logos(info, fb_logo.logo->height, yres); and was able to get the logo to display again but it only showed half of the logo vertically. I'm thinking that allowing the extra logos to take up the full size of the screen makes the kernel think that the framebuffer image is too big (not sure whatsoever just a guess).  Did you ever fix this issue?

Posted
  On 11/1/2017 at 7:36 PM, BoreyCutts said:

Did you ever fix this issue?

Expand  


No, I haven't dug deeper into this issue but I would like to see this sorted ... once.

Posted

Ok so I think I'm getting closer to a solution.  There's a parameter in drivers/video/console/fbcon.c called logo_height which controls the amount of vertical screen space allowed for the kernel logo to show.  I increased it to 600 (the vertical dimension of my screen) and the logo was finally able to display. However doing so caused issues with an application I'm using called wayland but that could just be a wayland thing so idk. I'll look more into this later today.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines