[mythtv-users] XvMC wiki page

Jean-Yves Avenard jyavenard at gmail.com
Fri Feb 17 05:18:41 UTC 2006


On 2/17/06, Jesse Guardiani <jesse at wingnet.net> wrote:
>
>
> Sorry to hear that.
> I wonder if the full color hack only works with certain hardware, or
> if you've got a setting wrong somewhere?


I've put the :

Option "XvmcUsesTextures" "false"


In xorg.conf in the device section
Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "nVidia"
        BoardName   "NVIDIA 6500"
        Option      "RenderAccel" "1"
        Option      "TVStandard" "HD720p" #or NTSC etc
        Option      "ConnectedMonitor" "DFP"
        Option      "XvmcUsesTextures" "false"
        BusID       "PCI:1:0:0"
        Screen  0
        Option "NoDDC" "1"
#Option "IgnoreEDID" "true"
EndSection

I then modified the MySQL tables with:

mysql -u root -p mythconverg

INSERT INTO settings SET value='UseChromaKeyOSD',data='1',hostname='htpc';

I also did with:
INSERT INTO settings SET
value='UseChromaKeyOSD',data='1',hostname='192.168.10.11';
quit

In TV Settings, I have Bob for Deinterlace and Standard XvMC for decoding.

The OSD appears in B&W ...

If I use Standard for decoder , instead of XvMC then OSD is in Colour,
however, whenever OSD is displayed, the video
playback slows down until it disappear and it goes back to normal.

JY
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060217/85ac3a91/attachment.htm 


More information about the mythtv-users mailing list