diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 04:50:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 04:50:03 +0200 |
commit | b85d5ee8420779d2c15213a08b5a5817d80242fe (patch) | |
tree | 284d52dffc1bd943f6426030c6731c93e42866da /info/libgamma.texinfo | |
parent | it has been reported that vidmode can work when randr does not (diff) | |
download | libgamma-b85d5ee8420779d2c15213a08b5a5817d80242fe.tar.gz libgamma-b85d5ee8420779d2c15213a08b5a5817d80242fe.tar.bz2 libgamma-b85d5ee8420779d2c15213a08b5a5817d80242fe.tar.xz |
info: list adjustment method identifiers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/libgamma.texinfo')
-rw-r--r-- | info/libgamma.texinfo | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 63e8d71..8bac4b8 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -466,6 +466,7 @@ and for the freedom of all. @chapter API @menu +* Adjustment methods:: Selecting adjustment method. * Errors:: Error codes and how to handle errors. @end menu @@ -533,6 +534,26 @@ You may also want to add checks for update to +@node Adjustment methods +@section Adjustment methods + +@command{libgamma} is an abstraction layer that +lets you select which display server and protocol +--- together called adjustment method --- it +should use to work with the monitors' gamma +ramps. Supported adjustment method, even if +excluded at compile-time are identfier by numerical +values. + +@table @code +£>for method in $(libgamma-method-extract --list --method); do +@item £{method} +£>libgamma-method-extract --method $method | texise +£>done +@end table + + + @node Errors @section Errors |