From owner-freebsd-acpi@FreeBSD.ORG Fri Aug 9 16:37:02 2013 Return-Path: Delivered-To: freebsd-acpi@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 73C0995F; Fri, 9 Aug 2013 16:37:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1BE22C9; Fri, 9 Aug 2013 16:37:02 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4315FB958; Fri, 9 Aug 2013 12:37:01 -0400 (EDT) From: John Baldwin To: Adrian Chadd Subject: Re: Fixing X220 Video The Right Way Date: Fri, 9 Aug 2013 11:57:19 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <512A6FFF.2060603@gmail.com> <51BBA07B.80403@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201308091157.19765.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 09 Aug 2013 12:37:01 -0400 (EDT) Cc: freebsd-acpi@freebsd.org, freebsd-current@freebsd.org 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: Fri, 09 Aug 2013 16:37:02 -0000 On Friday, August 09, 2013 4:37:50 am Adrian Chadd wrote: > Hi! > > Hm, resurrecting this thread, I'll try this on my X230 tomorrow and > see if it makes the (non-xorg, console only) video work on resume. > > If it does, what will it take to automatically determine that this > kind of work-around is needed? This does not affect suspend/resume. It only fixes LCD brightness handling via acpi_video(4). -- John Baldwin