On Wednesday 01 October 2008, Vladimir Monchenko wrote:
> Stefan Lucke wrote:
> >
> > Attached diff for DirectFB fixes this for me.
> >
> >   
> For me it works too, many thanks!
> 
> I have found that adjustment "Field Order" in softdevice nothing changes 
> at playing interlaced video.
> It seems to me that there is a problem with driver 

The field order selection is an ioctl extension of directfb's via
driver. So it is not available from via's own one.
Didn't find the chars "irq" in via's *.[ch] files ;-) .

> Linux-FBDev-kernel-src_2.6.00.03a which cannot work in a mode 720x576 
> 50Hz interlaced on TV out.
> 
> cat /etc/fb.modes:
> mode "720x576"
>     geometry 720 576 720 576 32
>     timings 35714 32 8 46 0 136 3
> bcast true # request overscan with (modified) viafb
> #laced true
> hsync high
> vsync high
> endmode
> 
> On my old ME6000 all good:
>  vdr ~ # fbset
> 
> mode "720x576-50"
>     # D: 28.000 MHz, H: 31.250 kHz, V: 50.000 Hz
>     geometry 720 576 720 1152 32
>     timings 35714 32 8 46 0 136 3
>     hsync high
>     vsync high
>     bcast true
>     rgba 8/16,8/8,8/0,8/24
> endmode
> 

So add these lines to the modes of your EN15000 system.

> On EN15000:
> epia-en ~ # fbset
> 
> mode "720x576-60"
>     # D: 32.668 MHz, H: 35.820 kHz, V: 60.000 Hz
>     geometry 720 576 720 576 32
>     timings 30611 96 24 17 1 72 3
>     hsync high
>     vsync high
>     bcast true
>     accel true
>     rgba 8/16,8/8,8/0,0/0
> endmode

Did you choose tv_system=2 (PAL) as module load parameter ?

But there seems to be only a 60HZ definition:
bodega2 Linux-FBDev-kernel-src_2.6.00.03a # grep RES_720X576_ *.h
share.h:#define RES_720X576_60HZ_PIXCLOCK    30611
bodega2 Linux-FBDev-kernel-src_2.6.00.03a # grep RES_720X576_ *.c
hw.c:  {720, 576, RES_720X576_60HZ_PIXCLOCK,   60},

> 
> Stefan, you can try to switch fb in a mode 720x576 50Hz?
> How well works TV out for you?

With my epia system I only test VGA out as I've no TV in my pc room.

-- 
Stefan Lucke
_______________________________________________
Softdevice-devel mailing list
Softdevice-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/softdevice-devel

Reply via email to