i think it has to. i always used them together.
you need
Option "TexturedVideo" "on"
in video card section in xorg.conf
how does the "Texture Video On" works?
just be curious about this option.
Texture Video On must be combined with "Video Overlay On" , or not?
like :
Video Overlay On
TextureVideo On
??
i think it has to. i always used them together.
you need
Option "TexturedVideo" "on"
in video card section in xorg.conf
Option "TexturedVideo" "on"
+
XXXXXX XXX VideoOverlay On
+
XXXXXX XXX OpenGLOverlay Off
right?(ignore those XXX because i can't remember the exact words
cheers
each one is formatted as :
Option "name" "on" ( or "off") respectively.
this one should work with 8.35.5, shouldn't it?
i recalled there is someone mentioned the latest 8.36.5 won't respect this flag![]()
=============================================
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "TexturedVideo" "on"
EndSection
i don't know about that. but the 8.36 driver respects disabling it, so it works for me.
Not for my laptop:
Using (lspci):Code:(WW) fglrx(0): Textured Video is currently not supported on IGP hardware.
01:05.0 VGA compatible controller: ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE)
i will stick to 8.35.5 .
tried this option but found no difference on video playback quality![]()