Page 1 of 1

Get your nvidia card to have the right vertical refresh

Posted: Sun Oct 14, 2007 4:51 pm
by Husse
If your nvidia card only gives you low resolution and/or low vertical refresh, this may be the trick(s) you need.

To find out what values you should have in the Section "Monitor" you can use
xvidtune
in a terminal. Click Cancel in the box that pops up and you've got your monitors horizontal and vertical frequencies. These should be in the section "Monitor"
If you still don't get the right resolution try the following:

Add to the "Device" section of your xorg.conf:
Code:
Option "ExactModeTimingsDVI"
Option "ModeValidation" "NoDFPNativeResolutionCheck"

Apparently, even though the EDID correctly reports the resolution, the driver seems to be getting the wrong Native resolution, so it doesn't think the monitor can handle the actual resolution. The second line tells it to not check for the native resolution. Not entirely sure what the first line does to help, but it doesn't seem to hurt.

Also, if you don't get an option for a higher refresh rate your monitor supports (such as 75Hz) add:
Code:
Option "DynamicTwinView" "False"

Dynamic TwinView messes up the refresh rates it'll allow. Note that with this set to False, though, you can not access/set the items on the "X Server Display Configuration" section of nvidia-settings, through the GUI anyway.

Re: Get your nvidia card to have the right vertical refresh

Posted: Sat Sep 25, 2010 1:01 am
by progone
I wish that worked for me.

The reply was 'Unable to query monitor info' :roll:

Re: Get your nvidia card to have the right vertical refresh

Posted: Fri Jun 22, 2012 12:10 pm
by jimisbell
Doesnt workk for me either on Mint 11
1st, there is no "cancel" box to check on the display that pops up when I enter xvidtune in the terminal.
2nd I dont know how to get into xorg.conf to make the changes.

My terminal works fine under Mint 8 and I would revert to 8 except that I am afraid if I do I will erase files and even more important, my bookmarks. I cant loose the bookmarks.

Re: Get your nvidia card to have the right vertical refresh

Posted: Fri Jun 22, 2012 7:41 pm
by zerozero
[please don't bump topics with almost 2 years, the solutions here surely are not going to work with your ed. of mint. open a new topic]