TightVNC

  1. Make the file: ~/.vnc/xstartup:

    #!/bin/sh
    
    #xterm &
    /usr/bin/lxsession -s LXDE &
  2. Make the file: ~/.vnc/vnc.conf:

    $vncStartup = "/home/woosting/.vnc/xstartup";
    $localhost = "no";
  3. Start server (with custom resolution): vncserver

  4. Change the reslution from a termanal within the GUI:

    • List the resolution options: xrandr
    • Change the resolution: xrander -s 1920x1200: