On Wed, 2 Oct 2019 15:22:41 +0200 leoutat...@gmx.fr said:

> On 10/1/19 5:54 PM, Carsten Haitzler (The Rasterman) wrote:
> > On Tue, 1 Oct 2019 15:42:21 +0200 leoutat...@gmx.fr said:
> >
> >> Hi
> >> I find out why idle Enlightenment, without any launched application,
> >> eats 4 to 7 % or more cpu: clock setting with seconds.
> >> If i disable clock seconds settings or clock module, cpu stays about 0 %
> >> Conditions:
> >> Arch/Aur system
> >> last Enlightenment + Efl git master (1.23.99) and previous versions
> >> Xorg session
> >> Htop in other user tty
> >> This issue doesn't appear in Wayland session
> >>
> >> Interesting: it seems Enlightenment X session eats more cpu than Wayland
> >> session
> >
> > yup. the clock flipping seconds consumes cpu. it's defined by theme. it
> > actually flickers/animated the numbers not just ticks them over with a
> > single draw. you can modify the theme to change this or disable seconds.
> Thanks for this explanation
> Question: how modify theme?

edje_decc the default.edj file - edit the edc files, then run build.sh in that
src tree that edje_cc generates for you... replace the resulting edj file with
the newly built one?

you can also just find the src tree too and do a full compile/build cycle...

> > it's not
> > free. it'll consume about that in wayland too... the difference is when you
> > switch tty enlightenment STOPS RENDERING. it goes idle as it knows you
> > switched vt. e itself has to handle the vt switch. in x it has no idea you
> > switched vt. x doesn't tell e anything and it doesn't know, so it keeps
> > going. ssh in and run htop and measure there and you'll see it's the same
> > just the vt switch is the difference.
> >
> However, when i launch Htop inside wayland, i see Enlightenment consumes
> less cpu than in X session...
> 
> --
> Maderios
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to