From owner-freebsd-current@FreeBSD.ORG Sat Aug 10 06:00:10 2013 Return-Path: Delivered-To: freebsd-current@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 2AC981EF; Sat, 10 Aug 2013 06:00:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61A0A29AE; Sat, 10 Aug 2013 06:00:09 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hr7so347068wib.16 for ; Fri, 09 Aug 2013 23:00:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=VbBJZaHJIis/uePBvSmuNm3Q1pgDiRs0gOtk8oAkueM=; b=Dj8vDjzsXHHcPqfVKw/iaeRbTtnT4iqI3Xt+Ou0fSstMv+LCYWA6PAKzglqXRgmW10 GNU+QvuBQsz/dRYvodNShOM3ISPalE6qNI8Men6trNlSljjKn4Hn1FJSIFTmQYB7epV+ UuTeFE7nTOgl93m6u+LELD/R8fKMRs8841tyWP+DylxkQrx1kbTO6uU5lSZPSgBDD8Up vR2ZaAuHp4UWWW1UcjBMEl8URnZT8uU9TjrQsv6W7RKoDPgH3ount8nFJSW9gjkfqwI6 1VSV+n3gpf6YDnjMqXHEqBt2CO+y56mvXnXGiaIdHh46g2erlIx66RLBUa5PyL7dypb9 ACvg== MIME-Version: 1.0 X-Received: by 10.194.203.73 with SMTP id ko9mr2140768wjc.79.1376114406690; Fri, 09 Aug 2013 23:00:06 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.116.136 with HTTP; Fri, 9 Aug 2013 23:00:06 -0700 (PDT) In-Reply-To: <5205AF0A.4090304@gmail.com> References: <512A6FFF.2060603@gmail.com> <51BBA07B.80403@gmail.com> <201308091157.19765.jhb@freebsd.org> <5205AF0A.4090304@gmail.com> Date: Fri, 9 Aug 2013 23:00:06 -0700 X-Google-Sender-Auth: KrHwq9kjYuqFYziakwiby-tm96M Message-ID: Subject: Re: Fixing X220 Video The Right Way From: Adrian Chadd To: matt Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-acpi@freebsd.org, freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Aug 2013 06:00:10 -0000 when did it start working? -adrian On 9 August 2013 20:10, matt wrote: > hw.acpi.reset_video used to send this machine X220 into a reboot loop, > with flashing thinklight. Interesting that it no longer causes this > problem. I kind of paused since the trackpad sucks so much in X. > > I think since ssh still works, that just the display or graphics port > is off. > > It may be worth trying to do some acpi_calls via ssh to try to hack > the display back on... > > Matt > > On 08/09/13 08:57, John Baldwin wrote: >> 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). >> >