edid-decode
decode the binary EDID information from monitors
Install
- All systems
-
curl cmd.cat/edid-decode.sh
- Debian
-
apt-get install edid-decode - Ubuntu
-
apt-get install edid-decode - Kali Linux
-
apt-get install edid-decode - CentOS
-
yum install edid-decode - Fedora
-
dnf install edid-decode - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install edid-decode - Raspbian
-
apt-get install edid-decode
edid-decode
decode the binary EDID information from monitors
EDID is binary data encoded in the monitor firmware, which the kernel exposes via /sys/devices/.../drm/card*/card*/edid. edid-decode renders this binary data into a human-readable text form.