I had the same pb (look in the archive) : 1/ to make SDL recognizing directfb you have to found where the directfb.pc file is located on your system and export the path (export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ should work on many distribs) during the configure you must have :"checking for DirectFB support... yes"
2/ for your GLIBC pb you've to upgrade the glibc packages (glibc, glibc devel, etc etc) Cheers, David ----- Original Message ----- From: "Youri van Gorselen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 29, 2003 9:48 PM Subject: Re: [Freevo-users] TV-out on G450 > My problem is indeed that SDL has no support for directfb, after upgrading > pkgconfig and setting the export good SDL could found directfb. > So i compiled it all, linked it, but now i get this message: > ./freevo > ./runtime/apps/freevo_python: ./runtime/dll/libpthread.so.0: version > `GLIBC_2.3.2' not found (required by /usr/local/lib/libdirectfb-0.9.so.19) > > And i have no clue how i could fix that :( > > Youri. > > ----- Original Message ----- > From: "David Amiel" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 29, 2003 8:19 PM > Subject: Re: [Freevo-users] TV-out on G450 > > > > I've done all this stuff (compiling sdl with directfb library, copying it > to > > freevo runtime/lib directory, export SDL_VIDEODRIVER) and freevo still > > complain about not finding any video device."pygame.error: No available > > video device" > > > > Can't we make freevo more verbose to try identifying the error ? > > > > David > > > > ----- Original Message ----- > > From: "Rob Shortt" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 29, 2003 5:24 PM > > Subject: Re: [Freevo-users] TV-out on G450 > > > > > > > Jortan H wrote: > > > > However, when I started Freevo, it stopped with the > > > > followin error: > > > > pygame.error: No available video device > > > > > > > > I'm using the following freevo.conf: > > > > chanlist = us-cable > > > > display = dfbmga > > > > geometry = 720x576 > > > > jpegtran = ./runtime/apps/jpegtran > > > > mplayer = /usr/local/bin/mplayer > > > > tv = pal > > > > tvtime = ./runtime/apps/tvtime/tvtime > > > > version = 2.0 > > > > > > > > When I configure SDL I get a message saying that > > > > pkg-config is missing and required to build DirectFB > > > > video driver. I guess this is why Freevo won't start. > > > > But I have pkg-config installed... Anyone that have an > > > > idea of what to do? > > > > > > SDL configure is probably just looking for pkg-config in the wrong > > > place. Look for a configure option to set it straight. > > > > > > Once you have libSDL recompiled against your new directfb stuff, and > > > have Freevo using that libSDL, you should export > > > SDL_VIDEODRIVER=directfb and when starting Freevo you should see some > > > directfb messages. You may need to play with the resolution to get > > > thins going properly. I have Freevo set to 720x480 and in my > > > /etc/directfbrc I have: > > > > > > matrox-crtc2 > > > matrox-tv-standard=ntsc > > > mode=640x480 > > > primary-layer=02 > > > > > > > > > -Rob > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > > Data Reports, E-commerce, Portals, and Forums are available now. > > > Download today and enter to win an XBOX or Visual Studio .NET. > > > > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > > _______________________________________________ > > > Freevo-users mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/freevo-users > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > > _______________________________________________ > > Freevo-users mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/freevo-users > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Freevo-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
