From owner-freebsd-x11@FreeBSD.ORG Sat Apr 28 13:04:28 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 698D9106564A for ; Sat, 28 Apr 2012 13:04:28 +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 2455B8FC08 for ; Sat, 28 Apr 2012 13:04:28 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q3SD4RgW035129; Sat, 28 Apr 2012 07:04: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 q3SD4RJq035126; Sat, 28 Apr 2012 07:04:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 28 Apr 2012 07:04:27 -0600 (MDT) From: Warren Block To: ajtiM In-Reply-To: <201204280537.42277.lumiwa@gmail.com> Message-ID: References: <201204280537.42277.lumiwa@gmail.com> 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]); Sat, 28 Apr 2012 07:04:27 -0600 (MDT) Cc: Kevin Oberman , freebsd-x11@freebsd.org Subject: Re: Odd mouse issue with new xorg-server X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2012 13:04:28 -0000 On Sat, 28 Apr 2012, ajtiM wrote: > On Saturday 28 April 2012 03:16:02 Marco Beishuizen wrote: >> On Thu, 26 Apr 2012, the wise Kevin Oberman wrote: > >> >> I'm having this too. In my case starting X for the second time makes the >> mouse working again. >> > > It works for me too. > >> After some googling I tried adding Option "AutoAddDevices" "false" to my >> xorg.conf and that works too. > > I didn't try because I don't use xorg.conf more than three years and I don't > have (or better I didn't) any problems. > Is it possible to use above option in xinitrc or somewhere elese, please? It should be possible to make that the sole entry in xorg.conf: Section "ServerLayout" Option "AutoAddDevices" "Off" EndSection Defaults will be used for the rest. (I have not tried this, though.) Another option which people seem to miss is to just build xorg-server with the HAL option disabled. At least for xfce, HAL is not required and provides no benefits, so why run it?