Folks - 

I recently upgraded my Freevo rig to an Epia M10000.  Because of the 
change, I've decided to switch from X11 to DirectFB.  

I recompiled SDL and mplayer to take advantage of directfb.  The freevo 
interface works just fine.  If I run the following command:

mplayer -vo directfb -dr FILENAME

from a command line, the file plays just fine.   However, I'm having the 
darnedest time configuring freevo to run mplayer with these options.

Running with the defaults led to a tiny picture in the middle of the 
window.  So, I added this line to local_conf.py:

MPLAYER_VO_DEV = 'directfb'

I also changed MPLAYER_ARGS DEF:

MPLAYER_ARGS_DEF     = (('-ac mad, -autosync 100 -autoq 100 -screenw %s '
                         + '-screenh %s -dr') % (CONF.width, CONF.height))

However, when I try to play any videos, the screen merely goes blank.

I have a similiar issue with tvtime.  When I execute tvtime with the -D 
DirectFB option, I get this error:

(!) [25906:    2.557] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:    2.557] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_skirmish_prevail) 
invalid skirmish
(!) [25906:    2.558] DirectFB/core/fusion: (fusion_call_return) invalid 
call


Does anyone have any ideas on either of these?  

-------Patrick M [EMAIL PROTECTED]:3784715------
"You know, this is how the sum total of human knowledge is increased. 
Not with idle speculation and meaningless chatter, but with a 
medium-sized hammer and some free time." - [EMAIL PROTECTED], a.f.c-a


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to