Setting up S-Video

Most drivers aren't able to correctly detect when stuff is attached to the S-Video port, so to avoid problems it's shipped off by default for most cases. There's several ways to enable it:

Option A. Turn load detection back on:

xrandr --output S-video --set load_detection 1

Option B. To turn load detection back on permanently so it persists between reboots, add this to your xorg.conf:

# /etc/X11/xorg.conf
Section "Device"
        ...
        Option "TVDACLoadDetect" "TRUE"
EndSection

Option C. Force S-Video on:

xrandr --addmode S-video 800x600

Fixing Video Playback with Desktop Effects

If you find that corruption displays in video playback when moving the video player with desktop effects are enabled, you may find better behavior by disabiling video overlay in your video player.

    vo=x11

    perl -pi -e 's|#video.driver:auto|video.driver:xshm|' ~/.xine/config

    perl -pi -e 's|#video.driver:auto|video.driver:openGL|' ~/.xine/config

    perl -pi -e 's|#video.driver:auto|video.driver:xshm|' ~/.gnome2/totem_config

perl -pi -e 's|#video.driver:auto|video.driver:openGL|' ~/.gnome2/totem_config

X/Config/SVideo (last edited 2010-04-05 21:23:22 by pool-74-107-129-37)