When I don’t move the mouse near 5 seconds and after trying to move or scroll, the cursor responds with a near-second delay.
Tried to change in /var/lib/bluetooth/mac-of-your-adapter/mac-of-your-mouse/info
value MaxInterval=9
to 6
as one possible solution but didn’t help.
Exclude btusb from autosuspend or disable it completely. See /etc/tlp.conf
.
1 Like
Hi again @Physicist,
See
https://bbs.archlinux.org/viewtopic.php?id=277847
Edit:
More about kernel parameters:
1 Like
I read this and added this parameter to Grub, but with first time it didn’t work.
But it turns out that I don’t re-generate the grub.cfg
. Thanks for the link about kernel parameters.
@megavolt thanks for the advice
And huge thanks to @Mirdarthos. You just save my day, twice ))))))
1 Like
After you add btusb.enable_autosuspend=0
to the kernel parameters in /etc/default/grub
, you have to sudo update-grub
to regenerate the config.
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.