summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/kvmd/platforms/kvmd.v1-hdmi.yaml2
-rw-r--r--configs/kvmd/platforms/kvmd.v1-vga.yaml2
-rw-r--r--configs/systemd/kvmd-tc358743.service2
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml b/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
index e62790d1..8a1f9c8b 100644
--- a/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
+++ b/configs/kvmd/platforms/kvmd.v1-hdmi.yaml
@@ -61,7 +61,7 @@ kvmd:
cmd:
- "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-streamer"
+ - "--device=/dev/kvmd-video"
- "--device-persistent"
- "--format=uyvy"
- "--encoder=omx"
diff --git a/configs/kvmd/platforms/kvmd.v1-vga.yaml b/configs/kvmd/platforms/kvmd.v1-vga.yaml
index 42baee7a..05c1234d 100644
--- a/configs/kvmd/platforms/kvmd.v1-vga.yaml
+++ b/configs/kvmd/platforms/kvmd.v1-vga.yaml
@@ -61,7 +61,7 @@ kvmd:
cmd:
- "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-streamer"
+ - "--device=/dev/kvmd-video"
- "--tv-standard=pal"
- "--format=yuyv"
- "--encoder=cpu"
diff --git a/configs/systemd/kvmd-tc358743.service b/configs/systemd/kvmd-tc358743.service
index d1b89862..44d26d1a 100644
--- a/configs/systemd/kvmd-tc358743.service
+++ b/configs/systemd/kvmd-tc358743.service
@@ -5,7 +5,7 @@ Before=kvmd.service
[Service]
Type=oneshot
-ExecStart=/usr/bin/v4l2-ctl --device=/dev/kvmd-streamer --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
ExecStop=/bin/true
RemainAfterExit=true