From owner-freebsd-current@FreeBSD.ORG Thu May 7 20:00:11 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 7D44AF13; Thu, 7 May 2015 20:00:11 +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 40CB616D0; Thu, 7 May 2015 20:00:11 +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 081451FE023; Thu, 7 May 2015 22:00:08 +0200 (CEST) Message-ID: <554BC475.50203@selasky.org> Date: Thu, 07 May 2015 22:00:53 +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: Garrett Cooper , Kevin Oberman CC: FreeBSD Current , Aleksandr Rybalko Subject: Re: Race VT+X11 on -current References: <554B5D11.3080709@selasky.org> In-Reply-To: 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: Thu, 07 May 2015 20:00:11 -0000 On 05/07/15 20:23, Garrett Cooper wrote: > >> On May 7, 2015, at 09:43, Kevin Oberman wrote: >> >>> On Thu, May 7, 2015 at 5:39 AM, Hans Petter Selasky wrote: >>> >>> Hi, >>> >>> Sometimes when logging into X11 the keyboard input is not working. >>> Pressing ALT+F9 makes it work. Any idea where the race is? >>> >>> --HPS >> >> Actually, I have found that switching to ANY other terminal (e.g. ALT-F2) >> and back to vty1 does the job. >> >> I must admit that this is a pretty minor annoyance, so I never got around >> to reporting it. Still, any bug report should show that it impacts multiple >> users. > > Speaking of which, please file a bug for this issue so it doesn't get lost! > Thanks, > -NGie Hi, Here it is: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200032 --HPS