Re: [hatari-devel] Mouse pointer issue (X11/Wayland) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Mouse pointer issue (X11/Wayland)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 8 Sep 2024 18:57:51 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1725821872; bh=H2oFkW84HrnhG5OSqSt4ddJW7mIKV8dPDvzewGuZ/6E=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=p/VlCuuSNDUSPspsU9V4xXyYG82K7gBKH8rV0jjTzhKrFNg9pgB1hoFklXghvDd03 VjEaob+1Jif+A0vinY5jR5fmWix67HEpJ//9mR0dXe1aiF3UXw3Bc8GvtN/TOcUD+k jGFTAAKhfcoOsQ0ioaJLEOK+Jo6EWoapDqFRievqLHisy3CZRopPMOpnoJrV4KVr6t 8YJA345jQMfqey2n0Wzul+IJ4DKSsen1utnp2HmXWX38vzQRMrxYu6USorF4O660RM u7uS08cPEjjupAMxjdk0zWLLf0fIQywzpz7gQwJGddRFyTtMqa+gfnTtjU9qv3ui14 /oXUlAOLThD1Q==
Am Tue, 3 Sep 2024 16:41:29 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> After upgrading to KDE 6 and Wayland (with Gentoo Linux you have to do both
> updates in the same step) there is a new mouse pointer problem. I guess it's
> related to Wayland, not to KDE 6.
>
> As far as I can tell Thomas' mouse pointer patch, which has worked fine for
> X11, is not needed/does not work with Wayland. With Wayland the situation is
> similar to how it was with X11 without the patch.
Hi,
I just installed KDE with Wayland here (Fedora 39), but for me, the mouse
pointer is working correctly there, with both SDL_VIDEODRIVER=wayland and
SDL_VIDEODRIVER=x11. No clue what's going wrong on your side, but at least
it does not seem to be always wrong with KDE + Wayland, as far as I can
tell.
Thomas