This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Extended display identification data support#65
Closed
maandree wants to merge 29 commits intosharpbracket:masterfrom
Closed
Extended display identification data support#65maandree wants to merge 29 commits intosharpbracket:masterfrom
maandree wants to merge 29 commits intosharpbracket:masterfrom
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>
…_resolve_selection so that things such as EDID and connector name can be resolved with all required resources already loaded and readily available 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>
…want to have settings specified for monitors that are not currently plugged in as is now possible because of the EDID addition Signed-off-by: Mattias Andrée <maandree@operamail.com>
Contributor
Author
|
I will replace in the near future, closing. |
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.
This pull request extends pull request #61 with support
for monitor identification via EDID values when using
RandR or DRM. By using the adjustment method option
edid=..., where...is the EDID value in hexadecimalrepresentation (both lower and upper case, and mixed,
is allowed), the appropriate CRTC will be selected. If
the screen or graphics card is set to
all(default) itwill find it independently of which screen/graphics card
it belongs to. It is also possible to, for a monitor entry,
add
ignorable=1which flags to program to skip themonitor if it is not found. I have not set this the default
when when EDID is used, but doing would require editing
two lines and add one line.
EDID values are provided by most monitors, its goal
is to optimise plug-and-play support. But they also
contain (in most cases) data that make them unique,
such as week of manifacture, serial numbers, prototype
calibration information, random data (or serial number).
This patch should close:
https://bugs.launchpad.net/redshift/+bug/1240872