From owner-freebsd-questions Thu Jun 27 6:27:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by hub.freebsd.org (Postfix) with SMTP id 231D837B40D for ; Thu, 27 Jun 2002 06:26:48 -0700 (PDT) Received: (qmail 22468 invoked from network); 27 Jun 2002 13:24:56 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 27 Jun 2002 13:24:56 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.4/8.11.6) with ESMTP id g5RDQf4o068930; Thu, 27 Jun 2002 15:26:41 +0200 (CEST) (envelope-from neuhauser@bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.4/8.12.4/Submit) id g5RDQeu4068929; Thu, 27 Jun 2002 15:26:40 +0200 (CEST) X-Authentication-Warning: freepuppy.bellavista.cz: roman set sender to neuhauser@bellavista.cz using -f Date: Thu, 27 Jun 2002 15:26:39 +0200 From: Roman Neuhauser To: Thomas Widlundh Cc: freeBSD Subject: Re: XF86Config - mouse Message-ID: <20020627132639.GB66045@freepuppy.bellavista.cz> Mail-Followup-To: Thomas Widlundh , freeBSD References: <000001c21dcd$040590d0$31056dd4@chappe2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c21dcd$040590d0$31056dd4@chappe2> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: "Thomas Widlundh" > To: "freeBSD" > Subject: XF86Config - mouse > Date: Thu, 27 Jun 2002 13:22:14 +0200 > > Hi , > I have had a very troublesome time to get X to work (4.1.0) > At last I got X to start with Kde (2.1.1.) and all looked smooth. > But my mouse went crazy and the pointer put itself at the edge of the > screen, completely > unusable. When I touch the mouse, the only thing that happens is a > popping up menu trembling like > crazy. > > My mouse is a two button and one wheel PS/2. Just a plain ordinary > mouse. > The appropiate sections of my XF86Config look like this: > > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/mouse" > EndSection I'm no expert, but this has always worked for me: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection /dev/mouse is a symlink to /dev/sysmouse, so that should be fine. but I remember having all kinds of trouble (read: erratic mouse behavior) with anything other than "auto" for the "Protocol" option. -- FreeBSD 4.6-STABLE 3:24PM up 3 days, 12:24, 8 users, load averages: 0.01, 0.05, 0.01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message