diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-11 01:05:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-11 01:05:56 +0100 |
commit | 9f02a626f849a32873b407157ea5f6ec0aba8135 (patch) | |
tree | a8f2b92e985a96e2f6c7dd0902e6f7fd89528452 /info | |
parent | m (diff) | |
download | blueshift-9f02a626f849a32873b407157ea5f6ec0aba8135.tar.gz blueshift-9f02a626f849a32873b407157ea5f6ec0aba8135.tar.bz2 blueshift-9f02a626f849a32873b407157ea5f6ec0aba8135.tar.xz |
info: doc edid variable
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index fdade2b..58b2ec6 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -814,13 +814,18 @@ in millimetres. @code{None} if unknown or if not connected. @item crtc -The CRT controller index. @code{none} if not +The CRT controller index. @code{None} if not connected. @item screen -The screen index. @code{none} if not -used. - +The screen index. @code{None} if not used. + +@item edid +The extended display identification data of +the monitor in lower case hexadecimal representations. +@code{None} if not used or not found. If the monitor +is used it is probably found because it is needed +for plug and play support of the monitor. @end table @code{Screens} and @code{Screen} provide a set @@ -854,7 +859,6 @@ they are used or not (if @code{status} is @item find_by_edid(name) Matches outputs by monitor extended display identification data. - @end table These functions returns a list of matching |