Closed issue by jsumners on void-packages repository https://github.com/void-linux/void-packages/issues/27934 Description: https://git.linuxtv.org/edid-decode.git/about/ Currently, Void offers the `read-edid` package sourced from http://polypux.org/projects/read-edid/. Unfortunately, this tool is woefully out-of-date and does not actually parse modern edid files. I was able to clone the `edid-decode` source, install the `gcc` package, and build the tool successfully. The result is the following printed out the complete information where `parse-edid` (from the `read-edid` package) did not: ``` ./edid-decode < /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/edid ```