diff options
author | Devaev Maxim <[email protected]> | 2020-08-07 02:54:13 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-07 02:54:13 +0300 |
commit | d7add40c8b6044c63de9608865246ebadfad8ef8 (patch) | |
tree | b5a699d3f612495329d04061452dd51616c66ceb /testenv/v2-hdmiusb-rpi4.override.yaml | |
parent | d219499194e657e6c03160fd63b3b89fd9e71089 (diff) |
deprecated old designs
Diffstat (limited to 'testenv/v2-hdmiusb-rpi4.override.yaml')
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml new file mode 100644 index 00000000..c16d8867 --- /dev/null +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -0,0 +1,46 @@ +kvmd: + server: + unix_mode: 0666 + + info: + hw: + procfs_prefix: /fake_procfs + sysfs_prefix: /fake_sysfs + + hid: + keyboard: + device: /dev/null + mouse: + device: /dev/null + noop: true + + msd: + remount_cmd: /bin/true + unlock_cmd: /bin/true + sysfs_prefix: /fake_sysfs + + streamer: + cmd: + - "/usr/bin/ustreamer" + - "--device=/dev/kvmd-video" + - "--persistent" + - "--format=jpeg" + - "--resolution={resolution}" + - "--desired-fps={desired_fps}" + - "--drop-same-frames=30" + - "--last-as-blank=0" + - "--unix={unix}" + - "--unix-rm" + - "--unix-mode=0666" + - "--exit-on-parent-death" + - "--process-name-prefix={process_name_prefix}" + - "--notify-parent" + - "--no-log-colors" + + +vnc: + keymap: /usr/share/kvmd/keymaps/ru + + auth: + vncauth: + enabled: true |