mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1505] Please add support for non-grid screen arrangement and different size screens #1143
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#1143
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 @TiagoTiago on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1505
What happened?
My current setup is sorta like this:
Or in case the ASCII art doesn't work:
The server got a 4k screen above a 1080p screen, the 1080p screen is aligned with the horizontal center of the 4K screen, the 4k screen is approximately twice the physical dimensions of the 1080p screen; the client got a 1080p screen of the same size as the server's, and sits to the left of the server's 1080p screen.
With the current way to set screens in Barrier, I've not figured out a way to make the mouse movement between the server and client make physical sense; the best I got was to have it so the left side of the 4K screen connects to the top ¾ of the right side of the client's screen, and the remaining ¼ of that side on the client's screen provides a one-way jump to the left side of the server's 1080p screen (moving the mouse back to the left in the server's 1080p screen doesn't go past the edge of the screen, and the positions in that lower ¼ of the client's screen are scaled to the full height of the server's in the jump.
Version
v2.3.3
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Linux Mint's "Software Manager", I picked the Flathub version (seems it's also available from conventional the apt repo, but that's an older version)
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Server: Linux Mint 20.2 Uma 64-bit
Client: Linux Mint 19 Tara 64-bit
Relevant log output
No response
Any other information
Both systems got Nvidia cards; the server's screen arrangement is set with the Nvidia X Server Settings app.
@davidkennedydev commented on GitHub (Oct 21, 2022):
https://github.com/debauchee/barrier/discussions/1451