From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 13:49:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6022510656A6 for ; Wed, 25 Aug 2010 13:49:23 +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 1B7AE8FC1E for ; Wed, 25 Aug 2010 13:49:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o7PDnMre031199; Wed, 25 Aug 2010 07:49:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o7PDnMYE031196; Wed, 25 Aug 2010 07:49:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 25 Aug 2010 07:49:22 -0600 (MDT) From: Warren Block To: William Bulley In-Reply-To: <20100825113834.GA55637@itcom245.staff.itd.umich.edu> Message-ID: References: <20100825113834.GA55637@itcom245.staff.itd.umich.edu> 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.6 (wonkity.com [127.0.0.1]); Wed, 25 Aug 2010 07:49:22 -0600 (MDT) Cc: FreeBSD Questions Subject: Re: serious (for me) Xorg 7.5 mouse/kbd problem in 8.1-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 13:49:23 -0000 On Wed, 25 Aug 2010, William Bulley wrote: > After building Xorg, as root, I ran the "Xorg -configure" command to > generate my xorg.conf.new file. Since a working /etc/X11/xorg.conf > file was still around after the upgrade from 8.0-STABLE/Xorg 7.3, I > felt no need to change anything in that file (later file comparisons > confirmed that nothing had changed). > > My only relevant additions to /etc/X11/xorg.conf are these: > > Section "ServerFlags" > Option "AutoAddDevices" "off" > Option "DontZap" "false" > EndSection > > In my /etc/rc.conf file I have dbus and hald enabled, and that has > not changed since the beginning of 2010 after the confusion abated. If you are running hald, why not use it? And the DontZap default is back to where it used to be (off), so you could remove or comment that entire ServerFlags section.