commit | fda1393c1af885b95bf481518cb0c2e893d8423a | [log] [tgz] |
---|---|---|
author | charkear <charles.kearney@hpe.com> | Tue Mar 07 19:37:34 2023 +0000 |
committer | Zev Weiss <zev@bewilderbeest.net> | Tue Mar 07 19:57:16 2023 +0000 |
tree | 4716f45db90bdf7f25376ad7f3c3f9250ba8cfba | |
parent | 20de859ff003ac7bbc17140b4ed36e8788a98178 [diff] |
whitespace removal suggested by format-code.sh script run on the repository. Change-Id: Ib54bd222ba3549bcf310a211992c2e35681f8b81 Signed-off-by: charles kearney <charles.kearney@hpe.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