-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
linux client mouse position is wrong if your display isn't at +0+0 #2726
Comments
2020-04-12 16:27:54: sashab uploaded file
|
2020-04-12 16:29:28: sashab uploaded file
|
How do I do that? |
2020-04-12 17:35:17: sashab commented
|
I'm hit by the same bug, but without rearranging my monitor setup I rely on the geometric offset: My client side looks as follows:
which looks like this:
The XWAYLAND1 display serves as my main screen, the laptop monitor (XWAYLAND0) is only a sidekick. This causes problems on the main screen.
I.e. i can only interact with xpra backed windows that are drawn on the first third of the main screen. I'm happy to assist with further logs etc |
This is well out of date. @phi-mah my guess is that using a patched dummy driver would help, or perhaps switching to Xvfb. (assuming that you are using Xdummy - no idea what Arch does) |
Ok, for the client side I would assume that Arch linux is always bleeding edge, but indeed the package is also flagged as "out of date". Could try to check with a self-compiled version. But I assume that your comment refers to the server side? This is unfortuntlelly really old (Debian 9, xpra v3.0.13-r28351) and harder to change. Xpra spawns here the following process:
When connecting, the server logs:
and indeed 5760 is now the magic number. This makes ~3/4 of my main screen, so for the moment I can work around that, but why is the environment variable not honored? |
It can't be, your Perhaps using In newer versions of xpra you can just do |
Wait, re-opening: your problem may be different from the original issue. |
This ticket looks out of date. |
Issue migrated from trac ticket # 2726
component: client | priority: major | keywords: linux client mouse position GTK
2020-04-12 16:27:13: sashab created the issue
The text was updated successfully, but these errors were encountered: