Announcement

Collapse
No announcement yet.

Composite effects introdeces vertical sync defects in movie player

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Composite effects introdeces vertical sync defects in movie player

    Hello everyone

    I have a problem with kubuntu 9.10 with kde 4.3.4 which works great until I want to watch a movie with any movie player, when the effects-based composite are enabled, start to have those annoying vertical sync defects, but disappear when turn off the composite. This is striking because I've tried with other distros with kde 4.3.4, and this defect does not appear, so I suspect it's only a matter of configuration. I tried both with the original drivers from NVidia (v190.53 and v195b) as with those offered kubuntu (V195) and all these give the same result.

    Details

    Video card Gforce 6100. all options "Sync to Vblank" are enabled for both opengl and xvideo.

    This is my xorg.conf:

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Dec 9 16:34:26 PST 2009

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection

    Section "Files"
    FontPath "/usr/lib/X11/fonts/misc/:unscaled"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    FontPath "/usr/lib/X11/fonts/Speedo/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/cyrillic/"
    FontPath "/usr/lib/X11/fonts/TTF/"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"

    # generated from default
    # Option "XkbVariant" "es"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "es"
    # Option "XkbModel" "pc104"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LG W2043"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6100 nForce 405"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1600x900_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

Working...
X