From owner-freebsd-mobile@FreeBSD.ORG Wed Sep 10 18:13:18 2003 Return-Path: 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 E292816A4C0 for ; Wed, 10 Sep 2003 18:13:18 -0700 (PDT) Received: from www.imp.mx (www.imp.mx [192.100.181.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA1443FD7 for ; Wed, 10 Sep 2003 18:13:17 -0700 (PDT) (envelope-from edscott@imp.mx) Received: from [192.168.213.13] ([192.168.122.241]) by www.imp.mx (SGI-8.9.3p2/8.9.3) with ESMTP id UAA04660; Wed, 10 Sep 2003 20:13:30 -0500 (CDT) From: edscott wilson garcia To: Hiroyuki Aizu , freebsd-mobile@freebsd.org In-Reply-To: <20030910225345.5a699993.eyes@navi.org> References: <1061343265.951.17.camel@scorpio.eco.imp.mx> <20030910225345.5a699993.eyes@navi.org> Content-Type: text/plain Message-Id: <1063242716.567.13.camel@scorpio.eco.imp.mx> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 10 Sep 2003 20:11:56 -0500 Content-Transfer-Encoding: 7bit Subject: Re: patch for toshiba acpi X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: edscott@imp.mx List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 01:13:19 -0000 On Wed, 2003-09-10 at 08:53, Hiroyuki Aizu wrote: > Features > Fn+Esc Force keep running to fan > Fn+F Force keep running to fan > Fn+F2 Same as push sleep button > (You should set hw.acpi.sleep_button_state=S3) This is really Fn+F3 in your code. Fn+F2 changes the energy profile (performance<->economy) The sysctl hw.acpi.toshiba variable would require a "profile" element to know if we are in performance or economy. BTW, commenting out line 748 (video_output_next(h);) solves the video switch bug in the satellite 2455. Edscott