From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 14:53:58 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id AF412737 for ; Tue, 17 Jun 2014 14:53:58 +0000 (UTC) Received: from pukruppa.de (pd95cabe3.dip0.t-ipconnect.de [217.92.171.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pukruppa.de", Issuer "pukruppa.de" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D38427F9 for ; Tue, 17 Jun 2014 14:53:57 +0000 (UTC) Received: from pukruppa.de (localhost [127.0.0.1]) by pukruppa.de (8.14.9/8.14.9) with ESMTP id s5HEYJm4001571 for ; Tue, 17 Jun 2014 16:34:20 +0200 (CEST) (envelope-from ulrich@pukruppa.de) Message-ID: <53A051EB.1000901@pukruppa.de> Date: Tue, 17 Jun 2014 16:34:19 +0200 From: Peter Ulrich Kruppa User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Xorg 7.7 suddenly lost the keyboard References: <539DAE71.7050201@gmail.com> In-Reply-To: <539DAE71.7050201@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 14:53:58 -0000 Am 15.06.2014 16:32, schrieb Jukka Ukkonen: > > Hello everybody, > > I recently had a very peculiar experience with Xorg 7.7 on an amd64 > system running FreeBSD 10-stable. > Suddenly any and all X11 applications lost the keyboard. When using > vanilla vt only the same keyboard > works just fine. > I guess this happened after I had updated the ports tree using svn and > run "portupgrade --batch -y -a". I can confirm this. If you've got some spare minutes try this: # cd /usr/ports/x11-drivers/xf86-input-keyboard/ # make deinstall # cd /usr/ports/x11-drivers/xf86-input-mouse/ # make deinstall # cd /usr/ports/x11-drivers/xf86-input-keyboard/ # make install # cd /usr/ports/x11-drivers/xf86-input-mouse/ # make install For unknown reasons both my keyboard and my mouse now work fine again! Greetings Peter > Does anyone have any idea what might be the root cause and how to get > around this. > Previously I have been using HAL configured devices with Xorg. Now even > explicitly forcing the automatic > device detection off did not bring the keyboard back. Rebuilding > xorg-server to use devd instead of HAL > did not help either. So, I am confused. Any ideas what to try? > > Cheers, > --jau > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >