summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-12 01:42:16 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-12 01:42:16 +0100
commit5624557528106c5c05b64810d218865effee9cba (patch)
treee30cdffb48c186b78b57ca1d4bc812bab04faafa
parentadd tree eval (diff)
downloadblueshift-5624557528106c5c05b64810d218865effee9cba.tar.gz
blueshift-5624557528106c5c05b64810d218865effee9cba.tar.bz2
blueshift-5624557528106c5c05b64810d218865effee9cba.tar.xz
type + update todo, drm looks like the solution for not requiring X/Wayland/Mir
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index cd4ea20..f511f29 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
High priority:
Add example that parses text-based conf file
Add support for monitor hotplugging
- Add models for calculating fade and refrash rate parameters
+ Add models for calculating fade and refresh rate parameters
Medium priority:
Fix errors caused by SIGUSR2
@@ -10,7 +10,8 @@ Medium priority:
Low priority:
Add wayland support
Add mir support
- Make it possible to do adjustments without a display server,
- it will require a lot of work but it might be possible to
- use parts of X or Wayland.
+ Add DRM (Direct Rendering Manager) support
+ It looks like this can be used to get/set the gamma ramps
+ without a display server running. It can also get physical
+ size and probably other data currently support under X.