changed some defaults

This commit is contained in:
Devaev Maxim
2019-10-24 02:42:19 +03:00
parent 97e2d9128c
commit 096064cfbc
9 changed files with 33 additions and 36 deletions

View File

@@ -9,16 +9,16 @@ logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
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
@@ -28,10 +28,6 @@ kvmd:
type: disabled
streamer:
sync_delay: 0
init_delay: 1
desired_fps: 30
max_fps: 60
unix: /run/kvmd/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"

View File

@@ -9,16 +9,16 @@ logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
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
@@ -28,6 +28,9 @@ kvmd:
type: disabled
streamer:
sync_delay: 1.0
init_delay: 3.0
desired_fps: 0
unix: /run/kvmd/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"

View File

@@ -9,31 +9,28 @@ logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
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: relay
target_pin: 12
reset_pin: 13
device: /dev/kvmd-msd
streamer:
sync_delay: 0
init_delay: 1
desired_fps: 30
max_fps: 60
unix: /run/kvmd/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"

View File

@@ -9,22 +9,23 @@ logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
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: relay
target_pin: 12
reset_pin: 13
device: /dev/kvmd-msd
@@ -32,7 +33,10 @@ kvmd:
streamer:
cap_pin: 17
conv_pin: 18
init_restart_after: 1
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"

View File

@@ -9,8 +9,6 @@ logging: !include logging.yaml
kvmd:
server:
unix: /run/kvmd/kvmd.sock
unix_rm: true
unix_mode: 0660
auth: !include auth.yaml
@@ -22,6 +20,7 @@ kvmd:
device: /dev/kvmd-hid-mouse
atx:
type: gpio
power_led_pin: 24
hdd_led_pin: 22
power_switch_pin: 23
@@ -31,10 +30,6 @@ kvmd:
type: otg
streamer:
sync_delay: 0
init_delay: 1
desired_fps: 30
max_fps: 60
unix: /run/kvmd/ustreamer.sock
cmd:
- "/usr/bin/ustreamer"