-
Notifications
You must be signed in to change notification settings - Fork 947
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
Display uses 1/4 of screen while mouse uses whole screen coordinates #805
Comments
If I recall correctly this didn't happen to me when I ran the vncviewer on macOS with scaling. I'm unfamiliar with homebrew, but I believe it is possible that they are building with a different version of FLTK. Could you check what version they used? Lastly, how come you used a client from homebrew? Doesn't one uploaded on bintray for the 1.9.0 release work for you? https://bintray.com/tigervnc/stable/tigervnc/1.9.0 |
Thanks for the tip @samhed. I have been using the homebrew version just because that is my default way to install software. I switched to the stable binary from bintray and this is now working as expected. Here is what I can immediately see about the dependency versions of the homebrew version:
|
Ok, its good to hear that you found a solution. As I'm quite limited on time at the moment I will close this issue now. If our build works I don't have any plans to digging into why homebrew's version doesn't. |
Thanks for your help! I will follow up with homebrew. |
Hi - sorry to reopen this but did anyone find a fix for this bug? I can't get the version from the bintray link to work for me and the homebrew one is perfect other than this screen problem. |
Hi I'm seeing exactly the same problem on mac os using my locally built vncviewer fresh from git repo (/issues/867). I need to able to locally build and run in order to develop a PR. Can someone help take a look? |
Is there any news from them? |
Unfortunately our verdict still stands. The posted screen shot is obviously built with a different .plist file than ours (since we have HiDPI disabled). I'd advise poking homebrew again and at least get them to give a reason why they think this is a TigerVNC issue. Our own builds work fine after all. |
I can confirm building tip from source on Apple Silicon Monterrey the 1/4 window usage issue seems to be related to running vncviewer from a dmg file vs. the executable directly (once you patch fltk 1.3.4-2 to get past the blank window issue). When I ran the executable directly from the terminal (vncviewer), I hit this exact bug. When building the |
Describe the bug
VNC is showing my desktop at 1/4 size and occupying only the bottom-left quadrant of my viewer window. The mouse seems to be operate in the full coordinate space. I think the VNC desktop pixels need to be scaled up by a factor of 2 to work correctly.
I am running tigervnc server 1.9.0 on Linux (NixOS) and tigervnc client 1.9.0 (macOS homebrew) on a Macbook laptop with Retina display. The problem does not seem to occur on my desktop Mac with non-Retina display.
To Reproduce
You can install the exact VNC setup that I am using via Docker like this:
and then run
vncviewer localhost:1
outside of Docker on the host.Expected behavior
VNC desktop uses whole viewer window.
Screenshots
Client (please complete the following information):
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: