This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Improved autoselection of method#63
Closed
maandree wants to merge 27 commits intosharpbracket:masterfrom
Closed
Conversation
…iling C files) to .gitignore Signed-off-by: Mattias Andrée <maandree@operamail.com>
…i method under X by (sloopyly) translating the calls to RandR calls Signed-off-by: Mattias Andrée <maandree@operamail.com>
…ons when all monitors can have individual gamma corrections, remove it Signed-off-by: Mattias Andrée <maandree@operamail.com>
… that it can be accessed from elsewhere, and make the compile-time configurable Signed-off-by: Mattias Andrée <maandree@operamail.com>
…, and make elevation constants compile-time configurable Signed-off-by: Mattias Andrée <maandree@operamail.com>
…nd -m Signed-off-by: Mattias Andrée <maandree@operamail.com>
…fill for using it Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
…lay) that has a matching name Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
…unction Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
…name Signed-off-by: Mattias Andrée <maandree@operamail.com>
…gamma-common. When compiling, disable all other methods until they too have been rewritten to use gamma-common. Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Collaborator
|
Again, this pull request does too much. In the first few commits I see fake-w32gdi which is not a feature that should be necessary for this pull request. Closing for now. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In this patch I have done two things and it is possible to omit any one of the.
DRM will be used if running in neither of X and Wayland (I do not know how to check Mir
so you have not added that,) the patterns of the values in the environment variables are not
sanity checked only existance and non-emptyness is checked. Similarly RandR and VidMode
check if running in X, however because both are flagged for autostart, neither will actually do
this check.
There is also a third commit that removes the first commit, it entirely removes the autostart
flag and forces use of the adjustments methods' functions to check whether they can autostart.