Re: abuntu edgy: video players strange behaviour



Filippo wrote:
John-Paul Stewart <jpstewart@xxxxxxxxxxxxxxxx> writes:

At this point, I notice you're lacking the "DOUBLE-BUFFER" extension.
I honestly don't know if it's related to your problem or not, but
there's a chance that it might help. Do you have

Load "dbe"

thanks John, actually that row was missing. I have added in the
"module" section, DOUBLE BUFFER appears now but the problem persists :-(

One last idea for you: what's your "Device" section in xorg.conf look like. Mine (which works fine for Xv) is:

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "Single"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Misc Options ===
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "on"
BusID "PCI:1:0:0" # vendor=1002, device=4e47
Screen 0
EndSection
.