Hi mate,
I assume you are using a PC monitor here? If, not what I am going to say wont be relevant. although as your talking 70 - 140hz its a good assumption.
The answer you searching for is over at the GA GitLab site.
You need to setup your switres.ini with the correct monitor profile. in your case you want to use pc_70_120 try this first before moving to custom ranges.
Monitor pc_70_120
This will give you a range of
crt_range0 30000-70000, 100-130, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 192, 320, 0, 0
crt_range1 30000-70000, 50-65, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 400, 1024, 0, 0
If you need to hit hz and frequencies below or above this range you need to make a few changes. Using custom ranges make your ini look as below and start adjusting some of the options
Monitor custom
crt_range0 30000-70000, 100-130, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 192, 320, 0, 0
crt_range1 30000-70000, 50-65, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 400, 1024, 0, 0
Range Value Description
- HfreqMin - Minimum Horizontal Frequency in Hz
- HfreqMax - Maximum Horizontal Frequency in Hz
- VfreqMin - Minimum Vertical Frequency in Hz
- VfreqMax - Maximum Vertical Frequency in Hz
- HFrontPorch - Horizontal Front Porch in μs
- HSyncPulse - Horizontal Sync Pulse in μs
- HBackPorch - Horizontal Back Porch in μs
- VfrontPorch - Vertical Front Porch in μs
- VSyncPulse - Vertical Sync Pulse in μs
- BackPorch - Vertical Back Porch in μs
- HSyncPol - Horizontal Sync Polarity
- VSyncPol - Vertical Sync Polarity
- ProgressiveLinesMin - Minimum Number of Progressive Lines
- ProgressiveLinesMax - Maximum Number of Progressive Lines
- InterlacedLinesMin - Minimum Number of Interlaced Lines
- InterlacedLinesMax - Maximum Number of Interlaced Lines
For example to hit 140, change the range as follows.
crt_range0 30000-75000, 100-140, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 192, 350, 0, 0
crt_range1 30000-70000, 50-65, 2.201, 0.275, 4.678, 0.063, 0.032, 0.633, 0, 0, 400, 1024, 0, 0
Probably take a bit of tweaking, but you will be on the right track.
Check out the full monitor profile guide here
I hope this helps.