mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #858] Cursor takes several seconds to appear on client if client has no hardware mouse connected #680
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#680
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 @maladaptly on GitHub (Aug 29, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/858
Operating Systems
Server: Ubuntu 20.04.1 LTS
Client: Windows 10 build 19041.450
Barrier Version
2.3.3
Steps to reproduce bug
Other info
Mouse events are still received and processed while the cursor is invisible, as can be seen in videogames that draw their own cursor. Usually, the cursor will appear on top of the game when it shouldn't, which I suspect may be the same bug.
@nsk7even commented on GitHub (Sep 7, 2020):
I have this problem also, despite a hardware mouse is connected.
Server: Windows 10 1909
Client Ubuntu 18.04.5
For other reasons I started using Barrier in reverse (previoulsy the client/server roles of the above mentioned systems were the other way round - there this problem did not occur).
It is important to at least focus a window on the server to get this behaviour. Otherwise the mouse cursor is visible instantly.
The problem does not occur, when switching screens via hotkey.
@rinmak commented on GitHub (Nov 26, 2020):
Hi guys
Found a workaround for this. I wont take credit. Its from this page:
https://hardforum.com/threads/resolved-know-of-a-usb-device-to-fake-a-mouse-being-connected-win10.1983991/
The fix, Install this driver:
https://support.lenovo.com/ch/en/downloads/ds004071
Very glad I found this as it has allowed me to continue my Barrier rollout at work. This bug was going to be a showstopper otherwise (or require a lot of cheap mice to be purchased just to sit there doing nothing!)
@eldorel commented on GitHub (Nov 11, 2021):
I just encountered this on a setup using a mix of windows 8.1 and windows 10 systems.
Sadly the linked wacom/mouse driver is not win10 compatible.
In my case, the mouse cursor disappeared from the client that had focus while the systems were sitting idle, but the symptoms are identical. (able to use the mouse normally, just no cursor.
I had to swap back and forth via hotkey to restore the cursor.
@rinmak commented on GitHub (Nov 11, 2021):
Really? We have been running the Wacom driver here on Windows 10 1809 LTSC flawlessly since my last post. We have well over 100 systems using it with barrier.
Perhaps the more modern W10 OS versions wont allow the driver install?