Re: [e-users] High CPU use

2015-01-27 Thread Quelrond
efl-1.12.2
nvidia-driver-340.65

Peter


On 01/26/2015 23:34, Cedric BAIL wrote:
 Le 26 janv. 2015 21:10, Quelrond quelr...@gmail.com a écrit :
 Hello,

 Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1
 (PCBSD flavour).
 There are some minor problems, the most important is very high CPU use.
 I am on DELL Latitude laptop with NVIDIA video card (driver version
 340), optimus is disabled. Compositing is using OpenGL.
 The e profile was recreated from scratch.
 There are two processes with extremely high CPU usage: ecore_x_vsync and
 efreetd.
 I did not have this problem on E17.
 Any suggestions?
 This is not an enlightenment problem, but an efl one. Which version of efl
 do you have and which version of the nvidia driver do you have ?

 Best regards,
 Peter


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] High CPU use

2015-01-27 Thread The Rasterman
On Tue, 27 Jan 2015 09:36:45 +0100 Quelrond quelr...@gmail.com said:

 efl-1.12.2
 nvidia-driver-340.65

ecore_x_vsync is a daemo that is used for vsync animation timing. it uses the
nvidia drivers wait for vsync api call. it would seem that on bsd this polls
rather than sleeps waiting for an interrupt. this would be a driver issue as
such. feel free to read the code for it - it is exceedingly simple. you can
force  vsyncing off in efl with various means, the easiest for you may be:

touch ~/.ecore-no-vsync

 Peter
 
 
 On 01/26/2015 23:34, Cedric BAIL wrote:
  Le 26 janv. 2015 21:10, Quelrond quelr...@gmail.com a écrit :
  Hello,
 
  Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1
  (PCBSD flavour).
  There are some minor problems, the most important is very high CPU use.
  I am on DELL Latitude laptop with NVIDIA video card (driver version
  340), optimus is disabled. Compositing is using OpenGL.
  The e profile was recreated from scratch.
  There are two processes with extremely high CPU usage: ecore_x_vsync and
  efreetd.
  I did not have this problem on E17.
  Any suggestions?
  This is not an enlightenment problem, but an efl one. Which version of efl
  do you have and which version of the nvidia driver do you have ?
 
  Best regards,
  Peter
 
 
  --
  Dive into the World of Parallel Programming. The Go Parallel Website,
  sponsored by Intel and developed in partnership with Slashdot Media, is
  your
  hub for all things parallel software development, from weekly thought
  leadership blogs to news, videos, case studies, tutorials and more. Take a
  look and join the conversation now. http://goparallel.sourceforge.net/
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
  --
  Dive into the World of Parallel Programming. The Go Parallel Website,
  sponsored by Intel and developed in partnership with Slashdot Media, is your
  hub for all things parallel software development, from weekly thought
  leadership blogs to news, videos, case studies, tutorials and more. Take a
  look and join the conversation now. http://goparallel.sourceforge.net/
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 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 --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] High CPU use

2015-01-26 Thread Quelrond
Hello,

Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1 
(PCBSD flavour).
There are some minor problems, the most important is very high CPU use.
I am on DELL Latitude laptop with NVIDIA video card (driver version 
340), optimus is disabled. Compositing is using OpenGL.
The e profile was recreated from scratch.
There are two processes with extremely high CPU usage: ecore_x_vsync and 
efreetd.
I did not have this problem on E17.
Any suggestions?

Best regards,
Peter

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] High CPU use

2015-01-26 Thread Cedric BAIL
Le 26 janv. 2015 21:10, Quelrond quelr...@gmail.com a écrit :

 Hello,

 Finally, E19 was ported to FreeBSD, so I am on E19.2 on FreeBSD 10.1
 (PCBSD flavour).
 There are some minor problems, the most important is very high CPU use.
 I am on DELL Latitude laptop with NVIDIA video card (driver version
 340), optimus is disabled. Compositing is using OpenGL.
 The e profile was recreated from scratch.
 There are two processes with extremely high CPU usage: ecore_x_vsync and
 efreetd.
 I did not have this problem on E17.
 Any suggestions?

This is not an enlightenment problem, but an efl one. Which version of efl
do you have and which version of the nvidia driver do you have ?

 Best regards,
 Peter


--
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users