<div dir="ltr"><div>> <span style="color:rgb(0,0,0)">i could not find a way to actually pass options</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><span style="color:rgb(0,0,0)">I eventually managed to get a default configured Stretch box to accept a remote connection using:</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div>mad@shuttle:~$ cat /usr/share/X11/xorg.conf.d/75-vnc-mad.conf </div><div>Section "Device"</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>Identifier "Device"</div><div>EndSection</div><div>Section "Screen"</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>Identifier "Screen"</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">  </span>Device "Device"</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>Option "PasswordFile" "/u2/home/mad/.vnc/passwd"</div><div>EndSection</div><div>mad@shuttle:~$ </div><div><br></div><div>It seems, from the source, that the PasswordFile Option is only looked for in the Screen section and the Screen section has to have an Identifier and a Device, which has to refer to a Device section, which needs an Identifier.  Argh, but, OK, whatever.  Then I have other problems, both keeping the connection up and with redraw, but I fear that elaborating them here would be a hijack of the OP's bug, the main symptom of which - a horrible-sounding performance issue - I don't see with Gnome 3.</div><div><br></div></div>