mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
d00d64d9d3
Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
668 B
668 B
krfb-virtualmonitor
Create a virtual monitor and allow that monitor to be used with VNC. More information: https://invent.kde.org/network/krfb.
- Create a virtual monitor with dimensions
1920x1080:
krfb-virtualmonitor
- Set the virtual monitor dimensions:
krfb-virtualmonitor --resolution {{2560}}x{{1440}}
- Set the monitor name:
krfb-virtualmonitor --name {{monitor_name}}
- Set the monitor password for remote VNC connection on port
5900:
krfb-virtualmonitor --password {{password}}
- Set the password and the port:
krfb-virtualmonitor --password {{password}} --port {{port}}
- Display help:
krfb-virtualmonitor {{[-h|--help]}}