mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #2067] Linux Barrier server can't handle if xinput has changed #1493
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#1493
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 @Angell1993 on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/debauchee/barrier/issues/2067
What happened?
Linux Barrier server can't handle if xinput has changed
I had to boost my mouse pointer speed on my desktop, and then barrier started moving the mouse pointer to the lower right corner on the Linux host, every time I try to enter the upper edge to enter Windows screen..
under xinput for your given mouse, any change to 'Coordinate Transformation Matrix' will make barrier sort of panic..
Tested with mouse with both altered xinput and default xinput, only default xinput is working with barrier, regardless of barrier version, as I did try and downgrade from 2.4.0 -> 2.3.3..
terminal command used to alter xinput, to boost pointer speed, that barrier can't handle for some reason..
xinput --set-prop <deviceID> <propertyID> <Coordinate Transformation Matrix>
xinput --set-prop 10 175 2.0 0 0 0 2.0 0 0 0 1
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
default arch package repository..
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Linux (OS: Arch Linux,Kernel: Linux 6.8.9-arch1-1 x86_64,DE: LXQt,WM: Openbox,Resolution: 2560x1440) Host, Windows 11 (latest,Resolution: 2560x1440) Client
Relevant log output
Any other information
No response