Dear Maintainer,
The config startup script /usr/bin/vncserver seems to be setup for the
config file ~/.vncrc to only replace existing options. It doesn't
have a straight forward way to add a new option and the Xtightvnc
takes many more options than the script has defaults for. I wanted to
add "-dpi 96" without having to specify it on the command line every
time and since there is a config file that would be a good place to
put it.
This was the best way I had to add another option, that is fine an
existing item, and append to it.
$authType.=" -dpi 96";