Hey everyone, it seems that my totem-xine videos are badly flickering when watching a video with Compiz enabled on my Fedora8 system with Compiz enabled. Disabling Compiz makes it work fine, however I was hoping there would be a fix for this.
I've tried
Code:
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "off"
Option "TexturedVideo" "on"
EndSection
and
Code:
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
EndSection
And neither seem to work. Should I try with OpenGLOverlay on? I have video.driver:opengl in my ~/.gnome2/Totem/xine_config, as I saw that would be a solution but it didn't seem to do anything. Thanks!
Matt