---
title: "Wine's Wayland driver just fixed the mouse control issue plaguing FPS games on Linux"
url: https://daily.dev/posts/wine-s-wayland-driver-just-fixed-the-mouse-control-issue-plaguing-fps-games-on-linux-cgkcbs0jw
source_url: https://www.xda-developers.com/wines-wayland-driver-just-fixed-the-mouse-control-issue-plaguing-fps-games-on-linux
type: article
source: "XDA Developers"
published: 2026-05-13T03:53:00.121Z
updated: 2026-05-13T03:53:36.601Z
tags: ["linux"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Wine's Wayland driver just fixed the mouse control issue plaguing FPS games on Linux

**[XDA Developers](https://daily.dev/sources/xda-developers)** · 3 min read · 0 upvotes · 0 comments

## Summary

A bug fix has been merged into Wine that resolves camera jitter and glitchy mouse control in FPS games running on Linux under Wayland. The root cause was Wine's old cursor-warping method, which abused the zwp_locked_pointer_v1 lock/unlock cycle, causing warps outside the locked surface to be silently dropped. The fix switches to the newer wp_pointer_warp_v1 Wayland protocol (added June 2025), which provides direct cursor warping without pointer locking. The patch is already supported by KWin 6.4+, GNOME Mutter 49+, and wlroots 0.19+, and is expected to ship with Wine 11.9.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.xda-developers.com/wines-wayland-driver-just-fixed-the-mouse-control-issue-plaguing-fps-games-on-linux>

## Similar posts on daily.dev

- [Wine 11.9 Released With Wayland Pointer Warp, Initial Support For System Threads](https://daily.dev/posts/wine-11-9-released-with-wayland-pointer-warp-initial-support-for-system-threads-unzri33fg) · Phoronix · 0 upvotes · 0 comments

---

Tags: [#linux](https://daily.dev/tags/linux)

[View this post on daily.dev](https://daily.dev/posts/wine-s-wayland-driver-just-fixed-the-mouse-control-issue-plaguing-fps-games-on-linux-cgkcbs0jw)
