<br><div><span class="gmail_quote">On 9/6/07, <b class="gmail_sendername">James Orr</b> <<a href="mailto:james.orr7@gmail.com">james.orr7@gmail.com</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;">
OK, so I've upgraded to 0.20.2 and everything is working great, except ...<br><br>I also upgraded a few other things (kernel, ivtv, nvidia drivers ...).<br><br>I have a GeForce4 MX and am using the 1.0.9639 driver.<br>
<br>The good news is for the first time in the 3.5 years I've been using mythtv the OverScan option actually works! Yay!<br><br>The bad news is the fonts now look like crap. They seem to be the right size but it's like there's pixels missing here and there or something. The upper-case T is a good example, the veritcal part is white and seems fine, but the horizontal part is just kind of a washed out blue. It's all readable, it just doesn't look very good.
<br><br>Watching actual television shows looks the same as it did before.<br><br>Any ideas?</blockquote><div><br> I can't offer much help other than to say I'm also using the 1.0.9639 driver with a geForce4 MX440, and everything is working beautifully. I installed mythDora
4.0, then updated to 0.20.2 and the 9639 driver. <br></div><br>If it helps at all, here's my xorg.conf:<br><br></div># 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/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 "Monitor"<br> ### Comment all HorizSync and VertSync values to use DDC:
<br> Identifier "Monitor0"<br> VendorName "Monitor Vendor"<br> ModelName "27in Analog TV"<br> ### Comment all HorizSync and VertSync values to use DDC:<br> HorizSync
30.0 - 50.0<br> VertRefresh 60.0 - 60.0<br> Option "dpms"<br># For 2560x1600 at 100dpi (16:10)<br># DisplaySize 650 406<br># For 1920x1200 at 100dpi (16:10)<br># DisplaySize 487 304
<br># For 1680x1050 at 100dpi (16:10)<br># DisplaySize 426 266<br># For 1440x900 at 100dpi (16:10)<br># DisplaySize 365 228<br># For 1280x768 at 100dpi (16:10)<br># DisplaySize 325 195<br>#<br># For 1920x1080 at 100dpi (16:9)
<br># DisplaySize 487 274<br># For 1360x768 at 100dpi (16:9)<br># DisplaySize 345 195<br># For 1280x720 at 100dpi (16:9)<br># DisplaySize 325 182<br>#<br># For 1600x1200 at 100dpi (4:3)<br># DisplaySize 406 304
<br># For 1400x1050 at 100dpi (4:3)<br># DisplaySize 355 266<br># For 1280x960 at 100dpi (4:3)<br># DisplaySize 325 243<br># For 1024x768 at 100dpi (4:3)<br># DisplaySize 260 195<br># For 800x600 at 100dpi (4:3)
<br> DisplaySize 203 153<br># For 640x480 at 100dpi (4:3)<br># DisplaySize 162 121<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"
<br> Option "RenderAccel" "1"<br> Option "TVStandard" "NTSC-M"<br> Option "TVOutFormat" "SVIDEO"<br> Option "NvAGP" "3"
<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 "800x600" "640x480"<br> EndSubSection<br>EndSection<br><br>