Finally, a fix for tearing video

I’ve been battling with a video tearing issue on my Linux HTPC for the past few weeks. This morning I finally found an answer that works.

Yeah, its a problem with the intel driver… a workaround for mplayer is:

Run xvinfo to find the overlay port, mine looks like this:

Code:

Adaptor #1: “Intel(R) Video Overlay”
number of ports: 1
port base: 79

Then:
Code:

mplayer -vo xv:port=[portnumber goes here]

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>