Demo of a Graph 90+E and an fx-CG 50 being used as extra monitors for a PC.
Go to file
Lephenixnoir be9978c308
vnc: first working RFB client, sends raw frames to SDL window
2023-03-25 22:21:35 +01:00
vnc-client vnc: first working RFB client, sends raw frames to SDL window 2023-03-25 22:21:35 +01:00
.gitignore vnc: first working RFB client, sends raw frames to SDL window 2023-03-25 22:21:35 +01:00
README.md vnc: first working RFB client, sends raw frames to SDL window 2023-03-25 22:21:35 +01:00

README.md

Setting up the extra display and starting wayvnc

% swaymsg create_output
% swaymsg output "HEADLESS-1" resolution 396x224
% wayvnc -o HEADLESS-1

Compiling and starting the VNC client

% cd vnc-client
% cmake -B build
% make -C build
% ./cgvm_vnc