RE: TigerVNC Quick Setup

I learned: the simple solution at home with two PC’s is install x11vnc on my “headless” old second PC.
That works :slight_smile:

I tried in vain:
Tigervnc
Tightvnc
Turbovnc
Tigervnc-server
Commercial RealVNC

Days later: tigervnc-server and Turbovnc … works if you are aware of:
very important root tip !!!

Learned that the hard way :frowning:

For clipboard synchronization i use autocutsel and to connect to x11vnc i use vinagre .

As startscript in XFCE ~/.config/autostart for x11vnc i use:

/usr/bin/x11vnc -display :0 -forever -bg -noxdamage -o ~/x11vnc.log

Call autocutsel also from a script in ~/.config/autostart

Hope thats usefull for someone else !