Forrest logo
back to context overview

vncserver

List of commands for vncserver:

  • vncserver:tldr:58dfc vncserver: Kill an instance of VNC Server running on a specific display.
    $ vncserver --kill :${display_number}
    try on your machine
    explain this command
  • vncserver:tldr:a04e3 vncserver: Launch a VNC Server with specific screen geometry.
    $ vncserver --geometry ${width}x${height}
    try on your machine
    explain this command
  • vncserver:tldr:f6a6f vncserver: Launch a VNC Server on next available display.
    $ vncserver
    try on your machine
    explain this command
back to context overview