From owner-freebsd-current@freebsd.org Mon Sep 12 17:58:56 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 590D6BD8874 for ; Mon, 12 Sep 2016 17:58:56 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 383B29B9 for ; Mon, 12 Sep 2016 17:58:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 0E0ED10AF62; Mon, 12 Sep 2016 13:58:48 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Cc: Philip Homburg Subject: Re: 11.0-RC2 suspend/resume on thinkpad x201 kills poweroff Date: Mon, 12 Sep 2016 10:42:10 -0700 Message-ID: <7054962.2ZVRM7vrUV@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 12 Sep 2016 13:58:48 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 12 Sep 2016 17:58:56 -0000 On Monday, September 12, 2016 10:35:35 AM Philip Homburg wrote: > In your letter dated Fri, 9 Sep 2016 07:51:35 -0700 you wrote: > >is it too new to "kldload i915kms" ? > > Yes, i915kms does the trick. > > In X, suspend/resume works. On a console it requires a console switch > go get screen output. It would be nice if the driver could do this > automaticaly. > > I guess now the question is where to document this. The handbook seems > to be silent about this issue. The console resume thing is a bug on all systems in vt(4). With sc(4) resume on console brings the screen back. It seems that vt(4) needs some sort of "repaint" call on resume. -- John Baldwin