Re: Idle detect on multiple X servers

2012-01-12 Thread Adam Jackson
On Thu, 2012-01-12 at 12:14 -0800, Yan Seiner wrote: > or is there some better way to do this? The SYNC extension has an IDLETIME counter which reports the server's idle time in milliseconds, and can send you events when it crosses a certain threshold. Cleaner than polling. - ajax signature.a

Idle detect on multiple X servers

2012-01-12 Thread Yan Seiner
I have a kiosk that runs several applications on different VTs. At boot I start multiple X instances, each on its own vt. The users can switch between apllications by the CTRL-ALT-Fn combination. This works fine. Now I've been asked to rotate through the displays when the system has been idle f