From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 12 23:27:08 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 26E63273 for ; Tue, 12 Mar 2013 23:27:08 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x22f.google.com (mail-ea0-x22f.google.com [IPv6:2a00:1450:4013:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE42D2 for ; Tue, 12 Mar 2013 23:27:07 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id o10so142567eaj.34 for ; Tue, 12 Mar 2013 16:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=N6Fs/z1zDRyZNftMR7jNcgKTOd3ZvOrvNrJvgv6x/fg=; b=I3Kq9lPukNtnNEOLB9PL8TOERmIHgkGAS4/FgTvk+DdtT2t4MHMh5sUTASkDCtyVun 04258EZkn50a5xHZw4JlnLNUa1cDSR17oMRk0Xz8a8JvkVz33BUkGCzFwqT8ZyLT8M1h SPQLOTZHqUvzNwIbvig3DXaEGXyXgAZ12j8wlaRi1C5vdGFoT1OZr9RogndVd1GALBGo 3sHOKG0AKMcUd1Fj0Tf9hEpza/ok4qX9Tp3DoQj1nndjVyuYHoNpMOubNN3sqrPEw3fs j7rT7/GRtnnqfCAqiqIrt8lSiW43yuzrZOKK/jQ7JdeYb8Xt6OkYjUaAl6bokyVs859B 8oDg== MIME-Version: 1.0 X-Received: by 10.14.216.198 with SMTP id g46mr38119268eep.30.1363130826616; Tue, 12 Mar 2013 16:27:06 -0700 (PDT) Received: by 10.14.133.204 with HTTP; Tue, 12 Mar 2013 16:27:06 -0700 (PDT) In-Reply-To: References: <1363125437.79135.2.camel@localhost> <1363130522.79135.8.camel@localhost> Date: Tue, 12 Mar 2013 16:27:06 -0700 Message-ID: Subject: Re: thinkpad keys T520 From: hiren panchasara To: Eitan Adler Content-Type: text/plain; charset=UTF-8 Cc: Kevin Oberman , freebsd-acpi@freebsd.org, Sean Bruno X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 23:27:08 -0000 On Tue, Mar 12, 2013 at 4:24 PM, Eitan Adler wrote: > On 12 March 2013 19:22, Sean Bruno wrote:> >> Hiren and I found adding this to the driver section of xorg.conf allows >> the fn-brightness keys to work: > > Which section? InputDriver? In you "Screen" section. Mine looks like this: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 Option "RegistryDwords" "EnableBrightnessControl=1" SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection cheers, Hiren > > > > > -- > Eitan Adler