From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 14:32:22 2014 Return-Path: Delivered-To: questions@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 ESMTPS id 5BFBBE29 for ; Sun, 15 Jun 2014 14:32:22 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA7D82FA2 for ; Sun, 15 Jun 2014 14:32:21 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id x13so4435520wgg.33 for ; Sun, 15 Jun 2014 07:32:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ilh5od/yb2dfzcX9VojkjXuyoXh3mRPtCZwqC/i9PnM=; b=TwK3B6cOclME2uEYG1XOFioxCY+rURstbgeYaVrOT6+hdY0eblIcYKF+IRkL0aUe73 MUrhTlRcyrTTk7BZqYhRe2jQr3ZeQ5aiZZnPo3aK5vIrYvbWZJKwH5toM3d7sjFS5iBR 2S/pN8Kz81zdyVK9tJg9r5Z8rWEDAB/4NtKIfsxeLmw4darXrW3gbJo5uaSQJ7kUMkdM gynIbRTHRqmvt65mlF+A4YrQyZ9XXkMM/lLSmFlJvfFN3YdbPj0SEWfYkkVRNtf9et8X Eho05Tx4fM6s54nxGItbpFUBOlO2ghBovh+QlEfT6WzUe5VBWek+EP9nm8i8G4JfeIc/ 2ivA== X-Received: by 10.194.243.3 with SMTP id wu3mr20111530wjc.29.1402842740277; Sun, 15 Jun 2014 07:32:20 -0700 (PDT) Received: from [192.168.1.197] (xdsl-205-163.nblnetworks.fi. [83.145.205.163]) by mx.google.com with ESMTPSA id d43sm26989892eep.0.2014.06.15.07.32.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Jun 2014 07:32:19 -0700 (PDT) Message-ID: <539DAE71.7050201@gmail.com> Date: Sun, 15 Jun 2014 17:32:17 +0300 From: Jukka Ukkonen User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: Xorg 7.7 suddenly lost the keyboard Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Sun, 15 Jun 2014 14:32:22 -0000 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". 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