Replies: 1 comment
-
|
This is something that requires low level support which is not present right now (except for the built-in displays of the MBP line-up). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As is known to all, nowdays many modern LTPO monitors support dynamic refresh rate for saving battery. Technically, it's impossible to change refreash rate at signle Hertz level for LCD monitors, but it's trival to adjust the refresh rate at some candidate entries of refresh rate the LCD monitor natively supports. For example, my external monitor supports 165, 144, 120, 90, 75, and 60 Hz, then at software or driver level, we could dynamically adapt the refresh rate closest to the FPS reported by GPU. This technique is literally DRR. So, will we support this feature in BetterDisplay?
Beta Was this translation helpful? Give feedback.
All reactions