From owner-freebsd-questions@FreeBSD.ORG Sun Nov 28 17:58:12 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 0ACC616A4CE for ; Sun, 28 Nov 2004 17:58:12 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDD343D1F for ; Sun, 28 Nov 2004 17:58:11 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=redshift.localdomain) by ptb-relay03.plus.net with esmtp (Exim) id 1CYTJK-000N5h-SB for freebsd-questions@freebsd.org; Sun, 28 Nov 2004 17:58:10 +0000 From: Mark Ovens To: freebsd-questions@freebsd.org Date: Sun, 28 Nov 2004 17:57:09 +0000 User-Agent: KMail/1.7 References: <41A8E362.1070309@fastmail.fm> <41A8F587.2090706@freebsd.org> <41A8FF16.7090100@fastmail.fm> In-Reply-To: <41A8FF16.7090100@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411281757.09367.marko@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: Sun, 28 Nov 2004 17:58:12 -0000 On Sat November 27 2004 22:26, Trey Sizemore wrote: > 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? > Slightly: Identifier "Mouse1" Driver "mouse" Option "Protocol" "sysmouse" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" I don't use the tiltwheel - it annoys me - hence Buttons set to 5 Regards, Mark