From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FCUrB-00033b-Oq for garchives@archives.gentoo.org; Fri, 24 Feb 2006 04:47:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1O4jwC2009573; Fri, 24 Feb 2006 04:45:58 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1O4fxNl016417 for ; Fri, 24 Feb 2006 04:41:59 GMT Received: by wproxy.gmail.com with SMTP id i31so212265wra for ; Thu, 23 Feb 2006 20:41:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V9ZcL/Zr3p/QmkVQEh1lyxw32rRM37VS/aBq4RVcRYfmoCD5UtHn4ePv+RcVBJmyNYjBQaw0uiF5/nGy58JzKf980RlX9qVYLu979fLQZDNXGXgQNNGqy2WlaiwH5uTIE8M3yhSXa9Y3SWIdid3SWGmCOvHgRgU0bJe5PnoC+M4= Received: by 10.54.141.10 with SMTP id o10mr1105529wrd; Thu, 23 Feb 2006 20:41:58 -0800 (PST) Received: by 10.54.69.19 with HTTP; Thu, 23 Feb 2006 20:41:58 -0800 (PST) Message-ID: <7573e9640602232041q77ad4732jad4cb90332290f5e@mail.gmail.com> Date: Thu, 23 Feb 2006 21:41:58 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Suspend2 issues In-Reply-To: <43FE50D9.3070100@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <43FD44C4.30601@gmail.com> <43FE1C6F.1040503@gmail.com> <1140737731.8407.7.camel@orpheus> <43FE50D9.3070100@gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k1O4fxNl016417 X-Archives-Salt: 07450964-ed3d-438a-9c13-4a5adf926031 X-Archives-Hash: 8890004b80620640602990bc092fc32a On 2/23/06, Mike Myers wrote: > Hey Iain, > > Thanks for the info! I kinda figured that klaptop did something > different. It obviously didn't run the hibernate.conf scripts. I guess > I can settle for running hibernate in the console, I mean, that's better > than nothing, really. Klaptop and gkrellm at least still give a good > indication of the battery status. Anyway, I'll start bugging the > people on the suspend2 lists now about it. thanks a lot! If you have a standby button on your laptop, you can probably make it do a standby or hibernate by merging acpid and modifying /etc/acpi/default.sh. Personally, my system does a suspend-to-ram when I press the standby button, and a suspend-to-disk when I press (momentarily) the power button. My actions for the buttons look like: power) if test -f /etc/.acpi_ignore_power; then rm -f /etc/.acpi_ignore_power >/dev/null 2>&1 else touch /etc/.acpi_ignore_power /usr/sbin/hibernate fi ;; sleep) /usr/sbin/hibernate -F /etc/hibernate/standby.conf ;; -Richard -- gentoo-user@gentoo.org mailing list