-
Notifications
You must be signed in to change notification settings - Fork 67
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
Does not list / use HIDPI resolutions #18
Comments
Yes, please add ability to switch to HiDPI resolutions |
👍 |
I did some hacking of get mode to report the number of pixels in addition to the logical resolution:
The relevant code fragment:
|
Hi! Looking around for a solution to this, I found pull request #21 that, after some "digging", led me to https://github.com/avibrazil/RDM -- which is a project that seems to be based on this, that actually provides a command line utility and a GUI one, and supports Retina displays. It seems to do what I was looking for... So take this as a FYI |
Hello everyone 👋🏼 Unfortunately in the meantime RDM was archived by the owner. What is currently the best solution to programmatically change display resolutions including support for HiDPI (Retina) resolutions? |
On a MacBook with a Retina display, resolutions with hi-dpi are not listed and seemingly not accessible. For example:
While this may look perfectly fine, the original resolution was 1280x800 with HIDPI, and after the
set
command, the resolution changed to 1280x800 without HIDPI.I have some coding experience, and access to such a macbook, so with a little guidance I can probably help in developing / testing any changes.
The text was updated successfully, but these errors were encountered: