Re: [ANNOUNCE] System Inactivity Monitor v1.0



HiQ

this is a new 2.6.20 module implementing a user inactivity trigger. Basically
it acts as an event sniffer, issuing an ACPI event when no user activity is
detected for more than a certain amount of time. This event can be successively
grabbed and managed by an user-level daemon such as acpid, blanking the screen,
dimming the lcd-panel light ? la mac, etc...

While functionality is extremely interesting.... does it really have
to be in kernel?


+if [ ! -d "/proc/sin" ]; then
+ echo "/proc/sin not found, has sinmod been loaded?"
+ exit
+fi

No new /proc files, please.

+cat <<EOF
+
+SIN wakes up periodically and checks for user activity occurred in the
+meantime; this options lets you to specify how much frequently SIN should be
+woken-up. Its value is expressed in tenth of seconds.

Heh. We'll waste power trying to save it. If you have to hook it into
kernel, can you at least do it properly?

Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: [ANNOUNCE] System Inactivity Monitor v1.0
    ... the kernel or not. ... Unfortunately the term "user activity" seems a bit too vague for this. ... fit with a single device node. ... minutes of keyboard inactivity, disregarding the mouse movements. ...
    (Linux-Kernel)
  • Re: [ANNOUNCE] System Inactivity Monitor v1.0
    ... > constitutes user activity is managed in exactly one place, ... > the kernel or not. ... Of late I've been working on single-user systems, ... It's a point that multi-user systems have struggled with forever (when ...
    (Linux-Kernel)
  • Re: [ANNOUNCE] System Inactivity Monitor v1.0
    ... it acts as an event sniffer, issuing an ACPI event when no user activity is ... Mouse movement is actually implemented in the kernel, ...
    (Linux-Kernel)
  • Re: [ANNOUNCE] System Inactivity Monitor v1.0
    ... Scott Preece wrote: ... constitutes user activity is managed in exactly one place, ... the kernel or not. ... My naive model would be to put the response at user ...
    (Linux-Kernel)
  • Auto log off on W2K server
    ... After using W2K Server for awhile, ... there is no user activity, the system automatically logs ... you out after a predefined amount of time has elapsed, ...
    (microsoft.public.windows.server.general)