PDA

View Full Version : nvidia refresh rate


06-27-2005, 06:00 PM
Does any one know how to get a higher refresh rate from the nvidia driver?

Now i have installed it i am only getting 60hz. I feeel i am on the border of a headache all of the time. The other one offered is 85 and it does not work it corrupts the screen.

Its a niggly one - its such a great thing to have a BSD distro up so quick.

Anyone know?

KAZ

pcbsdusr
06-27-2005, 06:08 PM
EDIT THE /etc/X11/XF86Config file:


Open up the console and type:
"kdesu kedit /etc/X11/XF86Config"
You are prompted to insert the root password. Insert it and the file will
opened as root.

Under the "Monitor" section of the file set your monitor's specific horizontal
and vertical refresh rates replacing the existing values with the correct values for your monitor.
If you dont know the values search in your monitor's manual, manefacturer's site or simply google.

#CAUTION# You must set these values correctly because incorrect values can damage your monitor!!!!

To add more resolution modes or increase your default resolution:

Under the "Screen" after the word "modes" simply add modes. The first mode should me the highest resolution and the last the lower.

My example:

"1280x1024" "1152x864" "1152x768" "1024x768"

Now save the file, exit and reboot.

Cheers!

Renato Flórido

06-28-2005, 08:54 AM
Hi

That worked fine - no more headaches. Now i can get to work rather than chase the operating system around. Thanks - KAZ