<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 13-03-24 01:40 PM, Igor Cicimov
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAKASGwpJ0XMPCkAzhuQySi0=+eAWAbw0Vx0yyKX3TadyfhR7g@mail.gmail.com"
      type="cite">
      <p dir="ltr"><br>
        On 25/03/2013 7:02 AM, "Chris" &lt;<a moz-do-not-send="true"
          href="mailto:gcsa60@gmail.com">gcsa60@gmail.com</a>&gt; wrote:<br>
        &gt;<br>
        &gt; On 13-03-24 12:07 PM, HP-mini wrote:<br>
        &gt;&gt;<br>
        &gt;&gt; On Sun, 2013-03-24 at 11:00 -0700, Chris wrote:<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; Hello Everyone,<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; I have very naive newby question.<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; When I setup my MythTV frontend I was having some
        trouble with tearing.&nbsp; <br>
        &gt;&gt;&gt; I originally had the video playback profile set at
        Normal and I read <br>
        &gt;&gt;&gt; somewhere that what I really wanted was VDPAU so I
        started messing <br>
        &gt;&gt;&gt; around with the settings but couldn't get it to
        work at first. (For the <br>
        &gt;&gt;&gt; record the GPU is GeForce 8200/integrated/SSE2 and
        the CPU is AMD <br>
        &gt;&gt;&gt; Athlon(tm) Dual Core Processor 4850e &times; 2). The
        MythTV Official Wiki had <br>
        &gt;&gt;&gt; a few suggestions one being to place the following
        in my /etc/X11/xorg.conf:<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt;&nbsp;&nbsp;&nbsp; Section "Extensions"<br>
        &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option "Composite" "Disable"<br>
        &gt;&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; EndSection<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; I think this was already in my xorg.conf&nbsp; because
        it's there now and I <br>
        &gt;&gt;&gt; don't remember putting it in (but that's another
        story).<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; The problem is, I have recently downloaded the
        Netflix app onto my <br>
        &gt;&gt;&gt; computer and it wants compositing enabled.&nbsp; So I
        looked for solutions <br>
        &gt;&gt;&gt; and I found that I have a package on my computer
        called <br>
        &gt;&gt;&gt; plasma-widget-toggle-compositing which looks like
        it might do the <br>
        &gt;&gt;&gt; trick.&nbsp; My question is:<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; If I enable this widget is it going to screw-up
        Mythtv somehow (Synaptic <br>
        &gt;&gt;&gt; Package Manager suggests it is linked to file
        associated with Mythtv)?<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; My guess is no; but, I have had so much trouble
        getting this thing to <br>
        &gt;&gt;&gt; work and wasted so much time fixing mistakes that I
        really want to avoid <br>
        &gt;&gt;&gt; them.<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; Other possibly relevant information is that I'm
        using Mythtv 0.26 run on <br>
        &gt;&gt;&gt; Ubuntu 12.04.<br>
        &gt;&gt;&gt;<br>
        &gt;&gt;&gt; Thank you once again for your help and guidance.<br>
        &gt;&gt;&gt; Chris<br>
        &gt;&gt;&gt;<br>
        &gt;&gt; Lots of people have problems with tearing so I don't
        think the solutions<br>
        &gt;&gt; are so obvious..<br>
        &gt;&gt; I assume you are using unity desktop (compiz plugin).<br>
        &gt;&gt; I have never had to disable composite (disables effects
        managers) on old<br>
        &gt;&gt; lucid gnome 2 or 12.04 with
        unity/fallback/consort/kde/etc..<br>
        &gt;&gt;<br>
        &gt;&gt; To get the best performance (mythtv &amp; vdpau) you
        need vdapau to use<br>
        &gt;&gt; video overlay (guarantees no tearing) &amp; that
        requires<br>
        &gt;&gt; composite/re-direction to be blocked.<br>
        &gt;&gt; You can use "ccsm" to tweak a couple of compiz/unity
        settings:<br>
        &gt;&gt; - enable un-redirect full screen<br>
        &gt;&gt; - enable legacy full screen support<br>
        &gt;&gt; Be very cautious with this tweak tool, unity seems not
        completely<br>
        &gt;&gt; compatible with compiz setting tool.<br>
        &gt;&gt; Of course this only works with mythtv in full screen
        mode.<br>
        &gt;&gt;<br>
        &gt;&gt; Another possible problem is the incorrect refresh rate
        reported by<br>
        &gt;&gt; nVidia driver (when using twinview metamodes).<br>
        &gt;&gt; If using twinview you may need to manually set the
        composite refresh<br>
        &gt;&gt; rate (no auto detect).<br>
        &gt;&gt; AFAIK Later nVidia drivers have solved the incorrect
        refresh reporting.<br>
        &gt;&gt;<br>
        &gt;&gt; I don't know about the plasma-widget-toggle...<br>
        &gt;&gt;<br>
        &gt;&gt; Brett<br>
        &gt;&gt;<br>
        &gt;&gt; _______________________________________________<br>
        &gt;&gt; mythtv-users mailing list<br>
        &gt;&gt; <a moz-do-not-send="true"
          href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
        &gt;&gt; <a moz-do-not-send="true"
          href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
        &gt;<br>
        &gt; Thanks Brett,<br>
        &gt;<br>
        &gt; When I first read your e-mail I thought you had
        misunderstood the issue but on reading it again I get the
        impression that your telling me that I can take take the&nbsp;
        "Option "Composite" "Disable"" command out of my
        /etc/x11/Xorg.conf.&nbsp;&nbsp; Is that correct?<br>
        &gt;<br>
        &gt; If you are suggesting I take it out, do I just change it to
        the below or just delete all three lines from the file?<br>
        &gt;<br>
        &gt;&nbsp;&nbsp;&nbsp; Section "Extensions"<br>
        &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option "Composite" "Enable"<br>
        &gt;&nbsp;&nbsp;&nbsp;&nbsp; EndSection<br>
        &gt;<br>
        &gt; Currently I have Mythtv running under VDPAU slim (still
        stutters horribly under VDPAU normal or high quality) and I am
        very happy with the picture quality .&nbsp; I was trying everything
        under the Myth Official Wiki but the last thing I did was add
        the line below to my /etc/X11/Xorg.conf&nbsp; and it seemed to do the
        trick.<br>
        &gt;<br>
        &gt;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TripleBuffer" "True"<br>
        &gt;<br>
        &gt; I actually considered taking the Composite Disable command
        out of my Xorg.conf file but because I didn't remember adding it
        in the first place (and I might have because I have been
        tweaking like a madman since boxing day (the day I entered the
        world of linux and mythtv)), I was worried that it was necessary
        for the operating system (of course I don't really understand
        what compositing is).<br>
        &gt;<br>
        &gt; Thanks again<br>
        &gt; Chris<br>
        &gt;<br>
        There is a setting, tick box, somewhere in the frontend to
        separate mythtv screen from the desktop. Do you have it ticked?</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a>
</pre>
    </blockquote>
    Do you mean under Setup&gt;Appearance&gt;Video Mode Settings&gt;
    Separate Video Modes for GUI and TV Playback? <br>
    <br>
    If so the answer is I don't have that checked because it creates
    terrible overscan or underscan which persists even when I shutdown&nbsp;
    Mythtv Frontend. I have to reboot to make it right again.<br>
    <br>
    Two observations of probable significance.<br>
    1) I removed the composite disable line from my Xorg.conf, rebooted
    and now VDPAU Slim does not work (stutters).<br>
    2) I checked the Separate Video Modes for GUI and TV Playback box
    (still compositing enabled)&nbsp; and VDPAU Slim still doesn't work. Have
    to reboot now because of overscan.<br>
  </body>
</html>