Hey All,<br><br>Been searching through the forums and I don&#39;t see anything that quite matches my problem.  If someone can point me at a thread or two where this is discussed, I&#39;d be grateful.<br><br>Everyone usually complains that their screen resolution is too low, but my problem is reversed.  Under Fedora 8, my Nvidia card would run my Philips 47&quot; LCD TV at XGA - 1024x768@60hz.  The manual for my TV confirms that this should be the highest resolution when connected to a PC.  However, under Fedora 10, with the same legacy driver (atrpms 96xx), xrandr shows the screen resolution is set at 1280x720@50hz.<br>
<br>At first I thought to myself &quot;well this is cool.&quot;  Then I noticed that this effectively stretches out the desktop and display beyond the &quot;borders&quot; of the screen.  I cannot access the menus or panels on my desktop, and it also cuts off menu items in the setup utilities for mythtv.  I tried manually forcing 1024x768 by making it the only mode in xorg.conf, but the nvidia driver just ignores that and brings the display up in the higher resolution anyway.  And xrandr does not even show 1024x768 as an option anymore.  I get 1280x720, followed by 800x600 and down.<br>
<br>On a side note: All of my videos are now stuttering and freezing when I play them.  Could it be the two issues are related?<br> <br><br>System specifics:<br>The nvidia card has a DVI port that uses a DVI-to-HDMI cable to connect to an HDMI port on my TV. <br>
<br>************<br>lspci:<br>01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)<br><br>kernel:<br>2.6.27.21-170.2.56.fc10.i686<br><br>Nvidia drivers from atrpms:<br>nvidia-graphics96.43.11-libs-96.43.11-98.fc10.i386<br>
nvidia-graphics-devices-1.0-6.fc10.noarch<br>nvidia-graphics96.43.11-96.43.11-98.fc10.i386<br>nvidia-graphics96.43.11-kmdl-2.6.27.21-170.2.56.fc10-96.43.11-98.fc10.i686<br>nvidia-graphics-legacy-96xx-96.43.11-23.i386<br>nvidia-graphics-helpers-0.0.29-30.fc10.i386<br>
<br>partial xorg.conf:<br><br>Section &quot;Monitor&quot;<br>        Identifier   &quot;Monitor0&quot;<br>        VendorName   &quot;Unknown&quot;<br>        ModelName    &quot;Unknown&quot;<br>        HorizSync    30.0 - 110.0<br>
        VertRefresh  50.0 - 150.0<br>        Option      &quot;DPMS&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>        Identifier  &quot;Device0&quot;<br>        Driver      &quot;nvidia&quot;<br>        VendorName  &quot;NVIDIA Corporation&quot;<br>
EndSection<br><br>Section &quot;Screen&quot;<br>        Identifier &quot;Screen0&quot;<br>        Device     &quot;Device0&quot;<br>        Monitor    &quot;Monitor0&quot;<br>        DefaultDepth     24<br>        SubSection &quot;Display&quot;<br>
                Depth     24<br>                Modes    &quot;1024x768&quot;<br>        EndSubSection<br>EndSection<br><br>Thanks in advance for any guidance!<br>