summaryrefslogtreecommitdiff
path: root/configs/kvmd/platforms/kvmd.v1-vga.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'configs/kvmd/platforms/kvmd.v1-vga.yaml')
-rw-r--r--configs/kvmd/platforms/kvmd.v1-vga.yaml81
1 files changed, 81 insertions, 0 deletions
diff --git a/configs/kvmd/platforms/kvmd.v1-vga.yaml b/configs/kvmd/platforms/kvmd.v1-vga.yaml
new file mode 100644
index 00000000..5993176f
--- /dev/null
+++ b/configs/kvmd/platforms/kvmd.v1-vga.yaml
@@ -0,0 +1,81 @@
+# Don't touch this file otherwise your device may stop working.
+# You can find a workable configuration in /usr/share/kvmd/configs/kvmd.
+
+kvmd:
+ server:
+ host: 127.0.0.1
+ port: 8081
+ heartbeat: 3.0
+
+ info:
+ meta: /etc/kvmd/meta.yaml
+
+ log:
+ services:
+ - kvmd.service
+ - kvmd-tc358743.service
+
+ hid:
+ pinout:
+ reset: 4
+
+ device: /dev/ttyAMA0
+ speed: 115200
+ reset_delay: 0.1
+
+ atx:
+ pinout:
+ power_led: 24
+ hdd_led: 22
+ power_switch: 23
+ reset_switch: 27
+
+ click_delay: 0.1
+ long_click_delay: 5.5
+ state_poll: 0.1
+
+ msd:
+ pinout:
+ target: 12
+ reset: 13
+
+ device: "/dev/kvmd-msd"
+ init_delay: 2.0
+ reset_delay: 1.0
+ write_meta: true
+ chunk_size: 65536
+
+ streamer:
+ pinout:
+ cap: 17
+ conv: 18
+
+ sync_delay: 1.0
+ init_delay: 1.0
+ init_restart_after: 1.0
+ shutdown_delay: 10.0
+ state_poll: 1.0
+
+ quality: 80
+ desired_fps: 0
+
+ host: 127.0.0.1
+ port: 8082
+ timeout: 2.0
+
+ cmd:
+ - "/usr/bin/ustreamer"
+ - "--device=/dev/kvmd-streamer"
+ - "--tv-standard=pal"
+ - "--format=yuyv"
+ - "--encoder=cpu"
+ - "--quality={quality}"
+ - "--desired-fps={desired_fps}"
+ - "--width=720"
+ - "--height=576"
+ - "--fake-width=800"
+ - "--fake-height=600"
+ - "--host={host}"
+ - "--port={port}"
+
+logging: !include logging.yaml