Well, that question already been asked, however my environment is slightly different. I've robot that moves mouse inside x11vnc
session. I'd like that cursor motion to be properly displayed with vncviewer
(tigervnc-1.4.2-r2
). Seems nothing works.
What I've tried:
x11vnc -nocursor && vncviewer LocalCursor=0 DotWhenNoCursor=1
x11vnc -cursor arrow && vncviewer LocalCursor=0 DotWhenNoCursor=0
x11vnc -cursor X && vncviewer LocalCursor=0 DotWhenNoCursor=0
x11vnc -cursor some && vncviewer LocalCursor=0 DotWhenNoCursor=0
x11vnc -cursor most && vncviewer LocalCursor=0 DotWhenNoCursor=0
Also plaid some with LocalCursor=1 (although think since I need to see remote cursor that's wrong idea).
Is that possible (not sure I properly understand vnc
approach for cursor display).