From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 08:31:03 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B018D6A; Sat, 31 Jan 2015 08:31:03 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFB35DE5; Sat, 31 Jan 2015 08:31:02 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id hn18so8481567igb.2; Sat, 31 Jan 2015 00:31:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=z6yJ2zMONKX++CumOEcgAQniBw7NQT2HQkZmIKezYQM=; b=SKOuMdjXxeMP3T2NZIt2FWXCdEitIOSL5kEr4rrJx7j1wYYYY01+xnr9OC64atQiYk +ezUrxX2biKbwRKVaw0E9Iec0OxQQFMQgF5lcPI7Ji5KfkDH+u3Q+SikH2g4uTCA8aFI IkdLe+JijwcdU9qdcOR/v1vRrykvJP5YzOXvg8bpfLtJLPQe4+/Xm1PkoNxSxuf7kisX IVK80QFSuHAd299Qi2YSxhKdeae4WOT0Ci6bWta7oKq25sYncn2dEvk5P0cf/q+L3+8C H3HcWuwqyE5y6HLfApwp6AX3cT8Xa6oF/Gc+A1Ms94iryaFSBLWjj000n6jwudKtBQnO 0SoA== X-Received: by 10.50.176.196 with SMTP id ck4mr1228542igc.40.1422693062348; Sat, 31 Jan 2015 00:31:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.236.106 with HTTP; Sat, 31 Jan 2015 00:30:42 -0800 (PST) In-Reply-To: <54CC8FF7.4020507@interlinked.me> References: <54C883E7.4000300@interlinked.me> <54CC57CE.2080001@interlinked.me> <54CC7288.3040409@interlinked.me> <54CC8FF7.4020507@interlinked.me> From: Miguel Clara Date: Sat, 31 Jan 2015 08:30:42 +0000 Message-ID: Subject: Re: Questions on adding backlight support for the i915 driver To: Elizabeth Myers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Adrian Chadd , freebsd-current , Konstantin Belousov , Justin Hibbits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 08:31:03 -0000 On Sat, Jan 31, 2015 at 8:19 AM, Elizabeth Myers wrote: > On 01/31/15 02:15, Miguel Clara wrote: > > Working fine on a HP running current as I've noted in the other thread > > as for the keys. > > This one (and most HP Pavillion models) use the Fn+F(2/3) but the keys, > > and my Acer (and I think not all are like this) use "Fn+<-/->" > > If your keys work (as in, they do things in FreeBSD), does sysctl and > the keys work together just fine with no weird effects? > > The only weird problem I could possibly think of that could come up is > that the keys do a simple add/subtract to the PCM values, and so the > brightness ends up wrong. See if that happens. > > Well, in the HP the keys don't do nothing it seems not even "xev" reports anything when I use them, but they could be wrongly mapped maybe... On the acer I do see keycodes from xev, but Im using lumina and If I try to map them to anything it doesn't work... I'll see what happens after reboot though. -- > Cheers, > Elizabeth Myers > >