-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VNC display #7
Comments
wow nice this needs some testing. |
Hi, VNC output is available since earliest release early December. when started with "platform vnc" there are lot of errors on standard output like These errors can be safely ignored. APP preserves normal functionality same as headless, and with this "VNC" (which can be interchangeably run with headless mode, to preserve CPU resources) we have access to radio configuration items or radio monitoring items like SWR and ALC Next steps:
|
Interesting had tried multible times to get VNC up and running and always ended up with a black VNC window. physical keys is easy we only need the scan codes, but now its time for a 0.0.4 with APP VNC with button 2 |
Is evtest a meaningful way to find scan codes ? |
yes looking good it matches what the device tree is reporting. first button is 0x2c0 -> 704 (BTN_TRIGGER_HAPPY1)
|
I my write a dedicated input event simulator service, |
Hi,
Please implement option to show APP GUI locally over VNC
script run_x6100_app.sh should be modified to invoke VNC server where previously headless was started:
app has to be started with parameters:
/usr/app_qt/x6100_ui_v100 --platform vnc:port=5901:size=800x480'
APP gui becomes visible from XFCE desktop (vnc client needs to be installed, I am using
xtigervnc
as it offered options for compression, authentication, screen size etc.)APP shows status of buttons and configuration, all built-in buttons and knobs remain functional.
Complete GUI on screen is visible in FullScreen mode.
GUI can be placed in one Workspace, and other applications in other workspaces.
VNC client should be switchable as vnc server and client consume CPU resources when working.
Much better solution would be to have virtual framebuffer and to display it with XFCE window.
The text was updated successfully, but these errors were encountered: