[mythtv-users] Judder free playback with mythtv

Jean-Yves Avenard jyavenard at gmail.com
Fri Jul 9 03:23:18 UTC 2010


Hi

First of all, it doesn't drop to 0Hz... 0Hz just means don't change
the existing frequency.

If you're seeing a blank screen, it's more likely related to your TV
not supporting 24Hz

On 9 July 2010 04:57, Matt Beadon <matt.beadon at gmail.com> wrote:

Change:

>                 Option          "UseEDIDFreqs" "False"

to
                 Option          "UseEDID" "False"

and

>
> Section "Device"
...
>                 Option                  "ModeValidation"      "NoVesaModes, NoXServerModes"

To:
Option      "ModeValidation"      "NoVesaModes, NoXServerModes, NoEdidModes"

>                 Option                                  "HWCursor" "false"
>     VendorName     "NVIDIA Corporation"
> EndSection
> Section "Screen"
>     Identifier     "Screen0"
>     Device         "Device0"
>     Monitor        "Monitor2"
>     DefaultDepth   24
>                 Option           "FlatPanelProperties" "Scaling = Native"
>                 Option           "TwinView" "0"
>     Option         "NoLogo" "true"
> #    Option         "RenderAccel" "true"
>     SubSection     "Display"
>         Depth       24
>                                 Modes "1920x1080 at 60" "1920x1080 at 24"
>                                 Modes "1920x1080 at 60i" "1920x1080 at 59.94"
> "1920x1080 at 23.976"

So remove
"1920x1080 at 24"

from the list.. You also don't want any of the interlaced mode in
there... it's only going to screw things as you can't easily tell the
difference between 60i and 30p (not for the modeline that is)


More information about the mythtv-users mailing list