A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/linuxhw/EDID below:

linuxhw/EDID: EDID repository for LCD monitors

This is a repository of decoded EDIDs from various digital and analog monitors collected by Linux users at https://linux-hardware.org.

Everyone can contribute to this repository by uploading probes of their computers by the hw-probe tool:

sudo -E hw-probe -all -upload

EDIDs of all connected monitors will be uploaded to the database and repository.

TIP: discuss your monitors and EDIDs on our forum

Total monitors: 141906.

  1. About
  2. How to install EDID file
  3. How to regenerate data
  4. Digital display
  5. Analog display

The structure of the repository is the following:

{TYPE}/{VENDOR}/{MODEL}/{ID}

( e.g. Digital/LG Display/LGD0217/925C880E8A08 )

ID of a monitor is MD5 of EDID.

Generate binary EDID file:

cat EDID.txt | grep -E '^([a-f0-9]{32}|[a-f0-9 ]{47})$' | tr -d '[:space:]' | xxd -r -p > EDID.bin

Verify it by edid-decode:

Install EDID.bin by write-edid or edid-rw.

Regenerate all the data by new edid-decode:

find . -type f -regextype posix-extended -regex '.*/[A-F0-9]{12}$' -print0 | while read -r -d '' file; do cat "$file" | grep -E '^([a-f0-9]{32}|[a-f0-9 ]{47})$' | edid-decode-2023-05-07 -c --skip-sha > /tmp/file; cat /tmp/file > "$file"; done
find . -type f -regextype posix-extended -regex '.*/[A-F0-9]{12}$' -print0 | while read -r -d '' file; do sed -i -e "s/Serial Number: .*/Serial Number: .../g" "$file"; done

You can find decoded EDIDs for listed monitors in the repository by vendor name, model and ID.

...

See full list of digital monitors in the DigitalDisplay.md file.

See list of analog monitors in the AnalogDisplay.md file.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4