We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's how to use hexdump to convert an edid to a format that http://www.edidreader.com/ supports:
First, uncheck everything except "Add Hex Prefix (0x)". Then paste the result of this command onto the site: hexdump -ve '1/1 "%.2x "' edid.bin
hexdump -ve '1/1 "%.2x "' edid.bin
Example EDID: 00 ff ff ff ff ff ff 00 04 69 b1 24 01 01 01 01 2a 16 01 04 a5 37 23 78 3a 3d 15 a3 54 4d a0 27 12 50 54 bf ef 00 71 4f 81 80 81 40 95 00 a9 40 b3 00 d1 c0 01 01 28 3c 80 a0 70 b0 23 40 30 20 36 00 22 60 21 00 00 1a 00 00 00 fd 00 32 4c 1e 53 11 00 0a 20 20 20 20 20 20 00 00 00 fc 00 50 41 32 34 38 0a 20 20 20 20 20 20 20 00 00 00 ff 00 43 41 4c 4d 51 53 30 36 33 30 39 33 0a 01 9d 02 03 18 f1 4b 90 05 04 03 02 01 11 12 13 14 1f 23 09 07 07 83 01 00 00 1a 36 80 a0 70 38 1e 40 30 20 35 00 22 60 21 00 00 1a 66 21 56 aa 51 00 1e 30 46 8f 33 00 22 60 21 00 00 1e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 22 60 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 22 60 21 00 00 18 01 1d 80 18 71 1c 16 20 58 2c 25 00 22 60 21 00 00 9e 00 00 00 00 00 00 00 00 00 00 00 00 00 70
00 ff ff ff ff ff ff 00 04 69 b1 24 01 01 01 01 2a 16 01 04 a5 37 23 78 3a 3d 15 a3 54 4d a0 27 12 50 54 bf ef 00 71 4f 81 80 81 40 95 00 a9 40 b3 00 d1 c0 01 01 28 3c 80 a0 70 b0 23 40 30 20 36 00 22 60 21 00 00 1a 00 00 00 fd 00 32 4c 1e 53 11 00 0a 20 20 20 20 20 20 00 00 00 fc 00 50 41 32 34 38 0a 20 20 20 20 20 20 20 00 00 00 ff 00 43 41 4c 4d 51 53 30 36 33 30 39 33 0a 01 9d 02 03 18 f1 4b 90 05 04 03 02 01 11 12 13 14 1f 23 09 07 07 83 01 00 00 1a 36 80 a0 70 38 1e 40 30 20 35 00 22 60 21 00 00 1a 66 21 56 aa 51 00 1e 30 46 8f 33 00 22 60 21 00 00 1e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 22 60 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 22 60 21 00 00 18 01 1d 80 18 71 1c 16 20 58 2c 25 00 22 60 21 00 00 9e 00 00 00 00 00 00 00 00 00 00 00 00 00 70
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's how to use hexdump to convert an edid to a format that http://www.edidreader.com/ supports:
First, uncheck everything except "Add Hex Prefix (0x)".
Then paste the result of this command onto the site:
hexdump -ve '1/1 "%.2x "' edid.bin
Example EDID:
00 ff ff ff ff ff ff 00 04 69 b1 24 01 01 01 01 2a 16 01 04 a5 37 23 78 3a 3d 15 a3 54 4d a0 27 12 50 54 bf ef 00 71 4f 81 80 81 40 95 00 a9 40 b3 00 d1 c0 01 01 28 3c 80 a0 70 b0 23 40 30 20 36 00 22 60 21 00 00 1a 00 00 00 fd 00 32 4c 1e 53 11 00 0a 20 20 20 20 20 20 00 00 00 fc 00 50 41 32 34 38 0a 20 20 20 20 20 20 20 00 00 00 ff 00 43 41 4c 4d 51 53 30 36 33 30 39 33 0a 01 9d 02 03 18 f1 4b 90 05 04 03 02 01 11 12 13 14 1f 23 09 07 07 83 01 00 00 1a 36 80 a0 70 38 1e 40 30 20 35 00 22 60 21 00 00 1a 66 21 56 aa 51 00 1e 30 46 8f 33 00 22 60 21 00 00 1e 01 1d 00 72 51 d0 1e 20 6e 28 55 00 22 60 21 00 00 1e 8c 0a d0 8a 20 e0 2d 10 10 3e 96 00 22 60 21 00 00 18 01 1d 80 18 71 1c 16 20 58 2c 25 00 22 60 21 00 00 9e 00 00 00 00 00 00 00 00 00 00 00 00 00 70
The text was updated successfully, but these errors were encountered: