Hi,<br><br>My latest problem is a slow GUI response inside of mythtv.&nbsp; Everything else that I use works fine.&nbsp; I know the response rate is slow because I&#39;ve seen it when it was working correctly, but then decided to do a upgrade via yum.&nbsp; I run the following set of yum command under fc6:
<br><br>yum --disablerepo=atrpms -y update<br>yum --enablerepo=livna -y update kmod-nvidia
<br>yum -y update mythtv-suite<br>yum install ivtv ivtv-kmdl-`uname -r`<br>modprobe ivtv<br><br>That seems to be my standard upgrade script and has worked for a couple of upgrades.&nbsp; Third one is a charm right?&nbsp; In my case everything seems to work until I get to mythfrontend.&nbsp; At that point I have a very slow response.&nbsp; I can actually see the screen paint, and for a GeForce 6600 GT on and AMD x64 3000 with under a 5% load that just isn&#39;t right.
<br><br>I&#39;ve verified that I&#39;m using the nvidia drivers.&nbsp; The configuration screen says Open GL is in use.&nbsp; My method of verification is very unscientific.. I make sure that a nvidia splash screen shows up before the login screen is displayed, so if there is a better way please let me know.
<br><br>At first I had a post on fedoraforums about not using the nvidia driver after the upgrade by default.&nbsp; They walked me through that, but are not sure why my screen refresh would be slow.<br><br>So my question is any idea how to get the mythfrontend working snappy again?
<br><br>I&#39;ll post a few of the debugging pieces I know about.&nbsp; I&#39;ll be happy to post more if it will help debug what is going on.<br><br>kernal version: 2.6.20-1.2925.fc6<br><br>contents of xorg.conf:<br># Xorg configuration created by system-config-display
<br><br>Section &quot;ServerLayout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;single head configuration&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;
<br>EndSection<br><br>Section &quot;Files&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib64/xorg/modules&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;us&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;
<br>EndSection<br><br>Section &quot;Screen&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1280x1024&quot; &quot;1280x960&quot; &quot;1280x960&quot; &quot;1280x800&quot; &quot;1280x800&quot; &quot;1152x864&quot; &quot;1152x864&quot; &quot;1152x768&quot; &quot;1152x768&quot; &quot;1024x768&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;800x600&quot; &quot;640x480&quot; &quot;640x480&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>EndSection<br><br>END xorg.conf<br><br>rpm -q kernel kernel-devel kmod-nvidia<br>kernel-2.6.19-1.2911.6.5.fc6<br>kernel-2.6.20-1.2925.fc6<br>kernel-devel-2.6.19-1.2911.6.5.fc6<br>kernel-devel-2.6.20-1.2925.fc6
<br>kmod-nvidia-1.0.9755-2.2.6.19_1.2911.6.5.fc6<br>kmod-nvidia-1.0.9755-2.2.6.20_1.2925.fc6<br><br><br>
That all the information I know to provide.&nbsp; I&#39;ll be happy to post more to help debug this.<br><br>PS I know the moral of the story is if its not broke don&#39;t fix it, but half my desire to get mythtv working is to learn a lot about linux.&nbsp; If I don&#39;t upgrade and break things I&#39;ll never learn how to fix it.
<br>