Jump to content

BoreyCutts

Members
  • Posts

    2
  • Joined

  • Last visited

  1. BoreyCutts

    BoreyCutts

  2. 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.
  3. 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?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines