mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
kvmd-edidconf: removed --fix-edid-checksums
This commit is contained in:
parent
99fcbdda05
commit
9dc2af0356
@ -400,7 +400,6 @@ def main(argv: (list[str] | None)=None) -> None: # pylint: disable=too-many-bra
|
|||||||
"/usr/bin/v4l2-ctl",
|
"/usr/bin/v4l2-ctl",
|
||||||
f"--device={options.device_path}",
|
f"--device={options.device_path}",
|
||||||
f"--set-edid=file={orig_edid_path}",
|
f"--set-edid=file={orig_edid_path}",
|
||||||
"--fix-edid-checksums",
|
|
||||||
"--info-edid",
|
"--info-edid",
|
||||||
], stdout=sys.stderr, check=True)
|
], stdout=sys.stderr, check=True)
|
||||||
except subprocess.CalledProcessError as err:
|
except subprocess.CalledProcessError as err:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user