commit | eaf5c5b643c821ca9ca8d9ce7a6d3c91601aa7d0 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Wed Feb 20 15:03:17 2019 -0800 |
committer | Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> | Wed Feb 20 15:03:17 2019 -0800 |
tree | a16fb1b7c9c2ecb07655cb6a01342fff4e0d8887 | |
parent | c943938114d34bf0fb13ee099a211d2a97c5b39c [diff] |
Send a keyboard event too for a wake-up event This commit adds a keyboard event sending for waking up the host. So both keyboard and mouse events will be triggered for a case when the host is in mode that doesn't support mouse. Change-Id: I90d9a1e53706cd860340dfd8be688128fa95c4fc 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