Skip to content

Latest commit

History

History
15 lines (8 loc) 路 334 Bytes

vncserver.md

File metadata and controls

15 lines (8 loc) 路 334 Bytes

vncserver

Launches a VNC (Virtual Network Computing) desktop.

  • Launch a VNC Server on next available display:

vncserver

  • Launch a VNC Server with specific screen geometry:

vncserver --geometry {{width}}x{{height}}

  • Kill an instance of VNC Server running on a specific display:

vncserver --kill :{{display_number}}