<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 09/30/2017 03:51 PM, Ian Evans
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CABiY0=i9eiua4TCWJhDFpSCioy4H69w+epKt1x_71h1gAsv1Ug@mail.gmail.com">
      <div dir="ltr">Upgrading my system today from ,27 on 12.04
        Mythbuntu to 29 on 16.06 Xubuntu.
        <div><br>
        </div>
        <div>During the HD video test, I'm searing tearing near the
          bottom of the screen using any of the VDPAU settings. I had no
          tearing issues with .27 and used to run it with VDPAU High</div>
        <div><br>
        </div>
        <div>The video card is a GeForce 430. Currently using the
          304.135 drivers from NVIDIA as I was using the 304 series
          before.</div>
        <div><br>
        </div>
        <div>Is there anything that I should be checking first?</div>
        <div><br>
        </div>
        <div>Thanks.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    You can try disabling composite<br>
    sudo nvidia-xconfig --no-composite <br>
    <br>
    or add to xorg.conf:<br>
    <br>
    Section "Extensions"<br>
        Option             "Composite" "Disable"<br>
    EndSection<br>
    <br>
    <br>
  </body>
</html>