Forrest logo
back to context overview

x11vnc

List of commands for x11vnc:

  • x11vnc:tldr:20a26 x11vnc: Launch a VNC server that allows multiple clients to connect.
    $ x11vnc -shared
    try on your machine
    explain this command
  • x11vnc:tldr:60c08 x11vnc: Launch a VNC server on the third display's default screen.
    $ x11vnc -display :${2}
    try on your machine
    explain this command
  • x11vnc:tldr:78922 x11vnc: Launch a VNC server in view-only mode, and which won't terminate once the last client disconnects.
    $ x11vnc -forever -viewonly
    try on your machine
    explain this command
  • x11vnc:tldr:7f397 x11vnc: Launch a VNC server on a specific display and screen (both starting at index zero).
    $ x11vnc -display :${display}.${screen}
    try on your machine
    explain this command
back to context overview