diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-19 21:36:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-19 21:36:41 +0200 |
commit | d9dbcb7a7c10899d278691ea571036a6cf51232c (patch) | |
tree | 1f61feb9b6faf6370f7048b2f436e98850852b90 /doc/info/mds.texinfo | |
parent | we should support XDG_VTNR (diff) | |
download | mds-d9dbcb7a7c10899d278691ea571036a6cf51232c.tar.gz mds-d9dbcb7a7c10899d278691ea571036a6cf51232c.tar.bz2 mds-d9dbcb7a7c10899d278691ea571036a6cf51232c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r-- | doc/info/mds.texinfo | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index d514230..36722fc 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -3312,14 +3312,14 @@ the no metadata for gamma ramps have changed, which could happen if the user switches between hardware and software gamma ramps. The response will also contain a @code{Length} -header and a message formatted in the same -manner as for @command{Command. set-gamma} -messages. That is, assuming as an example that -the gamma ramp depth is 16 bits, the red ramp -is (1, 2, 3, 4, 5, 6), the green ramp is (17, 18, 19, -20, 21, 22, 23) and the blue ramp is (33, 34, 35, 36, -37, 38, 39, 40) then the message will be (hexadecimal -representation): +header and a message formatted in the same manner +as for @command{Command. set-gamma} messages. That +is, assuming as an example that the gamma ramp depth +is 16 bits, @code{Coalesce: yes} was used in the +query, the red ramp is (1, 2, 3, 4, 5, 6), the green +ramp is (17, 18, 19, 20, 21, 22, 23) and the blue +ramp is (33, 34, 35, 36, 37, 38, 39, 40) then the +message will be (hexadecimal representation): @example 0001 0002 0003 0004 0005 0006 0011 0012 0013 0014 0015 0016 0017 @@ -3334,7 +3334,7 @@ On a big-endian system this would be: @end example @item Purpose: -Enable analysation and readings of the current +Enable analysis and readings of the current gamma ramps. @item Compulsivity: |