mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1097] Strange behavior (2 monitors ea. on 2 systems) (server is Linux, Client is Win10) #874
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#874
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 @REMjn832 on GitHub (Mar 11, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1097
Issue Description
I have 4 monitors arranged in a square. Monitor (1) is in the top left, (2) is top right, (3) is lower right, and (4) is lower left.
Linux (Server) is on Screens 2 and 3, and Windows 10 (client) is on Screens 1 and 4. I cannot move from screen 3 to screen 4.
To Reproduce
My issue is that I have no problem going from any screens to others, EXCEPT from screen 3 (Linux lower-right) to screen 4. I can go fine the other way (screen 4 to screen 3). I don't see any log messages, the cursor simply stops at the screen edge and will not cross over, unless I go up to the top 2 monitors and cross from screen 2 to screen 1 and then back down to screen 4.
Expected behavior
That like all the other screens, I would be able go from screen 3 to screen 4 instead of the mouse just stopping at the screen edge.
Desktop (please complete the following information):
Server (Barrier 2.3.3):
Client (Barrier 2.3.3):
Thanks for assistance!
-josh
@REMjn832 commented on GitHub (Mar 18, 2021):
I wanted to circle back for anyone else having this issue. For me the issue was because Linux had identified a 'Primary' monitor. As soon as I ran xrandr with the "--no-primary' option, the problem went away and I was able to move the mouse across all screen boundaries. I am closing, because I am guessing this is not so much a bug, as a issue with how the display drivers handle a primary screen edge.
Thanks