Files
tldr/pages/linux/krfb-virtualmonitor.md
2026-08-15 12:43:31 +03:00

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]}}