From owner-freebsd-mobile@FreeBSD.ORG Thu Oct 18 21:18:07 2012 Return-Path: Delivered-To: mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58E89B4B; Thu, 18 Oct 2012 21:18:07 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 24FEC8FC0C; Thu, 18 Oct 2012 21:18:07 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8E6CCB972; Thu, 18 Oct 2012 17:18:06 -0400 (EDT) From: John Baldwin To: Alberto Villa Subject: Re: Dell acpi_video patch Date: Thu, 18 Oct 2012 17:16:31 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: <20121005215316.GA38707@triton8.kn-bremen.de> <201210180858.35282.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210181716.31486.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 18 Oct 2012 17:18:06 -0400 (EDT) Cc: freebsd-acpi@freebsd.org, Juergen Lock , mobile@freebsd.org X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 21:18:07 -0000 On Thursday, October 18, 2012 4:58:42 pm Alberto Villa wrote: > On Thu, Oct 18, 2012 at 2:58 PM, John Baldwin wrote: > > Ah, looks like your BIOS excludes DOD_DEVID_SCHEME_STD from it's _ADR > > methods (but does included it in on the list of displays returned by > > _DOD). > > > > Please test this updated version: > > Still the same: > hw.acpi.video.out0.active: 1 > hw.acpi.video.out1.active: 1 > hw.acpi.video.out1.brightness: 100 > hw.acpi.video.out1.fullpower: 100 > hw.acpi.video.out1.economy: 50 > hw.acpi.video.out1.levels: 100 50 0 10 20 30 40 50 60 70 80 90 100 > hw.acpi.video.out2.active: 1 Ok, can you possibly hack acpi_video to output the values returned _DOD (in hex) and the _ADR values (in hex) of your outputs? -- John Baldwin