I experienced similar problems. I migrated from SuSE to Gentoo this week.
mark schrieb:
I'm pretty sure I've done everything in the list archive.To get it working you applied the following patch, didn't you?
Patched the kernel with vsync (although I dont think this is necessary if you are using the newer mplayer triple switch.
I'm using mplayer 0.90-r5 under gentoo. I applied the latest dfbmga patch to this (this provided triple and fixed a problem with spic)
Mplayer works fine under dfbmga on its own.
http://www.sci.fi/~syrjala/directfb/vo_dfbmga_update.patch
Without it, the mplayer only works using '-vo dfbmga:nospic' (at least for me).
my frewevo.conf containsIt depends on the DirectFB-version whether the patch is needed (or not). >=0.9.19 should be fine.
display = dfbmga geometry = 720x480 tv = pal I've also used 720x576 with no luck
/etc/directfbrc
atrox-crtc2 matrox-tv-standard=pal primary-layer=2
I'm using sdl 1.25 which I believe no longer needs the patch. ( did try the patch, but I was getting Fuzz 1)
I found out that the ebuild for libsdl is the problem; at the moment it disables the DirectFB-support to avoid circular dependencies (SDL-DirectFB-SDL). I changed the ebuild by hand to get DirectFB-support. It's just commented out. Remove the comment marks and do a 'emerge libsdl'.lsmod Module Size Used by Not tainted serial 46852 0 (autoclean) i2c-matroxfb 4084 0 i2c-algo-bit 8360 3 [i2c-matroxfb] rtc 7644 0 (autoclean) i2c-dev 4772 0 i2c-core 15816 0 [i2c-algo-bit i2c-dev]
echo $SDL_VIDEODRIVER directfb
When I run freevo I get this
Traceback (most recent call last):
File "src/main.py", line 134, in ?
skin = skin.get_singleton()
File "src/skin.py", line 78, in get_singleton
exec('import ' + modname + ' as skinimpl')
File "<string>", line 1, in ?
File "skins/main1/skin_main1.py", line 120, in ?
import xml_skin
File "skins/main1/xml_skin.py", line 80, in ?
osd = osd.get_singleton()
File "src/osd.py", line 209, in get_singleton
_singleton = util.SynchronizedObject(OSD())
File "src/osd.py", line 330, in __init__
pygame.display.init()
pygame.error: No available video device
I think, that fixed it for me...
Markus
------------------------------------------------------- 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
