-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuttery scrolling with NVIDIA and GLX backend after v12.3 (regression) #1368
Comments
were you using the legacy backends? |
Nope, I use the same config for both v12.3 (no issue) and
|
hmm, if that commit has caused any problems i am having a hard time to see why it would only affect nvidia 🤔 because the rendering code path should be unchanged. |
It's very well possible it is not NVIDIA specific. Let me try picom compiled before and after that commit to check if it is the cause. |
Looks like it is a latter commit after all. Will have to git bisect to find it but I'll have to learn how to use it first. |
It seems to be caused by 8065c1f |
ah, yep, that commit is wrong. that probably also explains why picom is using a bit more cpu over here. thanks for catching this. |
Sorry to be again the bringer of bad NVIDIA news :/
After you fixed #1265, I compiled latest
next
branch and... scrolling is noticeably stuttery, while it was silk smooth with v12.3 (config: GLX backend with vsync enabled). That issue is of course not caused by the #1265 fix.Digging into it, I would not be surprised it is caused by this large commit a54adb6.
I thought this could be the removal of
libdrm
but that's not it, I tested that v12.3 compiled with or without it is identically smooth.The text was updated successfully, but these errors were encountered: