On 3/9/06, <b class="gmail_sendername">Jules Gosnell</b> &lt;<a href="mailto:jules@coredevelopers.net">jules@coredevelopers.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Stephen Williams wrote:<br><br>&gt;On 3/9/06, Daniel A. Segel &lt;<a href="mailto:mythtv@archer-segel.com">mythtv@archer-segel.com</a>&gt; wrote:<br>&gt;<br>&gt;<br>&gt;&gt;Patrick Wagstrom wrote:<br>&gt;&gt;<br>&gt;&gt;This has been discussed before, but I don't know if a bug report was
<br>&gt;&gt;ever filed. It's not the nVidia drivers - I see the same thing with a<br>&gt;&gt;PVR-350 on my AthlonXP-based box. What processors are you all using? The<br>&gt;&gt;last time I had a problem with the preview window it was because I
<br>&gt;&gt;wasn't compiling with mmx support. Maybe I'm not doing it again...<br>&gt;&gt;<br>&gt;&gt;Daniel<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;I'm also seeing the colour banding on the preview window. Using:<br>&gt;- AthlonXP based box.
<br>&gt;- 0.19 fixes branch compiled with processor optimisations.<br>&gt;- Nvidia 6106 drivers for a MX440 (nForce2).<br>&gt;- MythCenter theme (non-widescreen).<br>&gt;<br>&gt;Stephen<br>&gt;<br>&gt;<br>I'm seeing it on two i386 boxes (Via Ezra, Sony Vaio) but not on my
<br>x86_64 (Opteron) box with <a href="http://0.19-124.rhfc4.at">0.19-124.rhfc4.at</a><br><br>Jules<br><br><br>&gt;_______________________________________________<br>&gt;mythtv-users mailing list<br>&gt;<a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br>&gt;<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>&gt;<br>&gt;<br><br><br>--<br>&quot;Open Source is a self-assembling organism. You dangle a piece of
<br>string into a super-saturated solution and a whole operating-system<br>crystallises out around it.&quot;<br><br>/**********************************<br> * Jules Gosnell<br> * Partner<br> * Core Developers Network (Europe)
<br> *<br> *&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.coredevelopers.net">www.coredevelopers.net</a><br> *<br> * Open Source Training &amp; Support.<br> **********************************/<br><br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>Also had the same problem with colour banding, had a bit of spare time to attempt a quick fix, if you go to the directory for the theme you are using, in my case<br><br>/usr/share/mythtv/themes/Retro
<br><br>and edit the ui.xml file, now search for <br><br>&lt;container name=&quot;video&quot;&gt;<br><br>below that line you should see<br><br>&lt;area&gt;620,360,160,120&lt;/area&gt;<br><br>there are 4 groups of numbers, they are
<br><br>Distance from left of screen in pixels<br>Distance from top of screen in pixels<br>Width of container in pixels<br>Height of container in pixels<br><br>You want to change the 3rd of the numbers from 160 to 164, like so
<br><br>&lt;area&gt;620,360,164,120&lt;/area&gt;<br><br><br>If you aready running mythfrontend exit out of the watch videos screen then go back into it, if you werent running it launch the frontend and go to watch recordings.
<br><br><br>-- <br>Regards,<br><br><br>~CM