I've been using the latest version of Linux Mint with Cinnamon and noticed that my Bluetooth mouse performance is really laggy at times, making it almost unusable. I've made sure everything is updated, but I still face this issue. A system reset doesn't help, although powering off the mouse temporarily resolves the problem. I've tried two different mice: a Logitech MX575 and a Nulea M501. Has anyone else experienced this, and do you have any suggestions on how to fix it?
1 Answer
You might want to check some logs for clues. Try running `dmesg | grep -i bluetooth` in the terminal. This will give you valuable info about how your Bluetooth is working. Let me know what you find!
Sure! Here's the output I got when I started the system:
`[ 2.990675] Bluetooth: Core ver 2.22...` It seems like it recognizes the Bluetooth device just fine, but there are some notes about connection setup. Any ideas from that?