diff options
author | B. Watson <yalhcru@gmail.com> | 2019-01-10 04:43:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-10 04:43:18 +0700 |
commit | 936682bd4c0630654b1cb5c929eeee5c2d4a3efa (patch) | |
tree | b9002f4b78ba15ecc69999983dcdb4c8ed90f73d /system/edid-decode/README | |
parent | 2ddde7507021f66d21899e595f693e9dcbc7b6e0 (diff) |
system/edid-decode: Added (decode EDID data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/edid-decode/README')
-rw-r--r-- | system/edid-decode/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/edid-decode/README b/system/edid-decode/README new file mode 100644 index 0000000000000..71d34939f1813 --- /dev/null +++ b/system/edid-decode/README @@ -0,0 +1,17 @@ +edid-decode (decode EDID data in human-readable format) + +edid-decode decodes EDID monitor description data in human-readable +format. Input may be raw binary files or ASCII text in various formats +(see man page). + +EDID data may be read with get-edid (from the read-edid build) or from +the /sys filesystem, e.g. /sys/class/drm/card0-HDMI-A-1/edid (the filename +may vary on your system). + +Also, sample EDID data from various displays is included in the package. +See "/usr/doc/edid-decode-$VERSION/data/". + +edid-decode does the same job as the parse-edid command from the read-edid +build, but edid-decode shows more detailed info than parse-edid. Also, +edid-decode is still under development as of December 2018, while +read-edid was last updated in April 2015. |