I'm struggling to find a Linux distribution where my mouse functions properly. I've tried several, including Bazzite, Ubuntu, Pop! OS, and CachyOS, but I experience significant lag—about 300-400 milliseconds—making it pretty much unusable. The mouse works perfectly in Windows and even at the Bazzite login screen, but once I log in, the lag kicks in.
I've tested both wireless and wired mice from two different brands, but the problem persists. While Ubuntu has slightly less lag than the others, it's still noticeable. I'm using this as a gaming/streaming setup in my lounge room with a TV, so I really need smooth performance. Any suggestions?
5 Answers
Instead of looking for a distro that magically fixes the mouse issue, I suggest diagnosing the root cause. Installing Arch with a minimal desktop environment can help reduce installed packages, which might help isolate the problem. Also, take a look at `dmesg` or `journalctl` for any error messages. By the way, have you tried different USB ports or a Bluetooth connection for your mouse?
Your problem might be linked to the NVIDIA drivers. If you haven’t installed the correct drivers for your GPU, everything could be lagging. Make sure to check if you've got the right drivers installed; that can make a huge difference.
It sounds like your mouse could be the culprit. Have you tried using a different one? I've run various Linux distros, including Fedora and Kali Linux, and I've never encountered any lag with my mice. It might be worth trying another brand or model out.
Every beginner should give Linux Mint a shot! I’ve had great success with it; everything just works out of the box. If you have an NVIDIA card, the Driver Manager makes it super easy to install the necessary drivers. I can’t recommend it enough!
What desktop environment are you using? If you've been using Gnome across all these distros, that might explain the lag since it's the same compositor. You could try something like Linux Mint with XFCE instead. It might handle your graphics setup better, especially if you're running into GPU driver issues. Also, I'd recommend sharing your hardware specs, particularly the CPU and GPU, so we can help you troubleshoot further.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux