Hi,<br><br>On my frontend I have a bad issue with XvMC and HD video. When watching HD and the OSD comes up I get very bad studdering.<br><br>I have tried everything in the XvMC wiki and cant get it any better.<br><br>The FE:<br>
3.0 GHz P4<br>nvidia 6200 w/ component out<br>diskless<br><br>When playing HD i only see ~50% use and when the OSD is up it uses the same.<br><br>My Xorg.conf:<br>[root@mythfe ~]# cat /etc/X11/xorg.conf<br># Xorg configuration created by livna-config-display<br>
<br>Section "ServerLayout"<br> Identifier "single head configuration"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Keyboard0" "CoreKeyboard"<br>
EndSection<br><br>Section "Files"<br> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"<br>
EndSection<br><br>Section "Module"<br> Load "freetype"<br> Load "type1"<br> Load "vbe"<br> Load "glx"<br> Load "dbe"<br> Load "extmod"<br>
Load "fbdevhw"<br> Load "record"<br> Load "v4l"<br>EndSection<br><br>Section "ServerFlags"<br> Option "AIGLX" "off"<br>EndSection<br>
<br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us+inet"<br>
EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"<br> Option "AddARGBGLXVisuals" "True"<br> Option "TVOutFormat" "Component"<br>
Option "TVStandard" "HD720p"<br> Option "metamodes" "CRT: 1280x720 +0+0"<br> Option "NoLogo" "true"<br> Option "UseEvents" "True"<br>
Option "ConnectedMonitor" "TV"<br> Option "NVAGP" "1"<br> Option "XvmcUsesTextures" "false"<br>EndSection<br><br>Section "Screen"<br>
Identifier "Screen0"<br> Device "Videocard0"<br> DefaultDepth 24<br> Option "metamodes" "CRT: 1280x720 +0+0"<br> Option "AddARGBGLXVisuals" "True"<br>
EndSection<br><br>Section "Extensions"<br> Option "Composite" "Enable"<br>EndSection<br><br>I have tried changing Sync to Vblank setting but nothing seems to help.<br><br>Thanks,<br>
Mitchell<br><br>