Помогите настроить сервер VNC с пакета RealVNC. Задача такая, подключаться к нему с Linux и Windows машин. Как сделать его загружаемым при старте системы и установить пароль на подключение
В автозагрузку вроде здесь прописать preferences-startup applications, а пароль как и потом если что менять его?
С консоли серер запускается так
dem@dem-laptop:~$ vncserver
VNC Server Enterprise Edition E4.4.3 (r16583) - built Oct 14 2008 00:19:17
Copyright (C) 2002-2008 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Running applications in /home/dem/.vnc/xstartup
Log file is /home/dem/.vnc/dem-laptop:1.log
New desktop is dem-laptop:1
и вот ещё с его man
OPTIONS
vncserver can be run with no options. In this case it will choose the first available display number (usually :1), read the system configuration file from /etc/vnc/config, read the user's configuration file from $HOME/.vnc/config and start a VNC desktop configured appropriately. Alternatively, the following options can be specified on the command-line.
Что нужно прописывать в $HOME/.vnc/config чтоб был акивирован GDM, рабочий стол, передача файлов?