commit | 21b177e050fe91525e34d20cb32fc1b605da5405 | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:14:46 2018 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:32:34 2018 -0600 |
tree | 3ae2edd5fc2e58f607485aaafaaa5bbc2c86de7f | |
parent | 9d7ff842406acdb76a1c7bed96781715729b8891 [diff] |
Add input handling class The Input class depends on the RFB server and V4L2 video classes, so add outlines for those as well. Change-Id: I2826f3da78dee10826e378dfc2c773b891da1f03 Signed-off-by: Eddie James <eajames@linux.ibm.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