
Originally Posted by
bridgman
If you happen to need one of the formats which VideoOverlay supports and TexturedVideo does not support, then it's much better
We can add more modes to TexturedVideo support so over time it will probably displace VideoOverlay. For Avivo chips (which don't have the same degree of video processing built into the overlay) VideoOverlay is not an option.
I happen to have an x200 chipset on an Intel board.
Textured video works for me with 4 output ports as well.
But I encounter horizontal tearing which gets pronounced in fullscreen mode.
Video Overlay works as well but gives only 1 port.
i dont encounter any tearing in it but when playing HD 720p videos output jumps up and down which is a headache to view. It works fine on lower resolutions.
A peculiar thing is the jumping goes away on Textured video but the tearing stays. Can the problem on any of the modes go away s I can watch HD videos.
My xorg.sonf goes like this :-
Code:
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "XAANoOffscreenPixmaps" "on"
Option "Textured2D" "off"
Option "TexturedXrender" "off"
Option "UseFastTLS" "1"
Option "OpenGLOverlay" "off"
Option "TexturedVideo" "off"