summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-04-12 12:53:13 +0300
committerMaxim Devaev <[email protected]>2022-04-12 12:53:13 +0300
commit04720ffe186529fa25aafff394abda6bc44bea4b (patch)
tree15b98ff2431bbeaeb52dca6384bca695f1b7cc92
parent04e0ad213aa73745f988005abb3dcebee2c10ae7 (diff)
deprecated rpi and zerow
-rw-r--r--PKGBUILD5
-rw-r--r--configs/kvmd/main/v0-hdmi-rpi.yaml40
-rw-r--r--configs/kvmd/main/v0-hdmi-zerow.yaml41
-rw-r--r--configs/kvmd/main/v0-hdmiusb-rpi.yaml52
-rw-r--r--configs/kvmd/main/v0-hdmiusb-zerow.yaml52
-rw-r--r--configs/kvmd/main/v2-hdmi-zerow.yaml41
6 files changed, 0 insertions, 231 deletions
diff --git a/PKGBUILD b/PKGBUILD
index baaade45..f6e41aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,14 @@
_variants=(
- v0-hdmi:zerow
v0-hdmi:zero2w
- v0-hdmi:rpi
v0-hdmi:rpi2
v0-hdmi:rpi3
- v0-hdmiusb:zerow
v0-hdmiusb:zero2w
- v0-hdmiusb:rpi
v0-hdmiusb:rpi2
v0-hdmiusb:rpi3
- v2-hdmi:zerow
v2-hdmi:zero2w
v2-hdmi:rpi3
v2-hdmi:rpi4
diff --git a/configs/kvmd/main/v0-hdmi-rpi.yaml b/configs/kvmd/main/v0-hdmi-rpi.yaml
deleted file mode 100644
index 53366196..00000000
--- a/configs/kvmd/main/v0-hdmi-rpi.yaml
+++ /dev/null
@@ -1,40 +0,0 @@
-# Don't touch this file otherwise your device may stop working.
-# Use override.yaml to modify required settings.
-# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
-
-override: !include [override.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: serial
-
- atx:
- type: gpio
-
- msd:
- type: disabled
-
- streamer:
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--dv-timings"
- - "--format=uyvy"
- - "--encoder=omx"
- - "--workers=3"
- - "--quality={quality}"
- - "--desired-fps={desired_fps}"
- - "--drop-same-frames=30"
- - "--last-as-blank=0"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"
diff --git a/configs/kvmd/main/v0-hdmi-zerow.yaml b/configs/kvmd/main/v0-hdmi-zerow.yaml
deleted file mode 100644
index 4bfccdb2..00000000
--- a/configs/kvmd/main/v0-hdmi-zerow.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-# Don't touch this file otherwise your device may stop working.
-# Use override.yaml to modify required settings.
-# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
-
-override: !include [override.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: serial
-
- atx:
- type: gpio
-
- msd:
- type: disabled
-
- streamer:
- quality: 50
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--dv-timings"
- - "--format=uyvy"
- - "--encoder=omx"
- - "--workers=1"
- - "--quality={quality}"
- - "--desired-fps={desired_fps}"
- - "--drop-same-frames=30"
- - "--last-as-blank=0"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"
diff --git a/configs/kvmd/main/v0-hdmiusb-rpi.yaml b/configs/kvmd/main/v0-hdmiusb-rpi.yaml
deleted file mode 100644
index 62ede331..00000000
--- a/configs/kvmd/main/v0-hdmiusb-rpi.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-# Don't touch this file otherwise your device may stop working.
-# Use override.yaml to modify required settings.
-# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
-
-override: !include [override.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: serial
-
- atx:
- type: gpio
-
- msd:
- type: disabled
-
- streamer:
- quality: 0
- resolution:
- default: 1920x1080
- available:
- - 1920x1080
- - 1600x1200
- - 1360x768
- - 1280x1024
- - 1280x960
- - 1280x720
- - 1024x768
- - 800x600
- - 720x576
- - 720x480
- - 640x480
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--format=mjpeg"
- - "--resolution={resolution}"
- - "--desired-fps={desired_fps}"
- - "--drop-same-frames=30"
- - "--last-as-blank=0"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"
diff --git a/configs/kvmd/main/v0-hdmiusb-zerow.yaml b/configs/kvmd/main/v0-hdmiusb-zerow.yaml
deleted file mode 100644
index 62ede331..00000000
--- a/configs/kvmd/main/v0-hdmiusb-zerow.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-# Don't touch this file otherwise your device may stop working.
-# Use override.yaml to modify required settings.
-# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
-
-override: !include [override.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: serial
-
- atx:
- type: gpio
-
- msd:
- type: disabled
-
- streamer:
- quality: 0
- resolution:
- default: 1920x1080
- available:
- - 1920x1080
- - 1600x1200
- - 1360x768
- - 1280x1024
- - 1280x960
- - 1280x720
- - 1024x768
- - 800x600
- - 720x576
- - 720x480
- - 640x480
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--format=mjpeg"
- - "--resolution={resolution}"
- - "--desired-fps={desired_fps}"
- - "--drop-same-frames=30"
- - "--last-as-blank=0"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"
diff --git a/configs/kvmd/main/v2-hdmi-zerow.yaml b/configs/kvmd/main/v2-hdmi-zerow.yaml
deleted file mode 100644
index f52af3e9..00000000
--- a/configs/kvmd/main/v2-hdmi-zerow.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-# Don't touch this file otherwise your device may stop working.
-# Use override.yaml to modify required settings.
-# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
-
-override: !include [override.d, override.yaml]
-
-logging: !include logging.yaml
-
-kvmd:
- auth: !include auth.yaml
-
- hid:
- type: otg
-
- atx:
- type: gpio
-
- msd:
- type: otg
-
- streamer:
- quality: 50
- cmd:
- - "/usr/bin/ustreamer"
- - "--device=/dev/kvmd-video"
- - "--persistent"
- - "--dv-timings"
- - "--format=uyvy"
- - "--encoder=omx"
- - "--workers=1"
- - "--quality={quality}"
- - "--desired-fps={desired_fps}"
- - "--drop-same-frames=30"
- - "--last-as-blank=0"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"