mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #58] Linux client pauses #47
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#47
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 @Bryce-Dixon on GitHub (Jun 10, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/58
Operating Systems
Server: Windows 10 build 1803
Client: Linux Mint 18.3 Cinnamon
Barrier Version
2.1.0-RELEASE
Steps to reproduce bug
This does not occur when Linux is hosting the server and Windows connects as the client.
@walker0643 commented on GitHub (Sep 8, 2018):
I have a Win10/arch setup here but I can't reproduce your issue. Can you provide anything that might help me bring out the bug? Can anyone else confirm similar behavior?
@AngelJA commented on GitHub (Dec 9, 2018):
I know this is late, but I just had a similar issue, except instead of pausing for a few seconds it was only like a half second. If I moved the mouse continuously it seemed fine, but if I paused, then the first time I moved the mouse or typed there'd be a noticeable, annoying lag. (Also Windows server, Linux Client)
For me it turned out to be because my Linux Client was on wifi; using ethernet gave me super smooth performance. So for anyone else having issues I'd consider looking at your network setup.
@AngelJA commented on GitHub (Dec 9, 2018):
Followup to my last post: I did a bit more research and found that the reason ethernet was so much better was because wifi powersave was on. I won't list the steps to fix that since it may vary, but you should be able to google it. :)
@AdrianKoshka commented on GitHub (Dec 12, 2018):
Can this issue be closed?
@p12tic commented on GitHub (Dec 13, 2018):
I think barrier could issue a warning when excessive network latency is present. At least users would know that it's something on their side instead of thinking that the software is crap.
@mirh commented on GitHub (Sep 14, 2019):
This, a hundred times.
Though, couldn't barrier also took care of handling powersave? It would be much more user-friendly, and it could even allow still some nice power saving (e.g. if the mouse is on the host, no need to keep it disabled)
I know
wifi.powersaveshould be an actual hook for snaps then..but NM can only set them via cfgs, and the kernel dropped long ago the api specifically crafted for that..
So, I think the only option would be calling iw? With some caveats.
@Jieiku commented on GitHub (Apr 6, 2020):
In my Case I am running Windows 8.1 in QEMU KVM with GPU passthrough for gaming, its the only thing the windows VM gets used for.
Windows 8.1 is the Server and Linux is the client. My linux client occasionally hangs/pauses for what seems to be about 5 seconds. This only happens occasionally.
I would not think latency could be the issue when it happens on the same machine between the VM and Host.
Is there any way for me to debug what might be causing this? It only occurs when I have the input moved over to the linux client.
I notice it often if I am opening a right click menu of the mouse, but that's not the only time, its just one of the times I seem to notice it happen the most. During this time I can use the secondary mouse or keyboard that are connected directly to Linux, its just the ones being used through Barrier that appear to freeze/lock up.
Also sometimes I type things On the linux client, and the freeze up will happen, after a few seconds when it goes back to working the things that I was trying to type will finally show up, as if there was a massive delay but it still received the characters I was trying to type.
I have been dealing with this for about the last 8 months, and every time I silently grumble and just deal with it, but i have been using windows more lately.
@axtux commented on GitHub (May 19, 2020):
May be related to #617
@Jieiku commented on GitHub (May 19, 2020):
I ended up opening my own issue: https://github.com/debauchee/barrier/issues/645
I had issues with barrier the entire time I was using it which was under ubuntu 18.04.
Once I did a clean install of Ubuntu 20.04 and a clean install of my windows 8.1 vm, the issue was magically gone so I closed the issue I had open.
I suspect the issue was somehow with Ubuntu 18.04 because I used the exact same install media for the windows VM, and all it gets is a few games installed.
@p12tic commented on GitHub (Jan 10, 2021):
This has been fixed in #679.