Bug #1025
[X11] Jerky mouse movement
100%
Description
Since the beginning of QT merge, turning left/right and looking up/down with the mouse has become too jerky. No problem with keyboard. Mouse cursor moving in control panel has become jerky too. I supose, the reason in mouse polling interval.
Labels: Controllers
History
#1 Updated by skyjake over 12 years ago
I have no system running Linux/X11 with accelerated OpenGL natively so I need help with testing this. I've committed a change that uses the Qt mouse move events received by the game view instead of trying to track the absolute mouse pointer position. Could you see how it performs compared to the earlier implementation?
#2 Updated by skyjake over 12 years ago
Also, bear in mind that mouse filtering is presently completely absent; re-implementing a filter for the movement will smooth out any small stutters.
#3 Updated by vvv1 over 12 years ago
I've tested ge74cc22. But nothing changed.
#4 Updated by skyjake over 12 years ago
Please try commit 444257d, any difference?
#5 Updated by vvv1 over 12 years ago
Now it's fixed. Thanks.