From owner-freebsd-questions@FreeBSD.ORG Mon Dec 22 10:30:21 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 9C46016A4CE for ; Mon, 22 Dec 2003 10:30:21 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45F543D53 for ; Mon, 22 Dec 2003 10:30:19 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYUos-0005kX-00 for ; Mon, 22 Dec 2003 19:30:18 +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 1AYTMu-0004rQ-00 for ; Mon, 22 Dec 2003 17:57:20 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AYTMu-0004NC-00 for ; Mon, 22 Dec 2003 17:57:20 +0100 From: Kai Grossjohann Date: Mon, 22 Dec 2003 17:57:20 +0100 Lines: 22 Message-ID: <878yl4yemn.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:ESCUrXW7XQVNm7cEAYR6x8341ik= 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: Mon, 22 Dec 2003 18:30:21 -0000 "fbsd_user" writes: > Mouse is started from /etc/rc.conf > > Sounds like you did not config your mouse during the sysinstall > when you installed FBSD from CD. There are moused lines in /etc/rc.conf, and the mouse is working well. The question I wanted to ask is: why does the mouse start working BEFORE moused is started? Hypothesis after reading "man syscons": The syscons driver displays the mouse pointer. moused is only responsible for handling copy-and-paste. That would explain why I see the mouse pointer (and can move it) before moused is started. kai@slowfox$ grep mouse /etc/rc.conf moused_enable="YES" moused_flags="-z 4" Kai