<br><br><div><span class="gmail_quote">On 2/17/06, <b class="gmail_sendername">Jesse Guardiani</b> &lt;<a href="mailto:jesse@wingnet.net">jesse@wingnet.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Sorry to hear that.<br>I wonder if the full color hack only works with certain hardware, or<br>if you've got a setting wrong somewhere?</blockquote><div><br>I've put the : <br></div><pre>Option &quot;XvmcUsesTextures&quot; &quot;false&quot; 
</pre></div><br>In xorg.conf in the device section<br>Section &quot;Device&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp; &quot;nVidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; &quot;NVIDIA 6500&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;RenderAccel&quot; &quot;1&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;TVStandard&quot; &quot;HD720p&quot; #or NTSC etc<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ConnectedMonitor&quot; &quot;DFP&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XvmcUsesTextures&quot; &quot;false&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;NoDDC&quot; &quot;1&quot;<br>#Option &quot;IgnoreEDID&quot; &quot;true&quot;<br>EndSection<br><br>I then modified the MySQL tables with:
<br><pre><code>mysql -u root -p mythconverg<br><br></code><code>INSERT INTO settings SET value='UseChromaKeyOSD',data='1',hostname='htpc';<br><br>I also did with:<br></code><code>INSERT INTO settings SET value='UseChromaKeyOSD',data='1',hostname='
<a href="http://192.168.10.11">192.168.10.11</a>';<br>quit<br><br>In TV Settings, I have Bob for Deinterlace and Standard XvMC for decoding.<br><br>The OSD appears in B&amp;W ... <br><br>If I use Standard for decoder , instead of XvMC then OSD is in Colour, however, whenever OSD is displayed, the video
<br>playback slows down until it disappear and it goes back to normal.<br><br>JY</code></pre>