WOW! This is a nice CPU number! I also installed love from the synaptic, the result was the same. It is strange
Search found 9 matches
- Sun May 28, 2017 8:55 am
- Forum: General
- Topic: Very high CPU usage on Debian 8
- Replies: 9
- Views: 7792
Re: Very high CPU usage on Debian 8
- Thu May 25, 2017 9:24 pm
- Forum: General
- Topic: Very high CPU usage on Debian 8
- Replies: 9
- Views: 7792
Re: Very high CPU usage on Debian 8
Can i ask what your Operating System is and what your average CPU usage on it when you run a ready Love game?
- Thu May 25, 2017 3:50 pm
- Forum: General
- Topic: Very high CPU usage on Debian 8
- Replies: 9
- Views: 7792
Re: Very high CPU usage on Debian 8
Any one having the same problem on a linux machine?
- Thu May 25, 2017 10:02 am
- Forum: General
- Topic: Very high CPU usage on Debian 8
- Replies: 9
- Views: 7792
Very high CPU usage on Debian 8
I have installed the latest version of love from the source. I downloaded some games from the wiki page, but running all of them makes a very high CPU usage of over 350%!! So my question is that the normal CPU usage of running Love-games? Why do they need so much of CPU?
Any help is appreciated.
Any help is appreciated.
- Thu May 25, 2017 9:59 am
- Forum: General
- Topic: Building from source problem on Debian
- Replies: 2
- Views: 2744
- Wed May 24, 2017 11:39 pm
- Forum: General
- Topic: Building from source problem on Debian
- Replies: 2
- Views: 2744
Building from source problem on Debian
I have downloaded the source code from bitbucket, and ran the platform/unix/automagic ./configure make from the root directory. Every thing seems to have worked fine, i get no errors. There is however no love command available on my machine (with Debian 8), for example running love . from a game dir...
- Wed May 24, 2017 1:45 pm
- Forum: General
- Topic: Hello World Problem
- Replies: 6
- Views: 4958
Re: Hello World Problem
You should really use 0.10.2 instead of 0.9; that's an old version. No idea why you have so high cpu usage though. I have downloaded the Linux Package of the newest version. But in the platform/unix/ directora there is no automagic executable. Is this site where i should install automagic from?: ht...
- Wed May 24, 2017 11:39 am
- Forum: General
- Topic: Hello World Problem
- Replies: 6
- Views: 4958
Re: Hello World Problem
Thanks for your replies, the CPU usage of love is still about 70%, i guess it might have something to do with the framerate (which i should find out how to control at ca. 30 fps). Am i right?
- Wed May 24, 2017 8:11 am
- Forum: General
- Topic: Hello World Problem
- Replies: 6
- Views: 4958
Hello World Problem
I have just started to learn Love. running the following example (main.lua) with love main.lua doesn't show the Hello World! screen, but results in the following screen and causes a CPU usage of over 200%! What am i doing wrong? Any help is appreciated. This code: function love.draw() love.graphics....