From owner-freebsd-current@FreeBSD.ORG Sun May 10 16:46:52 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E546A864 for ; Sun, 10 May 2015 16:46:52 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5FA71113 for ; Sun, 10 May 2015 16:46:52 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 3976D1FE023; Sun, 10 May 2015 18:46:50 +0200 (CEST) Message-ID: <554F8BA6.9000702@selasky.org> Date: Sun, 10 May 2015 18:47:34 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Wolfgang Zenker CC: freebsd-current@freebsd.org Subject: Re: Race VT+X11 on -current References: <554BC475.50203@selasky.org> <554BD2A8.70702@selasky.org> <554C3CCB.3030809@selasky.org> <4937E44E-C0EF-4052-961C-F46D5EC5BE00@gmail.com> <554C8AEB.2080502@selasky.org> <554CC841.60908@freebsd.org> <20150509210525.GA80848@lyxys.ka.sub.org> <554F5379.2070100@selasky.org> <20150510165330.GA86856@lyxys.ka.sub.org> In-Reply-To: <20150510165330.GA86856@lyxys.ka.sub.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 10 May 2015 16:46:53 -0000 On 05/10/15 18:53, Wolfgang Zenker wrote: > Hi, > > * Hans Petter Selasky [150510 14:47]: >> On 05/09/15 23:05, Wolfgang Zenker wrote: >>> * Allan Jude [150508 16:29]: >>>> [..] >>>> My experience is a little different. > >>>> When suspend/resuming my laptop (Lenovo T530 with nVidia gpu) > >>>> Sometimes when I resume, it seems like the keyboard is frozen. If I >>>> alt+f1, then alt+f9, it seems to work fine after that. I'd never though >>>> of trying just alt+f9 right away, as I could already see my X session. > >>>> Not sure if this is related, but it sounds very similar. > >>> Similar problem on 10-STABLE: I usually start X by running startx >>> on ttyv0. After exiting X screen shows ttyv0 again but keyboard >>> appears frozen. Using ctrl-alt-f2 and ctrl-alt-f1 to switch to >>> ttyv1 and back "unfreezes" keyboard. > >> Can you try applying to 10-stable: > >> https://svnweb.freebsd.org/changeset/base/282645 > > Patch needs a little tweaking to apply in vt_resume() on 10-stable > (vd is main_vd here), but appears to fix the problem. > Hi, Sounds good. I'll MFC the patch sometime next week. Seems like more people need it for daily FreeBSD use :-) --HPS