Re: [ANNOUNCE] System Inactivity Monitor v1.0
- From: Pavel Machek <pavel@xxxxxx>
- Date: Fri, 19 Jan 2007 10:11:04 +0000
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/
- Follow-Ups:
- Re: [ANNOUNCE] System Inactivity Monitor v1.0
- From: Alessandro Di Marco
- Re: [ANNOUNCE] System Inactivity Monitor v1.0
- From: Jan Engelhardt
- Re: [ANNOUNCE] System Inactivity Monitor v1.0
- References:
- [ANNOUNCE] System Inactivity Monitor v1.0
- From: Alessandro Di Marco
- [ANNOUNCE] System Inactivity Monitor v1.0
- Prev by Date: Re: How to use an usb interface than is claimed by HID?
- Next by Date: Re: [RFC] [PATCH] Power S3 Resume Optimization Patch. Request for Comment
- Previous by thread: Re: [ANNOUNCE] System Inactivity Monitor v1.0
- Next by thread: Re: [ANNOUNCE] System Inactivity Monitor v1.0
- Index(es):
Relevant Pages
|