1
0
Fork 0
mirror of https://codeberg.org/ral/rwedid.git synced 2024-08-16 09:59:49 +02:00

Extend readme

This commit is contained in:
Ral 2023-07-31 18:44:35 +02:00
parent 279b25520a
commit 724db83c03

View file

@ -29,3 +29,17 @@ To write an EDID, run (as root):
**Note:** The `edidread` tool writes binary data to stdout which **Note:** The `edidread` tool writes binary data to stdout which
is potentially dangerous. Redirect the output into a file or pipe. is potentially dangerous. Redirect the output into a file or pipe.
For further usage information, run the comands with `--help`.
Notes
-----
Validate the EDID binary blob with the `edid-decode` tool:
edid-decode -c < edid.bin
Links
-----
* https://git.linuxtv.org/edid-decode.git/about/