diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-22 19:46:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-22 19:46:11 +0100 |
commit | 67f479d05794592d7a2f1752c3da9c75418c3454 (patch) | |
tree | caf7b1af7e4563bde38e986ac680008607362c8c /DESIGN | |
parent | Merge remote-tracking branch 'maandree/leaks' (diff) | |
download | redshift-ng-67f479d05794592d7a2f1752c3da9c75418c3454.tar.gz redshift-ng-67f479d05794592d7a2f1752c3da9c75418c3454.tar.bz2 redshift-ng-67f479d05794592d7a2f1752c3da9c75418c3454.tar.xz |
Support for running Redshift without a graphical environment in Linux by using Direct Rendering Manager
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DESIGN')
-rw-r--r-- | DESIGN | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -58,11 +58,11 @@ I've been mostly consistent with the naming throughout the source code (I hope). First adjustment methods: There is "randr" which is the preferred -because it has some features that are lacking in "vidmode" (IIRC it -has to do with multiple monitors). Both are APIs in the X server that -allow for manipulation of gamma ramps, which is what Redshift uses to -change the screen color temperature. There's also "wingdi" which is -for the Windows version. +because it has support for multiple outputs per X screen whic is lacking +in "vidmode". Both are APIs in the X server that allow for manipulation +of gamma ramps, which is what Redshift uses to change the screen color +temperature. There's also "wingdi" which is for the Windows version, +and "drm" which allows manipulation of gamma ramps in a TTY in Linux. Then there are location providers: "manual", "gnome-clock" and "geoclue". Some time ago there was only one way to specify the |