From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 16:09:56 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 68EA916A4E1 for ; Sun, 28 Nov 2004 16:09:56 +0000 (GMT) Received: from ms-smtp-04-eri0.southeast.rr.com (ms-smtp-04-lbl.southeast.rr.com [24.25.9.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C505743D46 for ; Sun, 28 Nov 2004 16:09:55 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iASG9qCh001967; Sun, 28 Nov 2004 11:09:52 -0500 (EST) Message-ID: <41A9F8E6.7050602@ec.rr.com> Date: Sun, 28 Nov 2004 11:12:22 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Trey Sizemore References: <41A8E362.1070309@fastmail.fm> In-Reply-To: <41A8E362.1070309@fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD-Questions 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: Sun, 28 Nov 2004 16:09:56 -0000 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. > > Thanks for the input! > > -Trey > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > FreeBSD supports the mouse in your system, not x. All xorg.conf is doing is telling x where the mouse is and how to talk to it. You can use a mouse on the command line in FreeBSD to cut and paste. That is just to cool. Try this command: $ dmesg | grep ums Do you get a similar result as below? ums0: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM), rev 1.10/3.00, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Also try this if yours is different: Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection