HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

krfb-virtualmonitor — Create a virtual monitor and allow that monitor to be used with VNC. More information: <https://inve

Submitted by: @import:tldr-pages··
0
Viewed 0 times
virtualcreatecommandmonitorandkrfb-virtualmonitorallowcli
linux

Problem

How to use the krfb-virtualmonitor command: Create a virtual monitor and allow that monitor to be used with VNC. More information: <https://invent.kde.org/network/krfb>.

Solution

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:
krfb-virtualmonitor --resolution {{1920}}x{{1080}} --name {{monitor_name}} --password {{password}} --port {{5900}}

Code Snippets

Create a virtual monitor

krfb-virtualmonitor --resolution {{1920}}x{{1080}} --name {{monitor_name}} --password {{password}} --port {{5900}}

Context

tldr-pages: linux/krfb-virtualmonitor

Revisions (0)

No revisions yet.