WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing fbv.tcz FrameBuffer on piCore  (Read 4864 times)

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #15 on: July 28, 2021, 11:42:42 AM »
Quote
Look at the date on that page.

Hi curaga,

yea i did but i thought that its never been updated.
Sry  :P

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #16 on: July 28, 2021, 11:45:17 AM »
Hi Rabie
The second link you posted appears to be much more recent:
https://github.com/godspeed1989/fbv

It includes this note:
Quote
GIF support through libungif has been removed as that library is obsolete.

Looking through  main.c  I think this warning should be gone:
Code: [Select]
main.c:431:4: warning: ‘i.do_free’ may be used uninitialized in this function [-Wmaybe - uninitialized]
  431 |  if(i.do_free)

The  jpeg.c  warnings should be gone as well.

Hi Rich,
so i did now install fbv from that other link and it did work better without disabling anything

Thank you

Hi Rabie
If this is just for a splash screen while booting, this may be of interest:
https://bootlin.com/blog/super-fast-linux-splashscreen/


yes its just for a splash screen, i will take a look at this

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #17 on: August 05, 2021, 07:28:35 AM »
Hi Rich,

i am trying to install the same Version on an Pi 4 (piCore v13.x armv7l)
and i can't find a newer version of fbv in the Internet

i did exactly the same but it's not working:
Code: [Select]
checking for libjpeg presence... no
checking for libpng presence... no
building with bmp support... yes
checking for DEFAULT_FRAMEBUFFER... /dev/fb0
installation dir: /usr/local/bin
manuals dir: /usr/local/man

libjpeg-turbo.tcz and libpng are installed.

I think it had something to do with the Hardware.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #18 on: August 05, 2021, 07:56:32 AM »
Hi Rabie
I think you should be able to use the version you already compiled.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #19 on: August 05, 2021, 08:01:14 AM »
When compiling you need to use the *-dev version of extensions i.e. libpng-dev, libjpeg-turbo-dev, etc.

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 272
Re: Missing fbv.tcz FrameBuffer on piCore
« Reply #20 on: August 05, 2021, 12:28:40 PM »
Hi Juanito,

When compiling you need to use the *-dev version of extensions i.e. libpng-dev, libjpeg-turbo-dev, etc.
they are installed too but for some reason it doesn't recognize them

Quote
I think you should be able to use the version you already compiled.
anyway Rich was right i used the one i already compiled and it works

Thank you