From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 15:03:01 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 C0A8A10656E8 for ; Wed, 25 Aug 2010 15:03:01 +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 7C3208FC0A for ; Wed, 25 Aug 2010 15:03:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o7PF30ed031437; Wed, 25 Aug 2010 09:03:00 -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 o7PF30EC031434; Wed, 25 Aug 2010 09:03:00 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 25 Aug 2010 09:03:00 -0600 (MDT) From: Warren Block To: William Bulley In-Reply-To: <20100825135809.GL55269@itcom245.staff.itd.umich.edu> Message-ID: References: <20100825135809.GL55269@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 09:03:00 -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 15:03:01 -0000 On Wed, 25 Aug 2010, William Bulley wrote: > According to Warren Block on Wed, 08/25/10 at 09:49: >> >> 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. > > Not sure what you mean by using hald. Assuming I knew how to use hald, > how would that solve my problem of the disappearing mouse pointer and > consequent loss of functionality of my window manager? You are telling xorg-server to not use hald with the AutoAddDevices line: > Section "ServerFlags" > Option "AutoAddDevices" "off" > Option "DontZap" "false" > EndSection And the other option is already a default. So removing or commenting that section would let xorg-server use hald. I don't know if this will affect your window manager. Probably not, but worth testing.