I have the binary 1.3.1 package downloaded from https://bintray.com/tigervnc/stable/tigervnc/1.3.1
When running x0vncserver I get:
---
Geometry: Desktop geometry is set to 1920x1080+0+0
Main: XTest extension not present
Main: Unable to inject events or display while server is grabbed
---
Which is the output from https://github.com/TigerVNC/tigervnc/blob/master/unix/x0vncserver/x0vncserver.cxx
From what I understand reading the code, the reason for this could be either my X11 not supporting XTEST, or the binary not being compiled with HAVE_XTEST.
Looking at my /var/log/Xorg.0.log, I see this:
(II) Initializing built-in extension XTEST
So it seems that my X supports XTest.
Is this a problem with the binary package in bintray, or am I missing something?
Thanks!
Roni