commit | f90f68d1e9bc6c53f49ebac6d0b8e11257de77a9 | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 18:35:28 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 18:36:04 2021 +0530 |
tree | 71dc3da2b5d693358dcf9e5a7a271e4018c7499a | |
parent | 2d2f3dab4253a3d6edf6bef98c5f880f51d2394b [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I3d64e05cd793818e61fc14b6bb847e3f08c3b2ab
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