From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 22:26:21 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 A2A9B16A4CE; Sat, 27 Nov 2004 22:26:21 +0000 (GMT) Received: from ispmxmta09-srv.alltel.net (ispmxmta09-srv.alltel.net [166.102.165.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F79343D55; Sat, 27 Nov 2004 22:26:21 +0000 (GMT) (envelope-from trey@fastmail.fm) Received: from [192.168.0.3] (really [69.40.80.76]) by ispmxmta09-srv.alltel.net with ESMTP <20041127222620.LGUV6770.ispmxmta09-srv.alltel.net@[192.168.0.3]>; Sat, 27 Nov 2004 16:26:20 -0600 Message-ID: <41A8FF16.7090100@fastmail.fm> Date: Sat, 27 Nov 2004 17:26:30 -0500 From: Trey Sizemore User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Ovens References: <41A8E362.1070309@fastmail.fm> <41A8F587.2090706@freebsd.org> In-Reply-To: <41A8F587.2090706@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:26:21 -0000 Mark Ovens wrote: > 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. >> > > They don't work :-( I have to run mine on PS/2 via an adaptor. There > is a patch in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/70607 to > fix this. I tried the first version of the patch; the mouse worked but > there were other problems. There have been several modifications done > to the patch since then that I haven't tried. > > I've just tried mine by using the PS/2 adaptor and it's not working here either. The light on the 'base station' doesn't stay on. Is your xorg.conf different than mine? Thanks.