mirror of
https://codeberg.org/ral/rwedid.git
synced 2024-08-16 09:59:49 +02:00
Extend readme
This commit is contained in:
parent
279b25520a
commit
724db83c03
1 changed files with 14 additions and 0 deletions
14
readme.md
14
readme.md
|
@ -29,3 +29,17 @@ To write an EDID, run (as root):
|
|||
|
||||
**Note:** The `edidread` tool writes binary data to stdout which
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue