commit | a6a4da401acef16c2149e91853a9e0595a7c7fb6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 05:57:33 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 06:01:41 2022 -0600 |
tree | bb5fcfc6449b10051db19048fa9338a32b46807d | |
parent | abd331b7bfbe70dceb2a3cb4dc7998e35d3af99e [diff] |
OWNERS: promote Zev to maintainer Zev is an active reviewer of this repository and seems to have a good handle on the needs from a user perspective. Suggest promoting him to maintainer to aid in responsiveness to reviews on this repo. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id00825858f55582d0bb1f72657fe3fcc5b03eed1
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