Yuxuan Shui

Results 514 comments of Yuxuan Shui

so same story as https://github.com/yshui/picom/issues/1349#issuecomment-2405547061 but i do need to see the function names though... maybe you need to install debug symbols for pixman?

i also wonder if the modesetting driver will help. if you can, try just remove `xf86-video-amdgpu`?

it's a bit complicated. you are using X & pixman from archlinux repo, right? in that case, upload your `perf.data`, i should be able to look at it.

So I think the problem is this, when libbpf sets up perf event buffers for bpf perf event maps, it assumes each index in the map is for a specific...

if you don't even use the position trigger yourself, how do you know if it's working correctly? what is this "bad behavior" you are referring to?

@Monsterovich the problem is resizing the window from the top-left corner triggers position change, but it should trigger geometry.

@Monsterovich ah... sorry, i did misread your code. but there's the other problem: animation interruption doesn't work nicely with this: if you are in the middle of a resize animation,...

@Monsterovich of course it's going to work when you have the same animation for both geometry and position. didn't you say you don't want animation when you move the window?...

`suppressions = ["position"];` hurmmm, IIUC this means windows will just not react at all if you try to move them when they are in geometry animation? it doesn't feel like...

ok, might not be a bad idea after all :thinking: