mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #612] Mouse will not move back to old screen #482
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tp199314 on GitHub (Apr 6, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/612
Operating Systems
Server: Windows 10
Client: Windows 10
Barrier Version
Steps to reproduce bug
Other info
When did the problem start to occur? When I try to switch screen Screen1 to Screen2 is ok, back the way back is not possible.
Is there a way to work around it? Yes, you can stop and start Barrier on the client
Does this bug prevent you from using Barrier entirely? Not entierly, but its a huge disadvantage.
[2020-04-06T08:26:26] INFO: switch from "Screen2" to "Screen1" at 3186,784
[2020-04-06T08:26:26] INFO: entering screen
[2020-04-06T08:26:26] INFO: switch from "Screen1" to "Screen2" at 0,1090
[2020-04-06T08:26:26] INFO: leaving screen
[2020-04-06T08:26:26] INFO: switch from "Screen2" to "Screen1" at 3179,1079
[2020-04-06T08:26:26] INFO: entering screen
[2020-04-06T08:26:26] INFO: switch from "Screen1" to "Screen2" at 0,1090
[2020-04-06T08:26:26] INFO: leaving screen
[2020-04-06T08:26:26] INFO: switch from "Screen2" to "Screen1" at 3162,1079
[2020-04-06T08:26:26] INFO: entering screen
[2020-04-06T08:26:26] INFO: switch from "Screen1" to "Screen2" at 0,1090
[2020-04-06T08:26:26] INFO: leaving screen
[2020-04-06T08:26:26] INFO: switch from "Screen2" to "Screen1" at 3173,1079
[2020-04-06T08:26:26] INFO: entering screen
[2020-04-06T08:26:26] INFO: switch from "Screen1" to "Screen2" at 0,1090
[2020-04-06T08:26:26] INFO: leaving screen
[2020-04-06T08:26:26] INFO: switch from "Screen2" to "Screen1" at 3182,1079
[2020-04-06T08:26:26] INFO: entering screen
@github-actions[bot] commented on GitHub (Sep 25, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
@steve9164 @dired @okke-formsma @tp199314 Could it be that the screen dimensions in pixels are different and mouse hits the edge at a location where there's no screen on the other side? One way to check this is to more the mouse along whole edge trying to move it to the other screen. At some point it should move.
It would be great if this could be checked because if it's not possible to move mouse to another screen at all then it's a serious bug.