Unless my Xorg.conf is wrong, I am definitely using the nvidia driver. I have included the entirety of my xorg.conf below. I basically used the default xorg.conf and it gives me 1280x720, which works OK for my needs.<br>
<br>I am using Qt as my menu renderer. I suppose I could try OpenGL and see if that works better for me.<br><br># Xorg configuration created by pyxf86config<br><br>Section "ServerLayout"<br> Identifier "Default Layout"
<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 "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 "Monitor"<br> Identifier "Monitor0"<br> VendorName "Pioneer"<br> ModelName "5070"
<br># Option "dpms"<br># Option "UseEDID" "false"<br># Option "ModeValidation" "NoEdidModes"<br># DisplaySize 345 195<br># DisplaySize 325 182
<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"<br> Monitor "Monitor0"<br> DefaultDepth 24<br> SubSection "Display"
<br> Viewport 0 0<br> Depth 24<br> Modes "1360x768" "1280x720"<br> EndSubSection<br>EndSection<br><br><br><div><span class="gmail_quote">On 9/28/07,
<b class="gmail_sendername">Jonathan Rogers</b> <<a href="mailto:jonner@teegra.net">jonner@teegra.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>Larry K wrote:<br>> I recently upgraded from 0.18 to 0.20 (and a corresponding video driver<br>> upgrade from 7174 to 9746) and I am seeing this problem as well. The first
<br>> time I enter the recordings screen, all seems well, but shortly thereafter,<br>> every navigation is painfully slow, including the menu to delete a<br>> recording.<br><br>I assume from you the driver versions you specify that you're using the
<br>"nvidia" proprietary driver. Oddly, I have only seen this problem when<br>using Radeon hardware and the Free "radeon" driver, though HD playback<br>is handled fine. When I've tried nvidia hardware and either the "nv" or
<br>"nvidia" driver, menus were always snappy. Now, I'm wondering if this<br>problem has to do with some generic <a href="http://X.org">X.org</a> option that is somehow set<br>differently when using different drivers. BTW, which menu renderer are
<br>you using (Qt or OpenGL)? I'm using Qt.<br><br>Jonathan Rogers<br><br>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.6 (GNU/Linux)<br>Comment: Using GnuPG with Mozilla - <a href="http://enigmail.mozdev.org">
http://enigmail.mozdev.org</a><br><br>iD8DBQFG/SCLMs6f82yVS5wRAj09AKC0m8bdUuVMGBhxEm0swpiukurP5QCfbRR5<br>WWS5Pr99DNu2GTurm0PP3TU=<br>=CJIB<br>-----END PGP SIGNATURE-----<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>