X and Fluxbox :: Refresh rate (again)



which XF86Config do you use?
you could do some experimenting  with it:
Code Sample

Section "InputDevice"
 Identifier    "Mouse[1]"
 Driver        "mouse"
 Option        "CorePointer"
 Option        "Device"                "/dev/psaux"
 Option        "Protocol"              "imPS/2"
 Option        "Emulate3Buttons"       "true"
 Option        "ZAxisMapping"          "4 5"
EndSection


may give you some idea where to look for.

tnx Henk, it worked, i have XF86 installed now, but i still can't get a higher refresh rate..
Code Sample
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-50
VertRefresh 43-75
Option "DPMS"
EndSection


lookup this section of XF86Config-4
find the VertRefresh AND HorizSync for your monitor
both these values aa used to calculate the max refresh rate


original here.