From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 5 18:25:05 2014 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C00257C0; Wed, 5 Feb 2014 18:25:05 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2A1188D; Wed, 5 Feb 2014 18:25:05 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id w5so1103517qac.17 for ; Wed, 05 Feb 2014 10:25:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=us6Hju0v25TqOKWX3FVXbWc/zOCeYAw6dRCd5jCSVis=; b=I5gGqsT08J7Gn5p5h6CNlGZF7lQvJgpCPyfpZGuMaN1LZnHs4Qy0wYh6Rihc+ja4xF N/7xDz7thysX/JBSEn9jKjVr5R9DsxsgKKxMNWfYBdqIK31x9Tma3iGfurYz/6uoo/nt KRILz2jktrrSlKrqFe+ZIz3TpIWnvZ1aoBVjVRVh2bYy++ky8q85gj531rvBlPAr2+jp nuGJqOzqjGU41b9yEBcburSeba1EBzheD3jCBjUftB4OvdIcjFHKl3kVXCtE360nny+9 RSfgK51Qvfh6qItuerNR4aSlqB6/cK5Dz7rQPHuHyWeobapmYXBozym2k+KVdYGoxizd oniw== MIME-Version: 1.0 X-Received: by 10.140.98.135 with SMTP id o7mr4814321qge.102.1391624700823; Wed, 05 Feb 2014 10:25:00 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Wed, 5 Feb 2014 10:25:00 -0800 (PST) In-Reply-To: References: Date: Wed, 5 Feb 2014 10:25:00 -0800 X-Google-Sender-Auth: 4QMNtvQ9hfSD2fHI3Jz6FsLXfTw Message-ID: Subject: Re: Story of a laptop user From: Adrian Chadd To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: desktop@freebsd.org, "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 18:25:05 -0000 hi, Try (if I'm reading your dump correctly): _SB.PCI0.PEG0.VGA.LCD._BCM _SB.PCI0.PEG1.VGA.LCD._BCM _SB.PCI0.GFX0.DD02._BCM .. god I wish we had a way to actually just dump the tree in a useful fashion to inspect what objects there are. Anyway, do the acpi_call hacks to various nodes that have _BCM in them and see if setting any of them changes your brightness. -a