From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 23:39:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F53316A4CE for ; Sun, 22 Feb 2004 23:39:06 -0800 (PST) Received: from psg.com (psg.com [147.28.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 631EE43D1D for ; Sun, 22 Feb 2004 23:39:06 -0800 (PST) (envelope-from randy@psg.com) Received: from [127.0.0.1] (helo=roam.psg.com) by psg.com with esmtp (Exim 4.30; FreeBSD) id 1AvAgE-0000kR-0l; Mon, 23 Feb 2004 07:39:06 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.30; FreeBSD) id 1AvAgA-0000d8-Vv; Mon, 23 Feb 2004 15:39:03 +0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 23 Feb 2004 15:39:02 +0800 To: Eric Anderson References: <20040221174132.53AA243D1D@mx1.FreeBSD.org> <403824A6.7030303@centtech.com> Message-Id: <20040223073906.631EE43D1D@mx1.FreeBSD.org> cc: FreeBSD Current Subject: Re: sysctl hw.acpi.video.lcd0.active X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 07:39:06 -0000 >> the last hack to rc.suspend to make power go really low on >> my thinkpad t40p was >> >> # HACK HACK HACK >> /usr/X11R6/bin/xset -display :0 dpms force off >> sleep 3 >> sysctl hw.acpi.video.lcd0.active=0 >> sleep 1 >> sysctl hw.acpi.cpu.throttle_state=1 >> # KCAH KCAH KCAH >> >> recently, i started getting >> >> sysctl: unknown oid 'hw.acpi.video.lcd0.active' >> >> and >> >> # sysctl -a | egrep '(video|lcd)' >> # >> >> any clues? > > Kernel module not loaded? which one? i compile only the ones i need so that kernel make does not take longer than build world. randy