OK bash scripters: I am working on a networked system that controls, among other things, 10 HD projectors. These suckers produce heat and the bulbs are expensive and have to be replaced every 2000 hrs - a little more often than once a year - at a cost of $500 per bulb.
I request over-and-over again from the users to turn off the projectors when not in use for more than 5 minutes. In practice, they remember about 30% of the time.
I already have a script that turns the projectors off and on at will, but I want the system to be able to detect 5 minutes of keyboard/mouse inactivity and turn off the monitors automatically. Of course, this would have to be as resource friendly as possible.
Any ideas?
I request over-and-over again from the users to turn off the projectors when not in use for more than 5 minutes. In practice, they remember about 30% of the time.
I already have a script that turns the projectors off and on at will, but I want the system to be able to detect 5 minutes of keyboard/mouse inactivity and turn off the monitors automatically. Of course, this would have to be as resource friendly as possible.
Any ideas?
Comment