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/slack-desc | |
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/slack-desc')
-rw-r--r-- | system/edid-decode/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/edid-decode/slack-desc b/system/edid-decode/slack-desc new file mode 100644 index 0000000000000..f35d960691051 --- /dev/null +++ b/system/edid-decode/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +edid-decode: edid-decode (decode EDID data in human-readable format) +edid-decode: +edid-decode: edid-decode decodes EDID monitor description data in human-readable +edid-decode: format. Input may be raw binary files or ASCII text in various formats +edid-decode: (see man page). +edid-decode: +edid-decode: EDID data may be read with get-edid (from the read-edid build) or from +edid-decode: the /sys filesystem, e.g. /sys/class/drm/card0-HDMI-A-1/edid (the +edid-decode: filename may vary on your system). +edid-decode: +edid-decode: |