Elektrine lite

← Feed

@YaLTeR@mastodon.online

Post #1665141

2023-09-02 09:59 UTC

Almost done adding touchpad gesture support to Smithay! Here you can see the pinch zoom/rotate gesture visually in gtk4-demo, then the swipe gesture only in WAYLAND_DEBUG on the right, then the hold gesture by stopping the kinetic scrolling by putting a finger on the touchpad.

Replies (1)

  • @YaLTeR@mastodon.online 2023-09-03 18:06

    After adding dmabuf feedbacks to niri, I stumbled upon an extremely strange performance problem when using overlay planes. One specific animation, with a GTK 4 window open, stutters, but only when going into one direction. Spent half a day debugging it with Smithay developers. Couldn't crack it yet; for some reason an AMDGPU kernel worker just... takes a while under those specific conditions, causing delayed frames. Seems to be doing the same thing as in the normal case, just... slower somehow.

    Open ##1665140