cg-virtual-monitor/README.md

17 lines
264 B
Markdown
Raw Normal View History

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
```