From owner-freebsd-current@FreeBSD.ORG Wed Jan 28 07:34:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5253B16A4CE for ; Wed, 28 Jan 2004 07:34:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A2F143D31 for ; Wed, 28 Jan 2004 07:34:26 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i0SFYPET015683; Wed, 28 Jan 2004 08:34:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 28 Jan 2004 08:34:14 -0700 (MST) Message-Id: <20040128.083414.29478857.imp@bsdimp.com> To: past@noc.ntua.gr From: "M. Warner Losh" In-Reply-To: <4017BB7A.6090307@noc.ntua.gr> References: <4017BB7A.6090307@noc.ntua.gr> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: randy@psg.com cc: freebsd-current@freebsd.org Subject: Re: sleeping too lightly X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 15:34:27 -0000 In message: <4017BB7A.6090307@noc.ntua.gr> Panagiotis Astithas writes: : Randy Bush wrote: : > thinkpad t40p : > pretty current : > : > S3 does suspend, and i have successfully tied it to the key and lid. : > but it seems to burn battery anyway, like five hours eats 40% of it, : > and it sleeps quite warmly. any clues? : : Isn't it supposed to? I believe that you need S4 for complete poweroff. : acpiconf(8) says something along these lines, too. S4 isn't completely off. That's S5. S3 is a low power mode that's 'fast' to recover from (suspend to RAM in old APMese). S4 and S4BIOS are both suspend to disk. Warner