From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 04:22:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7244E16A421 for ; Thu, 12 Jul 2007 04:22:25 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC9A13C469 for ; Thu, 12 Jul 2007 04:22:24 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id BE34B6D446; Thu, 12 Jul 2007 06:01:34 +0200 (CEST) Date: Thu, 12 Jul 2007 06:01:34 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070712040134.GA74171@glitch.rwxrwxrwx.net> Mail-Followup-To: freebsd-questions@freebsd.org, que_deseja@hotmail.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: que_deseja@hotmail.com Subject: Re: Mouse deamon problems. 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: Thu, 12 Jul 2007 04:22:25 -0000 On Thu 12 Jul 2007 00:07, Desmond Chapman wrote: > I am installing FreeBSD and it does not recognize the USB ports, the PS/2 port, or even the mouse types: Intellimouse, Microsoft > Mouse, Generic/Auto. How do I go about enabling the mouse daemon? And yes, I have tried the set up. It doesn't work. I have tried > Xorgcfg and Xorgconfig. They don't work. Note: the mouse protocols will work for Linux distributions. You first have to start moused, the default xorg configuration will usually work after that. For a PS/2 mouse: moused -t auto -p /dev/psm0 For a USB mouse: moused -t auto -p /dev/ums0 You probably want to start moused automatically when FreeBSD boots, add this line to /etc/rc.conf: For a PS/2 mouse moused_enabled="yes" For a USB mouse moused_enabled="yes" moused_port="/dev/ums0" You may also want to take a look at the moused and/or ums manpages: man 8 moused man 4 ums