<p dir="ltr"><br>
On Oct 6, 2013 1:26 PM, "Gene Mosher" <<a href="mailto:gene@viewtouch.com">gene@viewtouch.com</a>> wrote:<br>
><br>
> On 10/06/2013 12:00 PM, <a href="mailto:xorg-devel-request@lists.x.org">xorg-devel-request@lists.x.org</a> wrote:<br>
>><br>
>> Message: 2<br>
>> Date: Sun, 06 Oct 2013 11:17:13 -0700<br>
>> From: Keith Packard <<a href="mailto:keithp@keithp.com">keithp@keithp.com</a>><br>
>> To: Mark Kettenis <<a href="mailto:mark.kettenis@xs4all.nl">mark.kettenis@xs4all.nl</a>><br>
>> Cc: <a href="mailto:xorg-devel@lists.freedesktop.org">xorg-devel@lists.freedesktop.org</a>, <a href="mailto:kaccardi@gmail.com">kaccardi@gmail.com</a>,<br>
>>        <a href="mailto:arjan@linux.intel.com">arjan@linux.intel.com</a><br>
>> Subject: Re: [PATCH] Close non-keyboard devices on DPMS off<br>
>> Message-ID: <<a href="mailto:86siwe463a.fsf@miki.keithp.com">86siwe463a.fsf@miki.keithp.com</a>><br>
>> Content-Type: text/plain; charset="utf-8"<br>
>><br>
>> Mark Kettenis <<a href="mailto:mark.kettenis@xs4all.nl">mark.kettenis@xs4all.nl</a>> writes:<br>
>><br>
>>> > Is that really desirable?<br>
>><br>
>> It has a couple of benefits -- the first is that touch screens and touch<br>
>> pads often get input while your laptop screen is closed; this prevents<br>
>> that from waking up the X server.<br>
>><br>
>> The second is that turning off input devices can allow the system to<br>
>> shut down USB resources and save a bunch of power. I posted the patch so<br>
>> that we could get measurements of the power savings.<br>
>>><br>
>>> > For me, moving the mouse has always been the most natural way to wake<br>
>>> > up the screen.<br>
>><br>
>> Yeah, that's the usual way I wake my machine up as well. However, if you<br>
>> try this on an OS X machine, you'll find that only the keyboard will<br>
>> wake the machine up. So, it's not a universal policy at least.<br>
>><br>
>>> > And I can imagine that touching the screen is the most<br>
>>> > natural way to do it on a device with a touchscreen.  Such devices<br>
>>> > might not even have keyboard.<br>
>><br>
>> It's hard to imagine a device without *any* keys, but it's certainly<br>
>> possible. The trick would be to figure out how to detect this<br>
>> automatically; my machine lists six "keyboard" devices:<br>
>><br>
>>     ? Power Button                             id=6    [slave  keyboard (3)]<br>
>>     ? Power Button                             id=8    [slave  keyboard (3)]<br>
>>     ? Sleep Button                             id=9    [slave  keyboard (3)]<br>
>>     ? FaceTime HD Camera (Built-in)            id=11   [slave  keyboard (3)]<br>
>>     ? Apple Inc. Apple Internal Keyboard / Trackpad    id=12   [slave  keyboard (3)]<br>
>>     ? Video Bus                                id=7    [slave  keyboard (3)]<br>
>><br>
>> I think the interesting part here is the potential for power savings<br>
>> while the screen is blanked; getting some idea of how much closing the<br>
>> other devices is worth would be really helpful in figuring out when to<br>
>> make this choice.<br>
>><br>
>> -- <br>
>> <a href="mailto:keith.packard@intel.com">keith.packard@intel.com</a><br>
><br>
> Keith, why do you want to fix something that isn't broken, by breaking it?  You say it's hard to imagine a device without *any* keys, well such 'devices' are the ONLY kind of devices I ship running the X server.  These are not battery operated machines so the advantage of saving power doesn't exist.  What is wrong with waking up a touchscreen driven computer by touching the screen?  There's nothing wrong with it!  <br>

><br>
> --Gene Mosher</p>
<p dir="ltr">You should always try to save power, even if you are using electricity instead of a battery.  Its the right thing to do.</p>