On Thu, 10 Dec 2009 03:19:14 +0100 frantisek holop <[email protected]> wrote:
> hmm, on Thu, Dec 10, 2009 at 01:30:07AM +0100, Robert said that > > dmesg of whatever openbsd version you are running atm might help. > > yes, sorry, i did not send it because i thought this might > have been a more generic kind of a change not dependent > on hw. > acpiasus0 at acpi0 > acpibtn0 at acpi0: LID_ > acpibtn1 at acpi0: SLPB > acpibtn2 at acpi0: PWRB Kinda, look at changes to those drivers since the last hackathon, should have been clear from your ref to eeeeeeeeeepc... If you rip/comment out the relevant lines from acpibtn the event won't be registered by acpi and you should get your wished behaviour. Btw, to shutdown just type: 'sudo halt -p' that will even work with generic. Closing the lid on a running notebook is a bad idea, because a lot of heat will be capture under the closed screen that would be otherwise transfered through the keyboard. My bet is on close lid -> suspend, as it should be, without a knob to fiddle. Isn't it strange, to have devs working on acpi suspend and instead of giving them feedback for the cornercase computers that don't do "what they are supposed" when running on -current, to to just want to turn that stuff off? Running -stable helps with that, but i guess that wasn't your question. blub - Robert

