-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
As the compositor starts, the xfce4-panel on the bottom is printed on the top for less than a second #277
Comments
I have noticed another interesting thing, about xrender backend, and this occurs if i start it as |
Sorry for the flood of messages: I'm further testing combinations of various options and I report them here to help you with the development. Currently this is the configuration file of compton:
P.S: also the option |
Please try to have your issue report focus on a single issue, otherwise it's difficult for the dev to track problems. As for the problem with xfce4-panel, I am not able to fully grasp what is happening exactly. It would help if you have video capture, and preferably also a
Yes, you should always use DRI3, DRI2 has caused us lots of problems. |
I’m using Compton v 7.4; I am waiting that Picom will hit the community repo of my distro: Manjaro Xfce ( xfce 4.14) x64, stable branch.
Some info of my system:
Video Driver:
xf86-video-intel 1:2.99.917+893+gbff5eca4-1
Output of inxi:
glxinfo -B:
compton –diagnostics:
My compton.conf:
I start compton as
compton --experimental-backends --config /home/user/.config/compton.conf -b
I use
–experimental-backends
because straight glx has a minor issue: also after an hour, by using ps_mem, I see that eat a lot of ram, it start to use about 17 MB of RAM, and after about an hour it arrives to about 50 - 70 MB. Instead, by using–experimental-backends
, it start to use about 8 MB of RAM and at maximum it can arrives to 17 MB.In this way I have a good tearfree experience (I also tried xrender with
–experimental-backends
but it gives poor performances, eg the scrolling in FireFox is lagging and clunky.After these informations I explain what happen: on my Desktop, on the Bottom, I have an xfce4-panel: as Compton starts, for an instant (i would say less than a second, it appears like a “flash”)
this panel is printed on the top of the screen, but not entirely, are printed only the icons of the panel.
I have tried many options in compton.conf, as you can see also by adding xfce4-panel in fade-exclude and shadow-exclude section, but this behaviour wit xfce4-panel still occurs. Doesn't occurs if i not use
–experimental-backends
.Are you aware of something similar which maybe has been already fixed? Or I should change something in my compton.conf?
EDIT:
The –experimental-backends, after a while of usage, decreases the general performance and introduce also other artifacts. Tell me how can I investigate further, though I suspect that due the old video card (Intel HD4000) and platform, there is little to do and hope.
The text was updated successfully, but these errors were encountered: