Closed czdm75 closed 6 years ago
You can download Vimix from github and try again, I test on my xfce4, but I don't have this issue. CPU works well.
Ok i'll try to get the last version from github and test because i'm facing exactly the issue on my Debian 9 with XFCE.
EDIT : Ok, i have downloaded the last version and the issue is still here. When, for example, i use Adwaita-dark theme my CPU for the Xorg process is at 1,5% as shown in top. But when i switch to Vimix-Dark-Beryl (or another Vimix theme), my Xorg process is up to 85% as shown in top. And i don't use Compiz. If you need more info, just ask :)
@siick Does it always or just temporary, When I switch to Vimix my CPU is also used very high but just temporary, After a while, it will clam down.
@siick I don't know why but I will go see materia-theme to check if it also has this problem, because my theme based on materia-theme, Maybe is because it used many Animation effects
@vinceliuice Yes, it is not temporary. The CPU charge never go down :/
@vinceliuice I have installed your theme on my laptop with Ubuntu 16.04 and XFCE and i don't have the problem. So it is just on my Debian 9.
@siick That's very weird, I am confused, and I have no solution to this for now, sorry about this!
I have high cpu issues when using any form of materia-themes in Xubuntu 16.04 LTS
Using XFCE 4.12 on DebianTesting I am also getting 100% CPU usage from Xorg.
Changing the panel appearance background style from "None (use system style)" to "Solid color" fixes it. I haven't tested this on the materia-theme but suspect it may fix the issue there as well.
Thanks @AnthonyDiGirolamo. I'm using 4.16.8-1-ARCH, had the same issue "100% CPU usage from Xorg" and it's been fixed after trying your solution.
Well @AnthonyDiGirolamo, thx for providing the Solution!
Can confirm too that this "fix"/workaround works.
I am experiencing CPU lag spikes using some of the themes in this pack.
thanks @AnthonyDiGirolamo
I've been having this exact same issue, but it looks like, one of the recent commits fixed the high cpu load. Thanks a lot!
I removed some extra animation effects and transitions, so maybe this fixed it, Since the problem is solved, then I will close the issue
Hi @vinceliuice, I have modded your theme (https://www.gnome-look.org/p/1276216/) , which is called XFCE Colour Lite, but I am unable to figure out why the CPU goes to 100% (the most CPU is used by panel and Xorg) when I enable 'None (use system style)' from the xfce4 panel settings.
I suggest the users to use 'Solid Colour' instead of 'None', which reduces the CPU usage to normal, and works like most of the other themes.
Looks like removing these lines fixes the problem (but breaks the button layout):
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.2);
background-color: #FAFAFA;
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0));
.inline-toolbar button:not(.text-button), modelbutton.flat,
.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, notebook > header > tabs > arrow, scrollbar button, check,
radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider button, PanelToplevel > widget > button, .budgie-settings-window buttonbox.inline-toolbar button, .raven .raven-header:not(.top) button, .drop-shadow button, .budgie-session-dialog .linked.horizontal > button, .lightdm-gtk-greeter button, :not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) .path-bar button, layouttabbar button, .mate-panel-menu-bar #PanelApplet button:not(.flat), .raven stackswitcher.linked > button, toolbar button, actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button,
button.flat {
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
box-shadow: none;
background-color: transparent;
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0) 100%, transparent 0%), image(alpha(currentColor, 0));
color: alpha(currentColor, 0.75);
}
Well, thanks, I'll fix it according to this
Thanks, but you can reproduce it with (I am using Arch, the package names may vary on other distributions):
And you will see the problem. This could be the whiskermenu plugin bug. I am not sure. Changing the button layout on your theme could make it look a bit more dull, see if you can work around that!
Thank you.
You can use the last version of vimix, I find out I've fixed this issue at previous version
I'm using xfce4 with the compiz 0.9 as default wm on my archlinux running on an Lenovo laptop (4720HQ, HD4600). The vimix theme coms from AUR. I'm facing 100% CPU usage on single core, which is 12% of my full CPU. The process that uses these CPU is
as shown in htop.
And yes, this also happen on xfwm4. so it's not about compiz.
I've found some similar sound on, like, AskUbuntu. but I cant confirm if it is also the same problem.