From owner-freebsd-hackers@FreeBSD.ORG Sat May 31 21:17:24 2014 Return-Path: Delivered-To: freebsd-hackers@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 7D056B97 for ; Sat, 31 May 2014 21:17:24 +0000 (UTC) Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 492822E4E for ; Sat, 31 May 2014 21:17:24 +0000 (UTC) Received: from [192.168.1.68] ([172.15.184.248]) by mail.gmx.com (mrgmxus002) with ESMTPSA (Nemesis) id 0MEnnQ-1X1M6c0xYI-00G5KN; Sat, 31 May 2014 23:17:20 +0200 Message-ID: <538A4740.5060508@gmx.us> Date: Sat, 31 May 2014 17:18:56 -0400 From: Dutch Ingraham User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: David Wolfskill , freebsd-hackers@freebsd.org Subject: Re: Interrupt Overload References: <538A3432.5010303@gmx.us> <20140531200140.GD1224@albert.catwhisker.org> In-Reply-To: <20140531200140.GD1224@albert.catwhisker.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:pAcb0YYut2ZWwyitvOtvo5WNkx1c0WX8IeCKeeoTedgrfjenXhh A9v4eXvdDjW+jx1HGcBKnh0OcvEoTSIqVqEmG1WzTjM8bqPZaPNWY8HFmp+oJ+bpJGGvoos ena3/VKil9aLr4u75YhFQnm9pVyoS5GKMACU+ZbgO9b0VRvc+YFmqyK3KKdJlEaf4uOYh0O mFaVnwQ44pMvsPz+2L3VA== X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 21:17:24 -0000 On 05/31/2014 04:01 PM, David Wolfskill wrote: > Do you have either hald or dbus running? > > IIRC, the default X.org config requires at least one of them. > > I had bad experiences with hald (in particular) some years ago, and > changed my xorg.conf to avoid using them. > > You *might* want to try augmenting xorg.conf with: > > Section "ServerFlags" > Option "AutoAddDevices" "False" > EndSection > > > and disable hald & dbus, then see what happens when you restart X. :-} > > Good luck! > > Peace, > david > Thanks, David. I agree; I've generally had more problems with X, hal, pam, consolekit and polkit than everything else combined. I did try your suggestions, in full and individually. Adding that ServerFlags section to xorg.conf made no apparent difference; without both hald and dbus running I can start X but no mouse and effectively no keyboard (I can ctrl-alt-del to reboot, but everything else is dead.) Thanks for your suggestions. Hopefully someone, somewhere has had a similar problem.