Hi,<br><br>My latest problem is a slow GUI response inside of mythtv. Everything else that I use works fine. I know the response rate is slow because I've seen it when it was working correctly, but then decided to do a upgrade via yum. 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. Third one is a charm right? In my case everything seems to work until I get to mythfrontend. At that point I have a very slow response. 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't right.
<br><br>I've verified that I'm using the nvidia drivers. The configuration screen says Open GL is in use. 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. 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'll post a few of the debugging pieces I know about. I'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 "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/lib64/xorg/modules"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"
<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"
<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0
<br> Depth 24<br> Modes "1280x1024" "1280x1024" "1280x960" "1280x960" "1280x800" "1280x800" "1152x864" "1152x864" "1152x768" "1152x768" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
<br> 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. I'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't fix it, but half my desire to get mythtv working is to learn a lot about linux. If I don't upgrade and break things I'll never learn how to fix it.
<br>