summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-12-18 06:00:13 +0200
committerMaxim Devaev <[email protected]>2024-12-18 06:00:13 +0200
commit596334735e1e7a0ebd685ff7df2a8dbd776763f0 (patch)
treefa08048ecb276efdd2e31ce11140867a202e8a88
parentc8385213cc29db91151620a478945d51b47fd106 (diff)
removed legacy generic configs
-rw-r--r--configs/kvmd/main/v2-hdmiusb-generic.yaml59
-rw-r--r--configs/os/udev/v2-hdmiusb-generic.rules6
2 files changed, 0 insertions, 65 deletions
diff --git a/configs/kvmd/main/v2-hdmiusb-generic.yaml b/configs/kvmd/main/v2-hdmiusb-generic.yaml
deleted file mode 100644
index 400d6038..00000000
--- a/configs/kvmd/main/v2-hdmiusb-generic.yaml
+++ /dev/null
@@ -1,59 +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: disabled
-
- msd:
- type: otg
-
- 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"
- - "--unix={unix}"
- - "--unix-rm"
- - "--unix-mode=0660"
- - "--exit-on-parent-death"
- - "--process-name-prefix={process_name_prefix}"
- - "--notify-parent"
- - "--no-log-colors"
- - "--jpeg-sink=kvmd::ustreamer::jpeg"
- - "--jpeg-sink-mode=0660"
-
-
-vnc:
- memsink:
- jpeg:
- sink: "kvmd::ustreamer::jpeg"
diff --git a/configs/os/udev/v2-hdmiusb-generic.rules b/configs/os/udev/v2-hdmiusb-generic.rules
deleted file mode 100644
index 8ac0f80f..00000000
--- a/configs/os/udev/v2-hdmiusb-generic.rules
+++ /dev/null
@@ -1,6 +0,0 @@
-# https://unix.stackexchange.com/questions/66901/how-to-bind-usb-device-under-a-static-name
-# https://wiki.archlinux.org/index.php/Udev#Setting_static_device_names
-KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", SUBSYSTEMS=="usb", ATTR{index}=="0", GROUP="kvmd", SYMLINK+="kvmd-video"
-KERNEL=="hidg0", GROUP="kvmd", SYMLINK+="kvmd-hid-keyboard"
-KERNEL=="hidg1", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse"
-KERNEL=="hidg2", GROUP="kvmd", SYMLINK+="kvmd-hid-mouse-alt"