Ubuntu/Debian package with additional tools

Questions and answers about 3Dconnexion devices on UNIX and Linux.

Moderator: Moderators

colezero
Posts: 11
Joined: Thu Jul 03, 2008 9:58 am

Post by colezero »

Didn't help very much. The usage is around 60 - 90 %.
The CPU itself is running on fullspeed(1,73 Ghz). It doesn't cycle down(798 Mhz), if the applet is running. The usage is to high.
jgeling
Posts: 2
Joined: Thu Jul 24, 2008 1:43 pm

Post by jgeling »

Hello,

I tried your latets package and can confirm that the load is reasonable if not very low in my case.

Thanks
sgalland wrote:Hi,

I published new release of the gnome applet.
It include a call to yield into the main loop.
Please notify me if the processos consumption is still too high. It should consume processor has much as possible but leave enough resources to the other processes.

If not, I will put a sleep() call in place of yield().

Stéphane
colezero wrote:Does you thread uses a while-loop?

Something like:

Code: Select all

while(!terminate) {

...
DoSomething();
...
}
If so, you need to add a little Sleep in the beginning of the loop, about 250ms for example.
This would reduce the cpu-usage!
Post Reply