From owner-freebsd-x11@FreeBSD.ORG Thu Jul 12 09:53:56 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 D7CD7106566C for ; Thu, 12 Jul 2012 09:53:56 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.224.110]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA458FC14 for ; Thu, 12 Jul 2012 09:53:56 +0000 (UTC) Received: from x220.ovitrap.com ([122.129.201.10]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q6C9rYUG014606; Thu, 12 Jul 2012 03:53:55 -0600 From: Erich Dollansky To: freebsd-x11@freebsd.org Date: Thu, 12 Jul 2012 16:53:31 +0700 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.3; amd64; ; ) References: <1342085203648-5726207.post@n5.nabble.com> In-Reply-To: <1342085203648-5726207.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207121653.32046.erichfreebsdlist@ovitrap.com> Cc: SicoSico 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: Thu, 12 Jul 2012 09:53:57 -0000 Hi, On Thursday, July 12, 2012 04:26:43 PM SicoSico wrote: > Hi, > I have Lenovo Y570 which uses 2 graphics cards, nvidia and intel. There is > currently no way to choose nvidia from BIOS. I can choose to have both or > intel only. > I am using FreeBSD HEAD and I have a problem with the screen backlight, it > is always at maximum. > I am using intel driver x11-drivers/xf86-video-intel > > /etc/make.conf > WITH_NEW_XORG > WITH_KMS > > I tried the following with no result: > this works on an X220: acpi_call -p '\VBRC' -i $value But you need to install acpi_call first. Erich