-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Weird window decoration flickering with picom v8+ #401
Comments
I see the same thing. I'm also using bspwm but with Nvidia. I did not have the flickering on my borders with version 7.5. |
if there is no issue with picom v7.5 would be good to do git bisect to see what commit introduced this issue. btw, i guess it's related to #375. |
I've been testing I should add though, that the issue doesn't seem to pop up when using I'm a bit worried too with the note in the help message. Saying using the option might degrade performance. So preferably, it would be nice if we didn't have to use it. It's your call as the devs tho ( : |
Just wanted to chime in that I was having a similar issue with GUI elements blinking and terminal lag on Regolith Desktop, and the suggestion to set |
I see something like this, but on spesctrwm, Arch Linux. I did not have the flickering on my borders with version 7.5, I'm now using the old |
@mighty9245 Not much to add here, but I can confirm 93f0d80 does introduce this issue for me. Testing commits back up to tag I will have to test if the issue persists with the experimental backends and with branch Edit: Still the same for fd6ff82. Flickers with both old and new backends. |
Using latest version of picom on Arch Linux (today #237 has a talk about a problem maybe related. But #375 have a discussion too, where I caught the |
I didn't have any issues until I switched my graphics driver from the XOrg driver to Nvidia 450 (which I assume changes the glx implementation that will be used?). I too am running Regolith Desktop. @krummja or anyone else: any suggestions? EDIT: EDIT 2: |
@arvl130 looks like your window have a border in the recording, is it really there, or just an artifact from picom? Can you use apitrace to get a trace of picom? That might be helpful. |
I have faced very similar issue with dwm and modesetting driver as soon as I got border flickering killed picom and catched the log, the border window flickering occurred with firefox |
@yshui would you take a look at log |
Switching to xcompmgr fixed this mysterious issue for me - no picom-based solutions seemed to work. |
Platform
Arch Linux
Linux 5.6.11-arch1-1
Mesa 20.0.6-2
GPU, drivers, and screen setup
ThinkPad X220 (Intel HD 3000)
Xorg 1.20.8-2 (with the modesetting driver)
Environment
I run bspwm as a window manager with the modesetting driver for X. The WM only renders rectangles around windows as a decoration, but even that is somehow flickering.
picom version
Latest git:
Though it also happens with the latest release (v8):
Configuration:
I have a rather simple one:
Steps of reproduction
-b
), or foreground as normal.Expected behavior
No flickering, like with release v7.5.
Current Behavior
Flickering after some time. I should note that even when I pass
--show-all-xerrors
, and run it in the terminal in foreground. No errors seem to show up at all. It just kinda flickers like shown in the video.It doesn't seem to happen when using the
xrender
backend (instead ofglx
). But then, I get mild tearing using that.Stack trace
It does not crash. So not sure what to do here.
Other details
The text was updated successfully, but these errors were encountered: