diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:06:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:08:02 +0100 |
commit | 581dbd784a5f6bdd1b064e44e27066ce687f5dd8 (patch) | |
tree | 47ea9153c1079ea6abe53b043451ab2efba6cd6b /examples/lisp-esque.conf | |
parent | reduce allocations in drm (diff) | |
download | blueshift-581dbd784a5f6bdd1b064e44e27066ce687f5dd8.tar.gz blueshift-581dbd784a5f6bdd1b064e44e27066ce687f5dd8.tar.bz2 blueshift-581dbd784a5f6bdd1b064e44e27066ce687f5dd8.tar.xz |
add ttymode support for all examples missing it and uses randr or vidmode, except the xmonad example becuase xmonad does not run in tty1.10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/lisp-esque.conf')
-rw-r--r-- | examples/lisp-esque.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index cd9116f..c9dad3c 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -89,6 +89,8 @@ ; (method print) ; It is possible to use both: ; (method print randr) + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. (transfrom randr) ; yes, this it says ‘from’ not ‘form’ @@ -101,6 +103,8 @@ ; It an also be configured individually for the monitors: ; (transfrom randr nil) ; This will not do this for the second monitor + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. ;; Important: The following options are applied in order of appearance @@ -161,6 +165,8 @@ ; (current vidmode) ; of using vidmode ; You can also controll the monitors individually: ; (current randr nil) ; does this only for the first monitor + ; drm does not exist as an alternative but will be used + ; automatically under ttymode. ; Colour brightness at high day and high night, respectively. ; This setting uses the CIE xyY colour space for calculating values. |