From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 16:54:41 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 54CCA16A468 for ; Sat, 9 Jun 2007 16:54:41 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-5.eunet.yu (smtpclu-5.eunet.yu [194.247.192.230]) by mx1.freebsd.org (Postfix) with ESMTP id C179913C469 for ; Sat, 9 Jun 2007 16:54:40 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-232-193.eunet.yu [213.198.232.193]) by smtpclu-5.eunet.yu (8.13.6/8.13.6) with ESMTP id l59GsWLE016321; Sat, 9 Jun 2007 18:54:33 +0200 Message-Id: <200706091654.l59GsWLE016321@smtpclu-5.eunet.yu> Date: Sat, 9 Jun 2007 18:54:27 +0200 From: Nikola Lecic To: Dave In-Reply-To: <000701c7aa74$0a510a80$0200a8c0@satellite> References: <008601c7a7d5$63912e00$0200a8c0@satellite> <44sl9260yb.fsf@be-well.ilk.org> <001f01c7a9e3$ea533360$0200a8c0@satellite> <200706090144.l591ic5P009076@smtpclu-6.eunet.yu> <000701c7aa74$0a510a80$0200a8c0@satellite> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: USB optical mouse issue in x 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: Sat, 09 Jun 2007 16:54:41 -0000 On Sat, 9 Jun 2007 04:56:15 -0400 "Dave" wrote: > Hi, > Here is my configuration. The first two lines are dmesg output on > my mouse, the rest is from my xorg.conf file: >=20 > ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/11.10, addr 2, iclass > 3/1 ums0: 3 buttons and Z dir. >=20 > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "CorePointer" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" "true" > EndSection Well, try simply this: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ButtonNumber" "5" Option "ZAxisMapping" "4 5" # or just Option "ButtonNumber" "3", without ZAxiaMapping EndSection and check if InputDevice "Mouse0" "CorePointer" is present in Section "ServerLayout". Also, have you tried to switch the mouse from ps/2 -> usb and vice versa? Nikola Le=C4=8Di=C4=87