Hi,
The problem is that when I’m in KDE3 with compiz (using AIGLX) I cannot see videos using for example kaffeine and xvideo output, I can here the sound but the video is always blacked.
If I do not run compiz, the video playback works well (using xvideo).
The problem is that if I select another output driver to see the movie the playback is slow and low quality.
I have a:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
my xorg.conf device segment is:
Section “Device”
BoardName “965 GM”
BusID “0:2:0”
Driver “intel”
Identifier “Device[0]”
Option “XVideo”
Option “XvMC”
Option “DRI”
Option “PageFlip”
Option “XaaNoOffscreenPixmaps”
Option “FramebufferCompression”
Option “Tiling”
Option “TripleBuffer”
Option “AddARGBGLXVisuals”
Option “SaXDualHead”
Option “SaXDualMonitorVendor” “–> VESA”
Option “SaXDualOrientation” “LeftOf”
Option “SaXDualResolution” “1024x768”
Option “SaXDualMode” “Clone”
Option “SaXDualHSync” “31-50”
Option “SaXDualMonitorModel” “1024X768@60HZ”
Option “SaXDualVSync” “50-60”
Option “SaXExternal” “Identifier&EXT+DisplaySize&+VendorName&–> VESA+PreferredMode&1024x768+HorizSync&31-50+ModelName&1024X768@60HZ+VertRefresh&50-60”
Screen 0
VendorName “Intel”
EndSection
Thanks.