Package: wmgtemp
Version: 0.7-1
Severity: wishlist

Hi,

there's a new upstream release available[1]. Amongst others, it includes
a change to avoid usage of usleep and instead do smart display refreshing,
by polling the X display file descriptor for display events.

Besides nearly instant refreshes, this has the nice side effect of causing
fewer wake-ups (in the context of power profiling tools like powertop).

Best regards,
Peter

[1] http://www.fluxcode.net/wmgtemp-0.8.tar.bz2


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (400, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-maia
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmgtemp depends on:
ii  libc6                         2.7-6      GNU C Library: Shared libraries
ii  libsensors3                   1:2.10.5-5 library to read temperature/voltag
ii  libx11-6                      2:1.0.3-7  X11 client-side library
ii  libxext6                      1:1.0.3-2  X11 miscellaneous extension librar
ii  libxpm4                       1:3.5.7-1  X11 pixmap library
ii  lm-sensors                    1:3.0.1-1  utilities to read temperature/volt

wmgtemp recommends no packages.

-- no debconf information
--- wmgtemp-0.8.orig/src/wmgtemp.c
+++ wmgtemp-0.8/src/wmgtemp.c
@@ -627,7 +627,7 @@
   FILE *config_file;
   int res;
 
-  config_file = fopen"/etc/sensors.conf", "r");
+  config_file = fopen("/etc/sensors.conf", "r");
 
   if(config_file == NULL) {
     fprintf(stderr, "Error opening /etc/sensors.conf\n");

Reply via email to