commit | 8ee8243b81055ef82aa85213a44493cfc5bd5f71 | [log] [tgz] |
---|---|---|
author | Zev Weiss <zev@bewilderbeest.net> | Tue Nov 01 17:55:26 2022 -0700 |
committer | Zev Weiss <zev@bewilderbeest.net> | Mon Dec 05 19:13:11 2022 +0000 |
tree | b3e48e9ec158786344a6a4f9e0f1317dcd8ebd08 | |
parent | fe685fb4a693e2c354c216371fcf9a63ace279e0 [diff] |
OWNERS: Add myself as a reviewer Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ifff6ef1f9214cee727cddae4148513793b920c0b
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