mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
display edid info after loading
This commit is contained in:
parent
ea47b4c512
commit
6afe551cd4
2
PKGBUILD
2
PKGBUILD
@ -60,7 +60,7 @@ depends=(
|
|||||||
python-hidapi
|
python-hidapi
|
||||||
libgpiod
|
libgpiod
|
||||||
freetype2
|
freetype2
|
||||||
v4l-utils
|
"v4l-utils>=1.22.1-1"
|
||||||
nginx-mainline
|
nginx-mainline
|
||||||
openssl
|
openssl
|
||||||
platformio
|
platformio
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Before=kvmd.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-video --set-edid=file=/etc/kvmd/tc358743-edid.hex --fix-edid-checksums
|
ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-video --set-edid=file=/etc/kvmd/tc358743-edid.hex --fix-edid-checksums --info-edid
|
||||||
ExecStop=/bin/true
|
ExecStop=/bin/true
|
||||||
RemainAfterExit=true
|
RemainAfterExit=true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user