<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000002">
    I came across the following solution for Sandy Bridge Video Tearing
    in MythTV.&nbsp; The quote was pulled from this site:<br>
    <a class="moz-txt-link-freetext"
      href="https://bugs.freedesktop.org/show_bug.cgi?id=37686">https://bugs.freedesktop.org/show_bug.cgi?id=37686</a><br>
    It worked for me with an i3 CPU and an Intel motherboard with Intel
    HD2000 on-board graphics.&nbsp; No more tearing.&nbsp; I'm using MythBuntu
    11.04.<br>
    <br>
    <br>
    <blockquote type="cite">
      <pre class="bz_comment_text">Through trial and error I have discovered a work around to get 1080i video to
play without tearing using the mythtv player.

In order to play 1080i video content on my system running mythbuntu-11.04, I
created a new playback profile modeled after the "High Quality" playback
profile.  The new profile differs in that it uses xshm for the video renderer
(as opposed to xv-blit).  Please note that xshm says that it cannot scale video
in case this a problem for your setup

The steps to create the new playback profile from the MythTV frontend are as
follows:

Select Utilities/Setup -&gt; Setup -&gt; TV Settings -&gt; Playback
  Select Next 3 times
  On Playback Profiles (3/8) page:
    Select "Add New" by Current Video Playback Profile
      Enter Playback Group Name:  Intel HD Graphics
        Select OK
    Select "Add New Entry"
      Match Criteria: &gt;=        W: 320        H: 200
      Match Criteria:           W: 0          H: 0
      Decoder: Standard         Max CPUs: 2   Y - Deblocking filter
      Video renderer: xshm      OSD renderer: softblend   Y - OSD fade
    Select Next
      Primary deinterlacer:  linear blend
      Fallback deinterlacer: linear blend
      Custom filters:
    Select Finish
    Select Next 5 times
    Select Finish
Select Playback (again)
  On Playback Profiles (3/8) page: (now shows Intel HD Graphics)
    Select "Add New Entry"
      Match Criteria: &gt;         W: 0          H: 0
      Match Criteria:           W: 0          H: 0
      Decoder: Standard         Max CPUs: 1   Y - Deblocking filter
      Video renderer: xv-blit   OSD renderer: softblend   Y - OSD fade
    Select Next
      Primary deinterlacer:  Yadif (2x)
      Fallback deinterlacer: Yadif
      Custom filters:
    Select Finish</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>