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 Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.