commit | b7cf1bbdadea31586402cee83901f722321b95c9 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 30 16:35:07 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 06 19:52:52 2022 +0000 |
tree | acc8c008707a3904746c95395709fb5463ba57ee | |
parent | 47d1f0c9daeda67f6b72b16cb6371ec77c48cd3c [diff] |
OWNERS: switch 'matches' to 'matchers' The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1c8047bbf659e0c49daebccadf23d2a72af7888e
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