
Now to the problem:
Mouse movements are ignored randomly. It can show up as stuttery movement, or even every mouse movement being ignored for up to 10 seconds. Mouse keys are not affected and always work fine.
I already noticed the problem in recent SVN versions, but then it only appeared quite rarely (and I nearly bought a new mouse...).
I analyzed the problem and found that it is caused by following line in autoexec.cfg or config.cfg:
- Code: Select all
set "cl_maxfps" "125"
The problem shows up with both GLX and SDL binaries.
And without this line it works flawlessly in both binaries.
(running on the current Debian Stable)
How does limiting the FPS break my mouse support?
