From owner-freebsd-x11@FreeBSD.ORG Thu Jul 12 09:26:44 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 4B2D61065670 for ; Thu, 12 Jul 2012 09:26:44 +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 265E78FC12 for ; Thu, 12 Jul 2012 09:26:44 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SpFfX-00088f-LO for freebsd-x11@freebsd.org; Thu, 12 Jul 2012 02:26:43 -0700 Date: Thu, 12 Jul 2012 02:26:43 -0700 (PDT) From: SicoSico To: freebsd-x11@freebsd.org Message-ID: <1342085203648-5726207.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: 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:26:44 -0000 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: x11/xbrightness and x11/xcalib, they increase the black color, the screen max brightness is still on. Software illusion, not hardware. #kldload acpi_ibm #kldload acpi_video #sysctl hw.acpi.video.lcd0.active=1 hw.acpi.video.lcd0.active: 0 -> 0 #sysctl hw.acpi.video.lcd0.brightness=30 hw.acpi.video.lcd0.brightness: 70 -> 30 #xbacklight -set 50 No outputs have backlight property xorg.conf Option "RegistryDwords" "EnableBrightnessControl=1" Xorg.0.log (WW) intel(0): Option "RegistryDwords" is not used" Also xev doesn't detect fn+up/down which should change the lcd brightness. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Lenovo-Y570-backlight-tp5726207.html Sent from the freebsd-x11 mailing list archive at Nabble.com.