Gentoo Archives: gentoo-user

From: Michael <listen@×××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Clarifying using the button to cause a shutdown
Date: Wed, 12 Sep 2012 11:32:09
Message-Id: 3898606.biBTs5eXWC@mrburns
In Reply to: [gentoo-user] Clarifying using the button to cause a shutdown by Andrew Lowe
1 Hi,
2 you are right, this is handelt by ACPI
3
4 You´ll first need to check your BIOS settings. Look for something like "Power
5 button" with 2 possible settings - instant power off and wait 4s.
6
7 If you set that option to wait, a short press on the power button triggers an
8 event and a default install of acpid (daemon has to be running, of course)
9 should shutdown your system.
10
11 I think this should be what you want. If it fails, check your Kernel apci
12 settings (like CONFIG_ACPI_BUTTON), you found already the right wiki page.
13
14 Michael
15
16 Am Dienstag, 11. September 2012, 23:22:38 schrieb Andrew Lowe:
17 > Hi all,
18 > I recently did a ground up rebuild of my little media computer. When it
19 > was running I used to push the power button to initiate a shutdown. I
20 > now can't remember what I had to fiddle to achieve this so that I can
21 > replicate this on my rebuilt box. Is the accepted way to do this as per
22 > the ACPI/Configuration page,
23 >
24 > http://en.gentoo-wiki.com/wiki/ACPI/Configuration
25 >
26 > in the wiki? I have seen some other stuff in portage concerning buttons
27 > on laptops but I have hazy recollections of doing the above on the box
28 > in question.
29 >
30 > Thoughts greatly appreciated,
31 >
32 > Andrew