-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh Rate not set to 165 #8
Comments
The same as you are. My profile is 3440x1440,144 and 2880x1920,120. Every time I switch to this 3440x1440 it will be 120hz but not 144hz. |
Can you switch to these resolutions and refresh rates with the UI? What about explicitly running from the command line? |
@RickStrahl do you mean from Windows settings? yes, I can change resolution and refresh rate to these values manually using the I'm no longer using SR, I found an alternative solution for my use case that doesn't require switching resolution. |
Yes - I was asking because the original issue talks about using a profile configuration (which should work the same, but better to make sure). I was looking for the actual message that is returned if there is one. I'm not sure why it wouldn't work with certain refresh rates. On my machine I'm able to set to any of the supported refresh rates, but my rates are very low (ie. standard 60hz). Whatever resolution is chose has to match one of the listed modes exactly. To list all available modes (including orientations if non-default): setresolution list -la |
It's even worse in my case. I want to switch to 720x576@50 Hz and your tool switches to 1920x1080@120 Hz instead. That's not even close ;) I think it has some problems with screens that can display at multiple different refresh rates. TV's for example |
It appears that if you use a profile such as 4K or 1080p, the -f argument will be overwritten by the default frequency defined in the SetResolution.xml file. For now, you can use the -w and -h arguments as an alternative to specify the resolution and avoid this issue. Additionally, you can modify the SetResolution.xml file to specify the desired frequency. This bug is located in SetResolutionProcessor.cs at line 50. I will attempt to fix it if possible. |
I've created these two profiles below. When I switch to
ipad
, the refresh rate is switched to60
, but when I switch todefault
, the refresh rate stays at60
instead of switching to165
. Any idea what I am doing wrong?Device Details:
The text was updated successfully, but these errors were encountered: