mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|