From owner-freebsd-mobile@FreeBSD.ORG Tue Jun 20 03:23:38 2006 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 76FA916A47C for ; Tue, 20 Jun 2006 03:23:38 +0000 (UTC) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E7943D45 for ; Tue, 20 Jun 2006 03:23:37 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) by pencil.math.missouri.edu (8.13.1/8.13.1) with ESMTP id k5K3Nau2063124; Mon, 19 Jun 2006 22:23:36 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.13.1/8.13.1/Submit) id k5K3NaZB063123; Mon, 19 Jun 2006 22:23:36 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200606200323.k5K3NaZB063123@pencil.math.missouri.edu> In-Reply-To: <20060618201952.GB1145@roadrunner.aventurien.local> "from Ulrich Spoerlein at Jun 18, 2006 10:19:52 pm" To: Ulrich Spoerlein Date: Mon, 19 Jun 2006 22:23:36 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pencil.math.missouri.edu X-Virus-Scanned: ClamAV 0.87.1/1550/Mon Jun 19 12:01:35 2006 on pencil.math.missouri.edu X-Virus-Status: Clean Cc: Rich Winkel , freebsd-mobile@freebsd.org Subject: Re: Video sleep on dell d600 (6.1-release) 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: Tue, 20 Jun 2006 03:23:38 -0000 According to Ulrich Spoerlein: -- Start of PGP signed section. > Rich Winkel wrote: > > Correct, I just want the display to turn off when I close the lid. > > Browsing the web, it appears at least one person has gotten this > > working, but he didn't post the specifics. I need to hunt up his address. > > Well, > > here's the solution I'm using: > > /boot/loader.conf: > acpi_video_load="YES" > > /etc/sysctl.conf: > hw.acpi.lid_switch_state=NONE > hw.acpi.video.lcd0.active=1 > > /etc/devd.conf: > notify 10 { > match "system" "ACPI"; > match "subsystem" "Lid"; > action "/sbin/sysctl hw.acpi.video.lcd0.active=$notify"; > }; Thank you!! Works perfectly. Rich