Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Softmpeg and Softdevice problems with Vdr-1.3.6 and DirectFB Matrox G450



> Hi All!!
> I trying to use softmpeg(latest CVS from DirectFB) or softdevice(0.0.5)
> plugins  with my system, Gentoo Pentium III 1Ghz, kernel 2.4.25,
>    with a Matrox G450 DualHead and VDR-1.3.6-elchi and akool patches. I
> currently using mplayer with -vo dfbmga (DirectFB-0.9.21), RGB Scart Tv
> out -  PAL.
>  Mplayer replay any kind of video with this driver very well .
>  Then trying to get a decent vdr out ,  I install the related vdr plugins
>  with not errors.But I not obtain any result
> I observe that when I start mplayer the first time , when the video finish
> or I closed it,  the black screen of the tv become jerkly, maybe a refresh
> problem.
-SNIP-
> With vdr -Psoftdevice a similar problem
>
> vdr root # vdr -Psoftdevice
> [softdevice] initializing Plugin
> [softdevice] Initializing Video Out
> [dfb] init
-SNIP-
> [dfb] Setting  Videomode to 768x576-32
> [dfb] This didn't work. Trying Videomode 1024x768-32
> [dfb] This Vidmode doen't work, too. Exiting...
>  (!!!)  *** WARNING [Application exited without deinitialization of
DirectFB!]
> *** [core.c:623 in dfb_core_deinit_check()]
> vdr root #

For softdevice, ty to add following line to your fb.modes file.

mode "768x576-32"
    # D: 30.274 MHz, H: 37.701 kHz, V: 50.001 Hz
    geometry 768 576 768 576 32
    timings 33032 30 5 110 55 48 13
    vsync high
    bcast true
    accel true
    rgba 8/16,8/8,8/0,8/24
endmode

OR

mode "768x576"
    # D: 30.274 MHz, H: 37.701 kHz, V: 50.001 Hz
    geometry 768 576 768 576 32
    timings 33032 30 5 110 55 48 13
    vsync high
    bcast true
    accel true
    rgba 8/16,8/8,8/0,8/24
endmode

If that does not function properly be free to play around of the settings.

You can try setting the modes with "fbset 768x576" or "fbset 768x576-32" for
example.

To be sure create a script to run vdr, which set known to work mode after
"./vdr -P..." as your display may be unreadable for other modes.

BTW. How did you compile the softmpeg plugin, I only get vdr:
/usr/local/lib/libsoftmpeg-0.1.so: undefined symbol: avcodec_init while
starting it.

Br.
Marko Myllymäki.



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index