From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 20:52:37 2004 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 6793B16A4CE for ; Sat, 27 Nov 2004 20:52:37 +0000 (GMT) Received: from amsfep12-int.chello.nl (amsfep12-int.chello.nl [213.46.243.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10C343D54 for ; Sat, 27 Nov 2004 20:52:35 +0000 (GMT) (envelope-from Danovitsch@vitsch.net) Received: from Vitsch.net ([212.187.78.35]) by amsfep12-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041127205233.MRGN1265.amsfep12-int.chello.nl@Vitsch.net>; Sat, 27 Nov 2004 21:52:33 +0100 Received: from Racebeest.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id iARKpweD058386; Sat, 27 Nov 2004 21:51:58 +0100 (CET) (envelope-from Danovitsch@vitsch.net) From: "Daan Vreeken [PA4DAN]" To: Trey Sizemore Date: Sat, 27 Nov 2004 21:52:27 +0100 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> In-Reply-To: <41A8E362.1070309@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411272152.27741.Danovitsch@vitsch.net> cc: FreeBSD-Questions@FreeBSD.org Subject: Re: USB mouse support 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: Sat, 27 Nov 2004 20:52:37 -0000 On Saturday 27 November 2004 21:28, Trey Sizemore wrote: > I've just installed FreeBSD 5.3 on my desktop machine (P4 2.8GHz with > 512MB RAM) and cannot get my mouse pointer to move in KDE. It is a > Microsoft Wireless Optical 2.0 mouse (USB) and I have the following > section in my /etc/X11/xorg.conf file: > > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "7" > Option "ZAxisMapping" "4 5" > > I have installed FreeBSD from the disc 1 ISO file and installed > everything by default. I have not done a kernel recomple at this point. > > Is this an issue with my xorg.conf file or a USB issue that requires a > kernel recompile? I did not see anything helpful in the Using X11 in > the manual. Make sure you have usbd running and have set usbd_enable="YES" in /etc/rc.conf When a mouse is plugged in usbd should start moused to handle the input. The debug output on your console should state ums0 being attached when the mouse is plugged in. Good luck, Daan