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 /configs/kvmd | |
parent | d219499194e657e6c03160fd63b3b89fd9e71089 (diff) |
deprecated old designs
Diffstat (limited to 'configs/kvmd')
-rw-r--r-- | configs/kvmd/main/v0-vga-rpi2.yaml | 63 | ||||
-rw-r--r-- | configs/kvmd/main/v0-vga-rpi3.yaml | 63 | ||||
-rw-r--r-- | configs/kvmd/main/v1-hdmi-rpi2.yaml | 67 | ||||
-rw-r--r-- | configs/kvmd/main/v1-hdmi-rpi3.yaml | 67 | ||||
-rw-r--r-- | configs/kvmd/main/v1-vga-rpi2.yaml | 71 | ||||
-rw-r--r-- | configs/kvmd/main/v1-vga-rpi3.yaml | 71 |
6 files changed, 0 insertions, 402 deletions
diff --git a/configs/kvmd/main/v0-vga-rpi2.yaml b/configs/kvmd/main/v0-vga-rpi2.yaml deleted file mode 100644 index b90a4996..00000000 --- a/configs/kvmd/main/v0-vga-rpi2.yaml +++ /dev/null @@ -1,63 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: disabled - - streamer: - sync_delay: 1.0 - init_delay: 3.0 - desired_fps: 0 - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--tv-standard=pal" - - "--format=yuyv" - - "--encoder=cpu" - - "--quality={quality}" - - "--desired-fps={desired_fps}" - - "--resolution=720x576" - - "--fake-resolution=800x600" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock diff --git a/configs/kvmd/main/v0-vga-rpi3.yaml b/configs/kvmd/main/v0-vga-rpi3.yaml deleted file mode 100644 index b90a4996..00000000 --- a/configs/kvmd/main/v0-vga-rpi3.yaml +++ /dev/null @@ -1,63 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: disabled - - streamer: - sync_delay: 1.0 - init_delay: 3.0 - desired_fps: 0 - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--tv-standard=pal" - - "--format=yuyv" - - "--encoder=cpu" - - "--quality={quality}" - - "--desired-fps={desired_fps}" - - "--resolution=720x576" - - "--fake-resolution=800x600" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock diff --git a/configs/kvmd/main/v1-hdmi-rpi2.yaml b/configs/kvmd/main/v1-hdmi-rpi2.yaml deleted file mode 100644 index 09f62afa..00000000 --- a/configs/kvmd/main/v1-hdmi-rpi2.yaml +++ /dev/null @@ -1,67 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_led_inverted: true - hdd_led_inverted: true - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: relay - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - streamer: - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--persistent" - - "--dv-timings" - - "--format=uyvy" - - "--encoder=omx" - - "--glitched-resolutions=720x480,720x576" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock diff --git a/configs/kvmd/main/v1-hdmi-rpi3.yaml b/configs/kvmd/main/v1-hdmi-rpi3.yaml deleted file mode 100644 index 09f62afa..00000000 --- a/configs/kvmd/main/v1-hdmi-rpi3.yaml +++ /dev/null @@ -1,67 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_led_inverted: true - hdd_led_inverted: true - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: relay - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - streamer: - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--persistent" - - "--dv-timings" - - "--format=uyvy" - - "--encoder=omx" - - "--glitched-resolutions=720x480,720x576" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock diff --git a/configs/kvmd/main/v1-vga-rpi2.yaml b/configs/kvmd/main/v1-vga-rpi2.yaml deleted file mode 100644 index 7b1c5b65..00000000 --- a/configs/kvmd/main/v1-vga-rpi2.yaml +++ /dev/null @@ -1,71 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_led_inverted: true - hdd_led_inverted: true - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: relay - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - streamer: - cap_pin: 17 - conv_pin: 18 - sync_delay: 1.0 - init_delay: 3.0 - init_restart_after: 1.0 - desired_fps: 0 - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--tv-standard=pal" - - "--format=yuyv" - - "--encoder=cpu" - - "--quality={quality}" - - "--desired-fps={desired_fps}" - - "--resolution=720x576" - - "--fake-resolution=800x600" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock diff --git a/configs/kvmd/main/v1-vga-rpi3.yaml b/configs/kvmd/main/v1-vga-rpi3.yaml deleted file mode 100644 index 7b1c5b65..00000000 --- a/configs/kvmd/main/v1-vga-rpi3.yaml +++ /dev/null @@ -1,71 +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.yaml - -logging: !include logging.yaml - -kvmd: - server: - unix: /run/kvmd/kvmd.sock - - auth: !include auth.yaml - - hid: - type: serial - reset_pin: 4 - device: /dev/kvmd-hid - - atx: - type: gpio - power_led_pin: 24 - hdd_led_pin: 22 - power_led_inverted: true - hdd_led_inverted: true - power_switch_pin: 23 - reset_switch_pin: 27 - - msd: - type: relay - target_pin: 12 - reset_pin: 13 - device: /dev/kvmd-msd - - streamer: - cap_pin: 17 - conv_pin: 18 - sync_delay: 1.0 - init_delay: 3.0 - init_restart_after: 1.0 - desired_fps: 0 - unix: /run/kvmd/ustreamer.sock - cmd: - - "/usr/bin/ustreamer" - - "--device=/dev/kvmd-video" - - "--tv-standard=pal" - - "--format=yuyv" - - "--encoder=cpu" - - "--quality={quality}" - - "--desired-fps={desired_fps}" - - "--resolution=720x576" - - "--fake-resolution=800x600" - - "--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" - -ipmi: - kvmd: - unix: /run/kvmd/kvmd.sock - -vnc: - kvmd: - unix: /run/kvmd/kvmd.sock - - streamer: - unix: /run/kvmd/ustreamer.sock |