From owner-freebsd-x11@FreeBSD.ORG Tue Sep 4 02:31:09 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 771E71065674 for ; Tue, 4 Sep 2012 02:31:09 +0000 (UTC) (envelope-from resuscitated_wael@hotmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 491F78FC14 for ; Tue, 4 Sep 2012 02:31:09 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T8iuy-0002Va-7K for freebsd-x11@freebsd.org; Mon, 03 Sep 2012 19:31:08 -0700 Date: Mon, 3 Sep 2012 19:31:08 -0700 (PDT) From: SicoSico To: freebsd-x11@freebsd.org Message-ID: <1346725868219-5740516.post@n5.nabble.com> In-Reply-To: References: <1342085203648-5726207.post@n5.nabble.com> <201207121653.32046.erichfreebsdlist@ovitrap.com> <1342094808885-5726236.post@n5.nabble.com> <50004AF0.1010400@gmail.com> <1346704065209-5740445.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Lenovo Y570 backlight X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 02:31:09 -0000 Thanks for your reply Kevin Oberman, #acpi_call -p '\VBRC' -i 5 Unknown object type '-1515870811' Here are some values that may be related: #acpi_call -p '\_SB.PCI0.LPCB.EC0.BRTS' 10 #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCM' 0 #acpi_call -p '\_SB.PCI0.GFX0.DD02._BQC' 0 #acpi_call -p '\_SB.PCI0.GFX0.DD02.LVLS' 10 #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCL' Unknown object type '4' #acpi_call -p '\_SB.PCI0.PEG0.VGA.LCD.PLVL' Unknown object type '4' \_SB.PCI0.GFX0.DD02._BCM can be changed: #acpi_call -p '\_SB.PCI0.GFX0.DD02._BCM' -i 4 4 After that \_SB.PCI0.GFX0.DD02._BQC value is changed to 1: #acpi_call -p '\_SB.PCI0.GFX0.DD02._BQC' 1 But still this has no effect to the brightness. DSDT files were attached in an earlier post. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Lenovo-Y570-backlight-tp5726207p5740516.html Sent from the freebsd-x11 mailing list archive at Nabble.com.