Open
Conversation
PixPMusic
approved these changes
Apr 4, 2017
Author
|
It seems this was approved but never merged. Would you be so kind to merge it? |
jjarava
added a commit
to jjarava/screenresolution
that referenced
this pull request
Jan 15, 2019
jjarava
added a commit
to jjarava/screenresolution
that referenced
this pull request
Jan 15, 2019
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 1920x1080x32@60.000000 not available on display 0Anyhow, 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>
.
|
Owner
|
Who or what is IPonyRadio? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.