-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
configurable vrefresh #3560
Comments
* use a new capability rather than overloading the old one once more, * change the monitor data format from #56 to match the GTK names more closely (easier), * apply client desktop-scaling to monitor data
xsync after calling X11RandR.is_dummy16 rather than at the end
I don't think bumping the max clock was really needed, but in any case:
That should be enough for some time. |
The server side is working.
Minor issue: the modeline is being rounded down somewhere:
We calculate a modeline for |
Now with support in the client, here are the resolutions that are generated from my 4K60 monitor (technically
And since the code is shared, I get the exact same result when using the |
also support an extended syntax for the 'resize-display' option: ie: '4K60' and '1080p30'
The commit above ensures that the Note: |
Some applications may be querying the virtual screen's virtual outputs (#56) to get the vertical refresh rate in order to synchronize with it.
f37e274 makes it possible to override the default which was 50Hz.
We should:
The text was updated successfully, but these errors were encountered: