From owner-freebsd-acpi@FreeBSD.ORG Mon Feb 25 02:42:59 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CC93D43; Mon, 25 Feb 2013 02:42:59 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mx1.freebsd.org (Postfix) with ESMTP id 546DA715; Mon, 25 Feb 2013 02:42:59 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fb1so1462965pad.11 for ; Sun, 24 Feb 2013 18:42:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=NcrUkAjC9CtqdsecQxB/fCRSb4UpyB5nfF+l7773JVA=; b=u65uMFdqgGfXmZAEm1+5vj07GGX9faKy8XDTC85EzeQjUwKx/KCLfz4CgYlXKfiuAn j6kwLETU5UkOv54S7uxNURu6zTsyH61/lcguLkzvDwocuHYyNeq2yHJOFXZ6Fhk0JGnx B8QqwIbL1ABcHRiYOnWwRYfo0JUWjRxUzGm3yLLKSJXxr48EQ0F85C1Tf6hBhln1HYtP Ffk+eS2jKWeENMbZMUkTKrLA/EDbPVX24yb9AkC9NysrGLv9Q5qL9Y6QtyLIfkS/4Rs0 Lc3d+2ry0i6w8b99htP0bU8ht+JCcW2Ly0cPmoWQaxQgVfYEftvT2lkqO1aSWtnagMK8 wxFQ== X-Received: by 10.68.42.39 with SMTP id k7mr15447388pbl.138.1361760173021; Sun, 24 Feb 2013 18:42:53 -0800 (PST) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id tm1sm10994727pbc.11.2013.02.24.18.42.26 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Feb 2013 18:42:52 -0800 (PST) Message-ID: <512ACF4E.7090806@gmail.com> Date: Sun, 24 Feb 2013 18:41:18 -0800 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130202 Thunderbird/17.0.2 MIME-Version: 1.0 To: Eitan Adler Subject: Re: what is required to support a new laptop? References: <20130128114938.GK50515@e-new.0x20.net> <20130130024649.R87033@sola.nimnet.asn.au> <20130130032714.D87033@sola.nimnet.asn.au> <20130130050811.H87033@sola.nimnet.asn.au> <512AB6F3.6030001@gmail.com> <512ABB5E.5050904@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: bapt@freebsd.org, freebsd-acpi@freebsd.org, Ian Smith X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 02:42:59 -0000 On 02/24/13 17:29, Eitan Adler wrote: > [5398 root@gravity (100)% ...ts/sysutils/acpi_call !5!]#acpi_call -p > '\_SB.PCI0.PEG1.VGA.LCD._BQC' -o o 0 [5399 root@gravity (100)% > ...ports/sysutils/acpi_call ]#acpi_call -p > '\_SB.PCI0.PEG0.VGA.LCD._BQC' -o o 0 [5389 root@gravity (100)% > ...ports/sysutils/acpi_call ]#acpi_call -p > '\_SB.PCI0.PEG1.VGA.LCD._BCM' -i 50 50 [5390 root@gravity (100)% > ...ports/sysutils/acpi_call ]#acpi_call -p > '\_SB.PCI0.PEG1.VGA.LCD._BCM' -i 20 20 but nothing visible changes. > This is better than before (I think). Thanks! I hope this could work > in the end. Next step is to call _BCL then _BCM at every location in the DSDT and see if any of them work. It's probable that one of them does... Lenovo seems to like playing hide the correct acpi methods or something. Matt