-
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
Support for retina resolutions. #23
base: master
Are you sure you want to change the base?
Conversation
It seems this was approved but never merged. Would you be so kind to merge it? |
Let’s see if this works…
I've applied this to the base tree and it doesn't work; I get a very long list of "repeated" resolutions when I do a "list":
but trying to do a "set" will get me an error: ./screenresolution set 1920x1080x32@60
2019-01-15 11:38:47.680 screenresolution[5433:364720] starting screenresolution argv=./screenresolution set 1920x1080x32@60
2019-01-15 11:38:47.686 screenresolution[5433:364720] Error: mode [email protected] not available on display 0 Anyhow, looking at #21, I've found a (different) project that supports changing resolution from the command line: https://github.com/avibrazil/RDM So in a way, this project has got me where I wanted... |
It's been a while since I've looked at this project but I believe it
doesn't work on newer versions of macOS basically at all
…On Tue, Jan 15, 2019, 5:45 AM Javier JJ ***@***.***> wrote:
I've applied this to the base tree and it doesn't work; I get a very long
list of "repeated" resolutions when I do a "list":
Available Modes on Display 0
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.***
Available Modes on Display 1
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.*** ***@***.*** ***@***.***
***@***.***
but trying to do a "set" will get me an error:
./screenresolution set ***@***.***
2019-01-15 11:38:47.680 screenresolution[5433:364720] starting screenresolution argv=./screenresolution set ***@***.***
2019-01-15 11:38:47.686 screenresolution[5433:364720] Error: mode ***@***.*** not available on display 0
Anyhow, looking at #21
<#21>, I've found a
(different) project that supports changing resolution from the command
line: https://github.com/avibrazil/RDM
So in a way, this project has got me where I wanted...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFJpz819kTtnirNxGJcWJWbQJqzWEk-eks5vDbEvgaJpZM4Iz0cJ>
.
|
Who or what is IPonyRadio? |
Supporting retina resolutions is described here: http://lists.apple.com/archives/cocoa-dev/2014/May/msg00262.html. I found some code to help me here: https://github.com/kaoru-sakurazaka/chreso/blob/master/chreso/main.c.