Skip to content

Instantly share code, notes, and snippets.

@tberghuis
Created October 14, 2019 06:19
Show Gist options
  • Save tberghuis/9d1336ab11361d6917afe56e8fbd34b4 to your computer and use it in GitHub Desktop.
Save tberghuis/9d1336ab11361d6917afe56e8fbd34b4 to your computer and use it in GitHub Desktop.
fix bluetooth mouse
from https://askubuntu.com/questions/1167089/microsoft-bluetooth-mouse-3600-lags-in-ubuntu-18-04-03-lts/1179244#1179244
You have to edit the following file:
sudo nano /var/lib/bluetooth/<MAC of BT adapter>/<MAC of BT Mouse>/info
At the end of the file, add the section:
[ConnectionParameters]
MinInterval=6
MaxInterval=7
Latency=0
Timeout=216
Finally, apply the changes:
sudo systemctl restart bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment