mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +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
|
||||
libgpiod
|
||||
freetype2
|
||||
v4l-utils
|
||||
"v4l-utils>=1.22.1-1"
|
||||
nginx-mainline
|
||||
openssl
|
||||
platformio
|
||||
|
||||
@ -6,7 +6,7 @@ Before=kvmd.service
|
||||
|
||||
[Service]
|
||||
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
|
||||
RemainAfterExit=true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user