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: 79Then:
Code:mplayer -vo xv:port=[portnumber goes here]