Hi. On Mon, Oct 07, 2019 at 03:01:43PM -0500, Dennis Wicks wrote: > Using tightvncserver on the 32-bit side and xtightvncviewer on the > 64-bit side I have managed to get a connection, but no desktop > manager. The viewer shows me a window but it is just gray, actually > very small black and white spots.
You're supposed to edit .vnc/xstartup on tightvncserver side before starting tightvncserver. > How do I get xfce started on that session? Something like this should do it (.vnc/xstartup): #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey /usr/bin/startxfce4 > Better yet, how can I connect to the existing session on :0? Forget about tightvncserver, it cannot do that. Use: apt install x11vnc x11vnc -display :0 -auth <X_AUTHORITY_FILE_FROM_RUNNING_X> Reco