On 18 October 2014 09:44, Puneet B <[email protected]> wrote: > Hi All, > > From the mittorn i able to get video in both HDMI and TV. > > https://github.com/linux-sunxi/libvdpau-sunxi/issues/32 > > But in TVoutput video is not scaled fully(means lot of video portion is > missing).
It is probably scaled more than fullscreen when portions are missing. > > my doubt is- > > why scaler to be disabled for screen1 to get video? > Is it hardware limitation ?. > In TV there is missing of some part of home screen(ubuntu) even with scaler > enabled , why it so?. This is probably TV overscan feature. Try turn off overscan on TV. Failing that it may be possible to set up extra black borders on the board but I can't tell from the top of my head how to do that. > Is it not possible to get full screen on both display and video to scaled > perfectly to both ?. Not with the current cedar. As I understand it it hooks into disp and feeds the video to a surface that is only available on one screen. You can 1) decode video twice and output to two such surfaces (if there is still one free in the hardware) 2) decode the video to a different kind of surface and hook it up differently in the disp driver so that it can be displayed on either output Either will need modification to cedar library. Thanks Michal -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
