-
Notifications
You must be signed in to change notification settings - Fork 63
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
Maintenance repository (Also: Check here if you experience problems) #33
Open
phillipberndt
wants to merge
74
commits into
wertarbyte:master
Choose a base branch
from
phillipberndt:legacy
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
40autorandr had issues when resuming on a system where one or more users have multiple terminal sessions open. enhanced 40autorandr to allow being called as 40auto-disper to automatically swap to using auto-disper semantics
Checks if the directory ~/.autorandr exists before searching for profiles. Example error message: autorandr -find: `/root/.autorandr/*': No such file or directory
xRandR (in newer versions?) will output an extra columns for primary outputs. Detect this column and modify the string split and column numbers accordingly.
…tion xrandr will typically fail when switching outputs, if the maximum number is already enabled. This patch will cause xrandr to be called twice: - First invocation will only disable outputs, freeing up CRTCs - Second invocation will only enable outputs
…(e.g. terminals).
Conflicts: README.md
Conflicts: pm-utils/40autorandr
Conflicts: README
Conflicts: Makefile
…ommon resolution for all attached displays.
…refer existing configuration files over virtual configurations
Small fixes to virtual profile code.
Conflicts: pm-utils/40autorandr
Enabling more than one or two outputs at once may result in this error: /usr/bin/xrandr: Configure crtc 1 failed This happens on my Dell Latitude E7440 with three monitors connected. Disabling many outputs at once still seems safe. Output positioning may be ignored by xrandr in some cases. To circumvent this, make sure the output with --pos 0x0 is enabled first.
In order to resolve bug #7, we need to remove non-trivial pieces of code by @wertarbyte, who does not react to requests currently. All other authors agreed to any suitable OSS license. See #7 for further discussion. A side-effect of my reimplementation is that both methods now return the same fingerprint, such that they are interchangeable. A downside is that the fingerprints change with this version.
This reverts commit bbe8f8b. See wertarbyte/autorandr#24 Conflicts: autorandr
See #7 and wertarbyte/autorandr#24, where the original author wrote: > After a while, I finally got around to this - licence should be GPLv3, > so feel free to package :-)
To normalize the fingerprints, we have to fiddle a lot with the sysfs variant. The awk code is much simpler. In the long run I'd like to remove the sysfs code altogether.
This was referenced Feb 18, 2015
Thanks a lot, @phillipberndt ! |
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.
This repository has been unmaintained for quite some time, and since I needed autorandr on my notebook, I took over and merged most of the pull requests below this one.
I'll stop maintaining the fork once Stefan closes this pull request to my repository. In the meantime, before you report any issues here, check if someone else already solved them for you over at
https://github.com/phillipberndt/autorandr/tree/legacy.
Active development currently takes place in yet another branch, with a fully compatible Python rewrite:
https://github.com/phillipberndt/autorandr/
(wertarbyte: If you merge this, note that I added a note in the readme file concerning maintenance status which you'll probably want to remove.)