mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1213] Logitech G203 mouse on Linux Server can't move move to Windows client #976
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#976
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 @dmascord on GitHub (Jun 25, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1213
Describe the bug
My setup between a Linux (Debian Buster) and Windows (10) has been working for a long time, recently I switched mice to a Logitech G203, and then for some reason it was not possible to move control over to the Windows machine. Control would briefly go into the left side of the Windows screen, and then jump back a long way to the right of the Linux screen.
This only happens with the G203. I have tested with the trackpad, as well as Logitech MX mouse, both of which work with no configuration changes.
To Reproduce
Setup Linux Barrier Server, and Windows Barrier Client, with server on left, client on right.
Attempt to exit the right side of the linux screen by moving the move cursor
Expected behavior
Mouse and keyboard control stays in the Windows Client, until moving back to the left side of the Windows screen.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
The G203 has an adjustable DPI sensitivity option button, so perhaps we are running into DPI issues ?
@dmascord commented on GitHub (Jun 25, 2021):
After switching mice from the G203 to the Redragon Lite 2000dpi (which worked), and then back to the G203, it then worked again.
I will keep diagnosing and try to isolate what could be causing the issue.
@dmascord commented on GitHub (Jun 28, 2021):
This happened again today:
barrier.conf
Normal logging
$ barriers -f -a :: --enable-crypto -c /home/tusker/.local/share/barrier/barrier.conf
started server (IPv4/IPv6), waiting for clients
[2021-06-29T09:49:46] INFO: OpenSSL 1.1.1d 10 Sep 2019
[2021-06-29T09:49:46] INFO: accepted secure socket
[2021-06-29T09:49:46] INFO: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
@dmascord commented on GitHub (Jun 28, 2021):
barrier.debug.log
This is the log generated at DEBUG2 on the server side
@dmascord commented on GitHub (Jun 29, 2021):
barrier.log
Windows log
@dmascord commented on GitHub (Jun 29, 2021):
Trackpad works, reddragon works, g203 doesn't work (all 3 connected to USB bus)
Disconnect g203, and plug back in g203, the g203 works now and transitions between server and client no problem...