-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the remote VNC client get the Server’s mouse cursor position? #19
Comments
I use VNC viewer on an iPad, Ubuntu 16.04 LTS system. If you’d like to know more information about my system please let me know. |
The remote VNC server is backed by a popular program called The problem is that Ubuntu/Debian never updates it to the latest version. v0.9.14 is out more than three years ago and Ubuntu keeps v0.9.13 even in the latest 18.04. (Ubuntu, why?) Enough compliant with Ubuntu. Since it appears there is no PPA neither, you should download x11vnc and build from the source if you want the mouse cursor in the client:
Please tell me if there is any problems after building x11vnc. |
uh... it turns out that when I switched to Screens 4 (VNC client) I can get the real-time mouse cursor update. XD thanks for the help though! |
@EATONJIANGHAHAHA Do you mean Screens 4 in Apple app store? That's quite interesting. |
Yeah, I did nothing except changing the VNC client app. |
Great to hear that :) It’s a bit shame that it’s paid app though. |
I'm on Ubuntu. I manually installed the new x11vnc, but I cannot get the pointer. I cannot select the option, and if I manually specify -multiptr it tells error in starting VNC. But running x11vnc manually with the -multiptr option works. |
@marty90 VirtScreen might be stuck with the previous version of
Then try it in a new user session e.g. reboot, because the manual |
It is like it is using the older vnc in /usr/bin/x11vnc instead of /usr/local/bin/x11vnc. |
@marty90 Thanks for your valuable report! I did this because I thought this possibly add more security but your situation is totally unintended. I probably need to delete that line and trust |
Great thanks! |
Thanks for the help tho |
@marty90 It took much longer than I thought, but the new release is out with the fix! |
Thank You @kbumsik |
I confirm that cursor is working with the latest x11vnc built from GIT and using VNC Viewer (Free) on an iPad Mini 1st gen. Below the instructions to build x11vn in Fedora 29 and run VirtScreen: Remove the previous VirtScreen config settings (you will need to reconfigure):
Remove the older package
Install build dependencies:
Download the package:
All good to go. |
Thanks all, this was a god-send. Quick question; after following this, I have a redundant cursor on each screen, as well as my active cursor. Is this something that other people have experienced? PS: love VirtScreen |
@JessicaCGlenn I'm happy to hear you like VirtScreen :) |
Hi @JessicaCGlenn, in my machine I see only one "ghost" static cursor that appears time to time. I set my vnc client to be "view only". |
Hi @kbumsik Thanks for the great app! I've built and installed the newest version of x11vnc, but now virtscreen gives the x11vnc error "Double check if the port is already used.". I tried to make sure that the old version of x11vnc was removed in case it was running two instances to no avail? I'm not sure where to go from here - any ideas? Thanks, |
Hi @claudemuller Thanks, |
No matter which port number I use, always got the same error says the port is already used. |
that's definitely not solving the problem |
Same here- love the product but the mouse cursor is stuck in the middle of the screen. Can anybody perhaps help me? thanks tons! |
Like I mentioned in the title. I have installed your program and it is amazing, I wonder if there is a way to just refresh the mouse position so that it could reflect on the VNC client, which could really help development.
The text was updated successfully, but these errors were encountered: