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 | |
parent | d219499194e657e6c03160fd63b3b89fd9e71089 (diff) |
deprecated old designs
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml (renamed from testenv/v1-vga-rpi3.override.yaml) | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/testenv/v1-vga-rpi3.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 97967257..c16d8867 100644 --- a/testenv/v1-vga-rpi3.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -8,18 +8,26 @@ kvmd: sysfs_prefix: /fake_sysfs hid: - device: /dev/ttyS10 + keyboard: + device: /dev/null + mouse: + device: /dev/null noop: true + msd: + remount_cmd: /bin/true + unlock_cmd: /bin/true + sysfs_prefix: /fake_sysfs + streamer: - desired_fps: 30 - max_fps: 40 cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-video" - - "--quality={quality}" + - "--persistent" + - "--format=jpeg" + - "--resolution={resolution}" - "--desired-fps={desired_fps}" - - "--resolution=800x600" + - "--drop-same-frames=30" - "--last-as-blank=0" - "--unix={unix}" - "--unix-rm" @@ -29,6 +37,7 @@ kvmd: - "--notify-parent" - "--no-log-colors" + vnc: keymap: /usr/share/kvmd/keymaps/ru |