From owner-freebsd-questions@FreeBSD.ORG Thu Dec 18 12:36:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B121616A4CE for ; Thu, 18 Dec 2003 12:36:36 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7414143D48 for ; Thu, 18 Dec 2003 12:36:35 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AX4ss-0002nJ-00 for ; Thu, 18 Dec 2003 21:36:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AX4sr-0002nA-00 for ; Thu, 18 Dec 2003 21:36:33 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AX4sr-0007rT-00 for ; Thu, 18 Dec 2003 21:36:33 +0100 From: Kai Grossjohann Date: Thu, 18 Dec 2003 20:36:20 +0000 Lines: 20 Message-ID: <87u13xn9rv.fsf@emptyhost.emptydomain.de> References: <87u13yqa6q.fsf@emptyhost.emptydomain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:nPxHfON2QtcMR4LHhNOIBDXb23s= Sender: news Subject: Re: Two programs trying to handle the mouse? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 20:36:36 -0000 "fbsd_user" writes: > It will rebuilt the moused statements in rc.conf for you. Moused is starting, and the mouse is working. I have moused_enable=YES in /etc/rc.conf (and moused_flags="-z 4", but no other mouse-related settings afaict). My question was: why does the mouse pointer appear and work BEFORE moused is started? (At least before "Starting moused" appears on the console.) Hm. Is there a time lag between moused starting and the output appearing on the console? That would be highly unlikely I think, but who knows... Another thing to try would be to turn moused off, to see if the mouse still works. Later... Kai