From owner-svn-src-user@FreeBSD.ORG Mon Nov 11 22:12:19 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EADB42C4; Mon, 11 Nov 2013 22:12:19 +0000 (UTC) (envelope-from ray@freebsd.org) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id A3A052BB3; Mon, 11 Nov 2013 22:12:19 +0000 (UTC) Received: from rnote.ddteam.net (150-116-135-95.pool.ukrtel.net [95.135.116.150]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPSA id C1171C493D; Tue, 12 Nov 2013 00:12:17 +0200 (EET) Date: Tue, 12 Nov 2013 00:12:16 +0200 From: Aleksandr Rybalko To: John Baldwin Subject: Re: svn commit: r257815 - in user/ed/newcons/sys/dev: fb vt vt/hw/fb Message-Id: <20131112001216.f3b4d381.ray@freebsd.org> In-Reply-To: <201311111505.27108.jhb@freebsd.org> References: <201311072108.rA7L8rI9057248@svn.freebsd.org> <201311111505.27108.jhb@freebsd.org> Organization: FreeBSD.ORG X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) X-Operating-System: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, svn-src-user@freebsd.org X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 22:12:20 -0000 On Mon, 11 Nov 2013 15:05:26 -0500 John Baldwin wrote: > On Thursday, November 07, 2013 4:08:53 pm Aleksandr Rybalko wrote: > > Author: ray > > Date: Thu Nov 7 21:08:52 2013 > > New Revision: 257815 > > URL: http://svnweb.freebsd.org/changeset/base/257815 > > > > Log: > > Handle suspend/resume. Switch to console window before suspend, > > switch back on resume. That fix issue with broken Xorg image after > > resume. Fix some style whilst here. > > Could you add a runtime sysctl to control this? I haven't needed it > on my x220. syscons had a sysctl for this. > > -- > John Baldwin No problem John. Committed r258023. kern.vt.suspendswitch=0 will do the trick. Thanks! WBW -- Aleksandr Rybalko