Hi,<br><br>I have just upgraded from MythTV 0.20+Fedora 6+Nvidia ? to MythTV 0.21+Fedora 10+NVidia 180.51-1<br><br>Everything works except that the video and audio stutter so that it is unwatchable.<br>- No stutter if I use a different PC to play the recording<br>
- Stutter if I try to play a recording with mplayer -fs -vo xv . No error messages from mplayer or mythtv that I have noticed.<br>- CPU goes close to 100% while playing with either mplayer or mythfrontend.<br><br>My GPU is a NVidia 6200 which worked fine on my old installation.<br>
I have checked in the Xorg.0.log that it is the 180.51 driver that is loaded:<br><br>  (II) NVIDIA dlloader X Driver  180.51  Thu Apr 16 19:08:39 PDT 2009<br>  (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs<br><br>
My best guess is that the Xv does not work correctly for some reason. I have reused my xorg.conf from my old system. Should anything significant be changed from F6 to F10?<br>Another guess is that the NVidia driver 180 does not work properly with a FX6200 even though I have read that it should.<br>
I have appended my xorg.conf<br><br>Does anyone have an idea what is going on?<br><br>Best regards<br>Niels Dybdahl<br><br>xorg.conf:<br><br>Section &quot;ServerLayout&quot;<br>        Identifier     &quot;single head configuration&quot;<br>
        Screen      0  &quot;Screen0&quot; 0 0<br>        InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>
        ModulePath   &quot;/usr/lib/xorg/modules/extensions/nvidia&quot;<br>        ModulePath   &quot;/usr/lib/xorg/modules&quot;<br>        FontPath     &quot;unix/:7100&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>
        Load  &quot;fbdevhw&quot;<br>        Load  &quot;record&quot;<br>        Load  &quot;freetype&quot;<br>        Load  &quot;type1&quot;<br>        Load  &quot;v4l&quot;<br>        Load  &quot;glx&quot;<br>        Load  &quot;dbe&quot;<br>
        Load  &quot;extmod&quot;<br>EndSection<br><br>Section &quot;ServerFlags&quot;<br>        Option      &quot;BlankTime&quot; &quot;0&quot;<br>        Option      &quot;StandbyTime&quot; &quot;3&quot;<br>        Option      &quot;SuspendTime&quot; &quot;4&quot;<br>
        Option      &quot;OffTime&quot; &quot;5&quot;<br>        Option      &quot;AIGLX&quot; &quot;on&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>        Identifier  &quot;Keyboard0&quot;<br>        Driver      &quot;kbd&quot;<br>
        Option      &quot;XkbModel&quot; &quot;pc105&quot;<br>        Option      &quot;XkbLayout&quot; &quot;dk&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>        Identifier  &quot;Mouse0&quot;<br>        Driver      &quot;mouse&quot;<br>
        Option      &quot;Protocol&quot; &quot;IMPS/2&quot;<br>        Option      &quot;Device&quot; &quot;/dev/input/mice&quot;<br>        Option      &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>        Option      &quot;Emulate3Buttons&quot; &quot;yes&quot;<br>
EndSection<br><br>Section &quot;Monitor&quot;<br>        Identifier   &quot;Monitor0&quot;<br>        VendorName   &quot;Monitor Vendor&quot;<br>        ModelName    &quot;Unknown monitor&quot;<br>        DisplaySize  349        196<br>
        HorizSync    19.0 - 62.0<br>        VertRefresh  50.0 - 70.0<br>        ModeLine     &quot;1360x768&quot; 85.5 1360 1424 1536 1792 768 771 777 795 +hsync<br>EndSection<br><br>Section &quot;Device&quot;<br>        Identifier  &quot;Videocard0&quot;<br>
        Driver      &quot;nvidia&quot;<br>        VendorName  &quot;Videocard vendor&quot;<br>        BoardName   &quot;NVidea GForce FX6200&quot;<br>        Option      &quot;AddARGBGLXVisuals&quot; &quot;True&quot;<br>EndSection<br>
<br>Section &quot;Screen&quot;<br>        Identifier &quot;Screen0&quot;<br>        Device     &quot;Videocard0&quot;<br>        Monitor    &quot;Monitor0&quot;<br>        DefaultDepth     24<br>        SubSection &quot;Display&quot;<br>
                Viewport   0 0<br>                Depth     16<br>                Modes    &quot;800x600&quot;<br>        EndSubSection<br>        SubSection &quot;Display&quot;<br>                Viewport   0 0<br>                Depth     24<br>
        EndSubSection<br>EndSection<br><br>Section &quot;Extensions&quot;<br>        Option      &quot;Composite&quot; &quot;Enable&quot;<br>EndSection<br><br>