commit | f6ed0e75b05b573345e4f3eb9d80e677f98992ac | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Fri Mar 15 15:21:51 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Fri Mar 22 12:44:50 2019 -0700 |
tree | e66b0bbf8a45dfd6c5d0327ba48c720b3334550e | |
parent | 0049bfac6f538c89b75d23c42d094a883c55b881 [diff] |
Restart video when mode detection is failed KVM sometimes stops when video mode is changed. This commit adds video restarting logic for the case. Tested: 1. Open BMCWeb -> Server control -> KVM 2. Checked KVM screen update while restarting the host. It updates all frames even when video mode changes happen. Change-Id: If986394110986e49a6eaac1ae2859208fa7681f5 Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0