mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #2072] Barrier on mutliple screens #1495
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#1495
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 @nadeem-gul on GitHub (Jun 21, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2072
What happened?
I have a CPU running ubuntu with 2 monitors and a laptop running windows 11 in the following configuration:
| Server - Ubuntu - Screen 2 | | Server - Ubuntu - Screen 1 | | Client - Win - Screen 1 |
| 3840 x 2160 | | 2560 x 1080 | | 1920 x 1080 |
|| || |_______________________________|
This setup used to work perfectly with Ubuntu 18.04. I recently moved to Ubuntu 22.04 and this same setup is not working at all. The logs show that the client and the server are connected and there's no error. I can sometimes even copy the clipboard from one to another but the mouse doesn't move from server to client. However when I disable one of the monitors on the server and set it use only one display in the following configuration
| Server - Ubuntu - Screen 2 | | Client - Win - Screen 1 |
| 3840 x 2160 | | 1920 x 1080 |
|| ||
Then everything works perfectly.
Version
v2.4.0
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Server: Ubuntu 22.04
Client: Windows 11
Relevant log output