Forrest logo
back to context overview

vncviewer

List of commands for vncviewer:

  • vncviewer:tldr:41a37 vncviewer: Launch a VNC client which connects to a host on a given port.
    $ vncviewer ${host}::${port}
    try on your machine
    explain this command
  • vncviewer:tldr:8f886 vncviewer: Launch a VNC client which connects to a host on a given display.
    $ vncviewer ${host}:${display_number}
    try on your machine
    explain this command
  • vncviewer:tldr:ecfab vncviewer: Launch a VNC client with a specific screen geometry.
    $ vncviewer --geometry ${width}x${height} ${host}:${display_number}
    try on your machine
    explain this command
  • vncviewer:tldr:f3e66 vncviewer: Launch in full-screen mode.
    $ vncviewer -FullScreen ${host}:${display_number}
    try on your machine
    explain this command
back to context overview