diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-03 00:10:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-03 00:10:43 +0200 |
commit | f24b1e38904f1baf351502bfa630b3b9d7d2e2f1 (patch) | |
tree | 7347eec3bbfc9da872d160ca77c378f96f783841 /TODO | |
parent | update deps (diff) | |
download | blueshift-f24b1e38904f1baf351502bfa630b3b9d7d2e2f1.tar.gz blueshift-f24b1e38904f1baf351502bfa630b3b9d7d2e2f1.tar.bz2 blueshift-f24b1e38904f1baf351502bfa630b3b9d7d2e2f1.tar.xz |
add multi-display support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,15 +2,17 @@ High priority: Add support for monitor hotplugging Add models for calculating fade and refresh rate parameters Test with multiple X screens + Test, document and demo multi-display support Medium priority: Add a section in manual for information on which order to apply settings and how it affects the result. + Import multi-screen and multi-display support so that new + connections are not need all the time. Low priority: - Raw ramp applying functions with precalcuated interpolation, polynomial + Raw ramp applying functions with precalcuated polynomial interpolation Add support for temporarily closing DRM connection so that multiple users can run in DRM - Add multi-display support (for example operating on two X displays) Future stuff: Add wayland support (could not find an API for it, but xwayland works) |