<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><br>Have you verified that the frontend is CPU bound when playing back HD video? One way or the other, it sounds like an xorg configuration issue. Could you post your
xorg.conf? <br></div><br></div><div><span class="e" id="q_114f6cfad06cd862_3"><br clear="all"><br>-- <br>TV/IT Engineer<br>WCJB-TV Gainesville, FL<br>(352) 377 2020 x248<br><a href="mailto:cribe@wcjb.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
cribe@wcjb.com</a>
</span></div></blockquote></div><br><br>yea its cpu issue. its maxed out. here is my xorg. its the same as it was before tho:<br>
<br>
[myth@mythtv ~]$ cat /etc/X11/xorg.conf<br>
# Xorg configuration created by livna-config-display<br>
<br>
Section "ServerLayout"<br>
Identifier "Layout0"<br>
Screen 0 "Screen0" 0 0<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
InputDevice "Mouse0" "CorePointer"<br>
EndSection<br>
<br>
Section "Files"<br>
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br>
ModulePath "/usr/lib/xorg/modules"<br>
FontPath "unix/:7100"<br>
EndSection<br>
<br>
Section "Module"<br>
Load "dbe"<br>
Load "extmod"<br>
Load "glx"<br>
Load "dbe"<br>
Load "extmod"<br>
EndSection<br>
<br>
Section "ServerFlags"<br>
Option "Xinerama" "0"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
<br>
# generated from default<br>
Identifier "Mouse0"<br>
Driver "mouse"<br>
Option "Protocol" "auto"<br>
Option "Device" "/dev/input/mice"<br>
Option "Emulate3Buttons" "no"<br>
Option "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
<br>
# generated from data in "/etc/sysconfig/keyboard"<br>
Identifier "Keyboard0"<br>
Driver "kbd"<br>
Option "XkbLayout" "us"<br>
Option "XkbModel" "pc105"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Unknown"<br>
ModelName "TV-0"<br>
### Comment all HorizSync and VertSync values to use DDC:<br>
HorizSync 30.0 - 95.0<br>
VertRefresh 50.0 - 160.0<br>
Option "DPMS"<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
BoardName "GeForce 6600 GT"<br>
Option "AddARGBGLXVisuals" "True"<br>
Option "DisableGLXRootClipping" "True"<br>
EndSection<br>
<br>
Section "Screen"<br>
<br>
#Option "TVStandard" "HD1080i"<br>
#Option "TVStandard" "HD480p"<br>
#Option "metamodes" "CRT: 720x480 +0+0"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
Option "metamodes" "CRT: 1280x720 +0+0"<br>
Option "TVStandard" "HD720p"<br>
Option "UseEDID" "FALSE"<br>
Option "ConnectedMonitor" "TV"<br>
Option "TvOutFormat" "Component"<br>
#Option "metamodes" "CRT: 1920x1080 +0+0"<br>
Option "AddARGBGLXVisuals" "True"<br>
SubSection "Display"<br>
Depth 24<br>
EndSubSection<br>
EndSection<br>
<br>