summaryrefslogtreecommitdiff
path: root/kvmd/configs
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-13 02:21:05 +0000
committerDevaev Maxim <[email protected]>2018-07-13 02:21:05 +0000
commit796d35ed3b1688c3e4aef1984439291c4565a4aa (patch)
tree6646b6f6c3e08e32ec06517e0eb6825f5976ea59 /kvmd/configs
parent7b6b3aafd5fbeeb0cbe5e203cb8ec42dd71bac93 (diff)
hack for correct screen resolution
Diffstat (limited to 'kvmd/configs')
-rw-r--r--kvmd/configs/kvmd/v1.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kvmd/configs/kvmd/v1.yaml b/kvmd/configs/kvmd/v1.yaml
index 75a1a5b6..b6dd033d 100644
--- a/kvmd/configs/kvmd/v1.yaml
+++ b/kvmd/configs/kvmd/v1.yaml
@@ -36,13 +36,13 @@ kvmd:
shutdown_delay: 10.0
size:
- width: 720
- height: 576
+ width: 800
+ height: 600
cmd:
- "/usr/bin/mjpg_streamer"
- "-i"
- - "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r {width}x{height}"
+ - "input_uvc.so -d /dev/kvmd-streamer -e 2 -t pal -y -n -r 720x576"
- "-o"
- "output_http.so -l localhost -p 8082"