change refresh rate

Have an intel 945G graphics adapter on Opensuse 11.3 and it is being incorrectly set at 75Hz refresh rate.
I need to change this to 60hz. Now that xorg.conf and sax2 have gone I’m not sure how to do this.
The setting can be changed in KDE4 > Configure Desktop but the setting is lost every time I reboot.

Is there a file somewhere that can be edited to correct my problem?

been a while - anybody have a solution here?

I guess you could edit 50-monitors.conf with an entry like this (1280x1024@60Hz for example)

Section "Monitor"
  Modeline     "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060 -HSync +Vsync
  Option       "PreferredMode" "1280x1024_60"
  VertRefresh  50-60
EndSection

ahhh - thanks for that. Still getting my head around the lack of sax2.

My resolution was fine. Appears all I need to add to 50-monitors.conf was

VertRefresh 60

everything seems fine now.

Great :slight_smile: