From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 31 13:29:30 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD2416A41F for ; Mon, 31 Oct 2005 13:29:30 +0000 (GMT) (envelope-from kaspar.schleiser@gmx.de) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id AF6B743D99 for ; Mon, 31 Oct 2005 13:29:10 +0000 (GMT) (envelope-from kaspar.schleiser@gmx.de) Received: (qmail invoked by alias); 31 Oct 2005 13:29:09 -0000 Received: from gast145.spline.inf.fu-berlin.de (EHLO gast145.spline.inf.fu-berlin.de) [130.133.110.145] by mail.gmx.net (mp024) with SMTP; 31 Oct 2005 14:29:09 +0100 X-Authenticated: #24978394 From: Kaspar Schleiser To: freebsd-mobile@freebsd.org Date: Mon, 31 Oct 2005 14:29:07 +0000 User-Agent: KMail/1.8.2 References: <20051030230423.2C9325D04@ptavv.es.net> In-Reply-To: <20051030230423.2C9325D04@ptavv.es.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200510311429.07362.kaspar.schleiser@gmx.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Thinkpad X31 ACPI Problems X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 13:29:30 -0000 Hello, thanks a lot for the response! On Sunday 30 October 2005 23:04, Kevin Oberman wrote: > > 1. Suspend doesn't turn off the laptop backlight. > Then edit /etc/rc.suspend and /etc/rc.resume to execute it: > radeontool light off > radeontool light on The tool works on the command line, but rc.suspend and rc.resume don't get executed when I close the lid, only acpiconf -s 3 executes them. Is there any way to have them executed on lid-close? Greets Kaspar