From owner-freebsd-stable@FreeBSD.ORG Thu Jul 26 14:17:29 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F19E2106566C for ; Thu, 26 Jul 2012 14:17:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id AC8798FC17 for ; Thu, 26 Jul 2012 14:17:29 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q6QEHRKs010772; Thu, 26 Jul 2012 08:17:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q6QEHRxm010769; Thu, 26 Jul 2012 08:17:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 26 Jul 2012 08:17:27 -0600 (MDT) From: Warren Block To: "Daniel P. Wright" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 26 Jul 2012 08:17:27 -0600 (MDT) Cc: freebsd-stable@freebsd.org Subject: Re: Keyboard cutting off soon after launching X X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 14:17:30 -0000 On Thu, 26 Jul 2012, Daniel P. Wright wrote: > I am having issues with my keyboard running FreeBSD 9-RELEASE. It is > recognised fine by the system and works within the console (outside of X), > but within a couple of minutes of X launching it stops working in X. I can > still use ctrl-alt-F1 (or whatever) to break back out to the console, and > from there can kill X and relaunch. It cuts out within a minute or so > every time though, so the computer is pretty much unusable under X. > > I've seen similar problems on the FreeBSD forums, and tried to follow the > advice there, namely: > > 1) Ensuring the half and dubs daemons are running hald and dbus... > 2) Setting [Option "AutoAddDevices" "Off"] in xorg.conf This tells X not to use hald. If you window manager/desktop environment does not require hald, not running hald at all might fix the problem. dbus can be kept. AFAIK, xfce is the only desktop environment that doesn't need hald, but all the simpler window managers should be fine.