From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 19 19:38:17 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 5DE4916A474 for ; Mon, 19 Jun 2006 19:38:17 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366DF43D46 for ; Mon, 19 Jun 2006 19:38:16 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id y38so1129397nfb for ; Mon, 19 Jun 2006 12:38:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=YngHeSSYCC5AcNKkAbLcLxm0K8rlMjkO8QDTUw54SU2blq4Zj92XG3mk/cIjQqpdijDBEnRVjSIJXTYmACbpyWrS77xLMhSgesbArpfDwsSz2mzOQCiHWIqfne4IOd6WADe2fKLxU9VRhMUvNOgflEXG3VtcJksC4RIrHTtRdeQ= Received: by 10.49.19.14 with SMTP id w14mr5717345nfi; Mon, 19 Jun 2006 12:38:14 -0700 (PDT) Received: from roadrunner.q.local ( [217.185.119.155]) by mx.gmail.com with ESMTP id p45sm5961561nfa.2006.06.19.12.38.12; Mon, 19 Jun 2006 12:38:14 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k5IKJrrq010868 for ; Sun, 18 Jun 2006 22:19:53 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k5IKJqIt010867; Sun, 18 Jun 2006 22:19:52 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sun, 18 Jun 2006 22:19:52 +0200 From: Ulrich Spoerlein To: Rich Winkel Message-ID: <20060618201952.GB1145@roadrunner.aventurien.local> Mail-Followup-To: Rich Winkel , freebsd-mobile@freebsd.org References: <4492A8F9.6060007@centtech.com> <200606181757.k5IHvLSt046046@pencil.math.missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <200606181757.k5IHvLSt046046@pencil.math.missouri.edu> Cc: 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: Mon, 19 Jun 2006 19:38:17 -0000 --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Rich Winkel wrote: > Sorry I've lost track of the attributions :) >=20 > > I think in the OP's case these are the same - I think (and he'll have t= o=20 > > clarify) that he just wanted the screen to turn off when he closed the= =20 > > lid, right before it goes to sleep, and have the screen come on when he= =20 > > opens the lid. Sounds like S1 is working fine for him otherwise (which= =20 > > I do believe to be true for D600's). >=20 > 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=3D"YES" /etc/sysctl.conf: hw.acpi.lid_switch_state=3DNONE hw.acpi.video.lcd0.active=3D1 /etc/devd.conf: notify 10 { match "system" "ACPI"; match "subsystem" "Lid"; action "/sbin/sysctl hw.acpi.video.lcd0.active=3D$notify"; }; hth, Ulrich Spoerlein --=20 PGP Key ID: 20FEE9DD Encrypted mail welcome! Fingerprint: AEC9 AF5E 01AC 4EE1 8F70 6CBD E76E 2227 20FE E9DD Which is worse: ignorance or apathy? Don't know. Don't care. --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFElbVo524iJyD+6d0RAkGXAKCO0jLwLHdnSO4eMbZrXmsjorX4IQCeOxwb 9/kFcNOXzS4dTi4aCo6dENI= =SLPx -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3--