commit | 3c110335bd170a4b5ae6c591d3201c1ab7b03b00 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:28 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:28 2023 -0500 |
tree | abf45d47fe7cff5834fed6c64ef8eb464693a734 | |
parent | 673ba88dd86708fd932f215cf93626bc970e21bc [diff] |
clang-format: copy latest and re-format clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: I520ea7fb067992065539299a2e5dfa4ff28788ab Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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