From owner-freebsd-current@FreeBSD.ORG Sat Mar 6 20:56:50 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 ECE1116A4CE for ; Sat, 6 Mar 2004 20:56:50 -0800 (PST) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7A443D1F for ; Sat, 6 Mar 2004 20:56:49 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.dons.net.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.9/8.12.8) with ESMTP id i274ujQ9037077; Sun, 7 Mar 2004 15:26:46 +1030 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Sun, 7 Mar 2004 15:26:46 +1030 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403071526.46219.doconnor@gsoft.com.au> X-Spam-Score: 0.6 (*) CARRIAGE_RETURNS,SPAM_PHRASE_00_01,USER_AGENT X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: LCD Brightness control via sysctl.. 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: Sun, 07 Mar 2004 04:56:51 -0000 I tried the acpi-vid patch earlier and have now updated my kernel to grab the committed version, but I still don't see any brightness sysctls :( I don't understand how I can have a .active entry for a display but no .brightness (after looking at the code). sysctl hw.acpi.video returns -> hw.acpi.video.tv0.active: 0 hw.acpi.video.crt0.active: 0 hw.acpi.video.out0.active: 0 hw.acpi.video.lcd0.active: 0 hw.acpi.video.out1.active: 0 This is on a Dell Inspiron 8600 with an nVidia GeForce FX Go5200 with the nvidia binary driver. Does anyone have any other experiences WRT brightness controls? Thanks. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5