From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 18 20:30:31 2013 Return-Path: Delivered-To: freebsd-amd64@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 ESMTP id C328B8FF for ; Sun, 18 Aug 2013 20:30:31 +0000 (UTC) (envelope-from matthias@petermann-it.de) Received: from mail.s1.d2ux.org (static.209.96.9.5.clients.your-server.de [5.9.96.209]) by mx1.freebsd.org (Postfix) with ESMTP id 80A572B46 for ; Sun, 18 Aug 2013 20:30:31 +0000 (UTC) Received: from mail.s1.d2ux.org (mail [10.0.0.3]) by mail.s1.d2ux.org (Postfix) with ESMTP id 5963D84F25C9 for ; Sun, 18 Aug 2013 22:30:30 +0200 (CEST) Received: from mail.s1.d2ux.org ([10.0.0.3]) by mail.s1.d2ux.org (mail.s1.d2ux.org [10.0.0.3]) (amavisd-new, port 10024) with ESMTP id Nwda2gzFulr8 for ; Sun, 18 Aug 2013 22:30:28 +0200 (CEST) Received: from workstation.local (p579D284D.dip0.t-ipconnect.de [87.157.40.77]) by mail.s1.d2ux.org (Postfix) with ESMTPSA id 73A1984F25DD for ; Sun, 18 Aug 2013 22:30:28 +0200 (CEST) Message-ID: <52112E81.2000100@petermann-it.de> Date: Sun, 18 Aug 2013 22:28:49 +0200 From: Matthias Petermann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130526 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Subject: Re: LCD Brightness Control not working on Lenovo X121e (ACPI issue?) References: <20130818153357.GA10463@knossos> In-Reply-To: <20130818153357.GA10463@knossos> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 20:30:31 -0000 Hi Zoran, yes, I just checked this. At the time the big "ThinkPad" logo is shown at cold start, I am able to use Fn+F8/F9 to tune brightness. As mentioned in current@, there is a workaround for the X121e to do this at runtime, by using sysutils/acpi_call, e.g. # acpi_call -p '\VBRU' (brightness up one step) # acpi_call -p '\VBRD' (brightness down one stop) Kind regards, Matthias Am 18.08.2013 17:33, schrieb Zoran Kolic: > Out of curiosity, does it work from bios? > That was the only way to correct brightness on my e320. > Best regards > > Zoran > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org"