[GH-ISSUE #1505] Please add support for non-grid screen arrangement and different size screens #1143

Open
opened 2026-05-05 07:31:53 -06:00 by gitea-mirror · 1 comment
Owner

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:

         ┌─────────────────────────────────┐
         │                                 │
         │                                 │
         │             Server              │
         │               4k                │
         │                                 │
         │                                 │
         │                                 │
         └─────────────────────────────────┘
┌───────────────┐┌───────────────┐
│     Client    ││     Server    │
│     1080p     ││     1080p     │
│               ││               │
└───────────────┘└───────────────┘

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.

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: ``` ┌─────────────────────────────────┐ │ │ │ │ │ Server │ │ 4k │ │ │ │ │ │ │ └─────────────────────────────────┘ ┌───────────────┐┌───────────────┐ │ Client ││ Server │ │ 1080p ││ 1080p │ │ ││ │ └───────────────┘└───────────────┘ ``` 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.
Author
Owner

@davidkennedydev commented on GitHub (Oct 21, 2022):

https://github.com/debauchee/barrier/discussions/1451

<!-- gh-comment-id:1287404594 --> @davidkennedydev commented on GitHub (Oct 21, 2022): https://github.com/debauchee/barrier/discussions/1451
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1143
No description provided.