[mythtv-users] Trying to get XVMC to work.

Ozzy Lash ozzy.lash at gmail.com
Tue Apr 22 16:10:54 UTC 2008


On Tue, Apr 22, 2008 at 10:46 AM, stuart <stuart at xnet.com> wrote:

>  Section "Device"
>     Identifier     "Videocard0"
>     Driver         "nvidia"
>     VendorName     "Videocard vendor"
>     BoardName      "nVidia Corporation GeForce 6200"
>  EndSection
>
>  Section "Screen"
>     Identifier     "Screen0"
>     Device         "Videocard0"
>     Monitor        "Monitor0"
>     DefaultDepth    24
>     Option         "AddARGBGLXVisuals" "True"
>     Option         "UseEvents" "True"
>     SubSection     "Display"
>         Viewport    0 0
>         Virtual     1680 1050
>         Depth       16
>         Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
>     EndSubSection
>     SubSection     "Display"
>         Viewport    0 0
>         Depth       24
>         Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
>     EndSubSection
>  EndSection

It looks like you have put the:

Option "UseEvents" "True"

In the wrong section.  I think it should be in the Device section, not
the Screen section.


More information about the mythtv-users mailing list