commit | 8ec3e236eacfb7a1c3f5624c2cdec8a989f6bb45 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Mon Apr 15 12:10:04 2019 -0700 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Mon Apr 15 12:32:45 2019 -0700 |
tree | c2aef5087d0bdf466dce75829fae847cff5ec3f8 | |
parent | fb6a8e1e727a8ece5eb0350d3962dd3056a6f608 [diff] |
Fix host video wake up failure issue Mouse and Keyboard wake up event were being sent only when an error happens while opening the video dev entry so KVM service can't wake up the host video. To fix this issue, this commit makes video::start send the wake up packet always at the beginning of video streaming. Change-Id: I1004b7a3cc552d210080a12157e66233b33293bf 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