On Jan 19 2007 10:11, Pavel Machek wrote: > >> 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?
I think so. While the X server grabs off any keyboard and mouse activity on its own, there is no such thing for the [read "all"] console[s]. Mouse movement (e.g. GPM) is actually implemented in the kernel, and screen blanking (the one controlled with "\e[9;x]") is too. -`J' -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/