<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 22/10/16 17:20, James Miller wrote:<br>
    </div>
    <blockquote cite="mid:alpine.DEB.2.02.1610220112320.3275@c4jbex.zxr"
      type="cite">On Sat, 22 Oct 2016, Hamish Moffatt wrote:
      <br>
      <br>
      <blockquote type="cite">1. Bad tearing near the top of the screen.
        This has been an issue in earlier Myth versions as well on this
        hardware, although I feel like maybe it's worse now. It might
        also be worse depending on the source material frame rate.
        <br>
      </blockquote>
      <br>
      I'm using Intel i965 driver for Intel(R) Bay Trail and VAAPI on my
      Liva X system and had a similar tearing problem. I fixed it by
      adding a stanza to xorg.conf (actually to
      /etc/X11/xorg.conf.d/20-intel.conf on this Gentoo system):
      <br>
      <br>
      Section "Device"
      <br>
         Identifier  "Intel Graphics"
      <br>
         Driver      "intel"
      <br>
         Option      "TearFree"    "true"
      <br>
      EndSection
      <br>
      <br>
      I wrote about that on the Gentoo forums at
      <a class="moz-txt-link-freetext" href="https://forums.gentoo.org/viewtopic-t-1006786-start-25.html">https://forums.gentoo.org/viewtopic-t-1006786-start-25.html</a> if you
      are interested in any further background. Not sure whether that
      will resolve your issue but it could be worth considering.
    </blockquote>
    <br>
    Yep, that seems to have fixed the tearing! Thanks. At
<a class="moz-txt-link-freetext" href="https://askubuntu.com/questions/418398/tear-free-disabled-in-intel-graphics-tearing-in-xubuntu">https://askubuntu.com/questions/418398/tear-free-disabled-in-intel-graphics-tearing-in-xubuntu</a>
    it was suggested to use:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    <pre style="margin: 0px 0px 1em; padding: 5px; border: 0px; font-size: 13px; width: auto; max-height: 600px; overflow: auto; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; background-color: rgb(239, 240, 241); word-wrap: normal; color: rgb(17, 17, 17); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><code style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; background-color: rgb(239, 240, 241); white-space: inherit;">Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "AccelMethod" "sna"
   Option      "TearFree" "true"
EndSection</code></pre>
    <br>
    which is what I've put in for now.<br>
    <br>
    <br>
    <br>
    Hamish<br>
  </body>
</html>