Update docker documentation (#180)

* Update README.md

* Update README.md

* replace NO_EDID=1 with EDID=1

* doc update
This commit is contained in:
tomaszduda23
2022-10-22 03:41:54 +02:00
committed by GitHub
parent bfa1516491
commit 95df13b7cb
3 changed files with 14 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
set -e
[ -z "$NO_EDID" ] && {
[ -n "$EDID" ] && {
[ -n "$EDID_HEX" ] && echo "$EDID_HEX" > /edid.hex
while true; do
v4l2-ctl --device=/dev/video0 --set-edid=file=/edid.hex --fix-edid-checksums --info-edid && break