On 3/9/06, <b class="gmail_sendername">Jules Gosnell</b> <<a href="mailto:jules@coredevelopers.net">jules@coredevelopers.net</a>> 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>>On 3/9/06, Daniel A. Segel <<a href="mailto:mythtv@archer-segel.com">mythtv@archer-segel.com</a>> wrote:<br>><br>><br>>>Patrick Wagstrom wrote:<br>>><br>>>This has been discussed before, but I don't know if a bug report was
<br>>>ever filed. It's not the nVidia drivers - I see the same thing with a<br>>>PVR-350 on my AthlonXP-based box. What processors are you all using? The<br>>>last time I had a problem with the preview window it was because I
<br>>>wasn't compiling with mmx support. Maybe I'm not doing it again...<br>>><br>>>Daniel<br>>><br>>><br>><br>>I'm also seeing the colour banding on the preview window. Using:<br>>- AthlonXP based box.
<br>>- 0.19 fixes branch compiled with processor optimisations.<br>>- Nvidia 6106 drivers for a MX440 (nForce2).<br>>- MythCenter theme (non-widescreen).<br>><br>>Stephen<br>><br>><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>>_______________________________________________<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>><br>><br><br><br>--<br>"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."<br><br>/**********************************<br> * Jules Gosnell<br> * Partner<br> * Core Developers Network (Europe)
<br> *<br> * <a href="http://www.coredevelopers.net">www.coredevelopers.net</a><br> *<br> * Open Source Training & 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><container name="video"><br><br>below that line you should see<br><br><area>620,360,160,120</area><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><area>620,360,164,120</area><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