Package: wmclock
Version: 1.0.12.2-5

The WMClock process wakes up every 50 milliseconds, even when run
with -noblink.  Here's a trace:

  nanosleep({0, 50000000}, NULL)          = 0
  gettimeofday({1218990942, 420080}, {4294967176, 4208000}) = 0
  read(3, 0x878f84, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
  read(3, 0x878f84, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
  nanosleep({0, 50000000}, NULL)          = 0
  gettimeofday({1218990942, 470362}, {4294967176, 4208000}) = 0
  read(3, 0x878f84, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
  read(3, 0x878f84, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)

This makes it unsuitable for use on laptops.

                                        Juliusz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to