From owner-freebsd-config@FreeBSD.ORG Wed Oct 22 11:23:00 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4175116A4B3 for ; Wed, 22 Oct 2003 11:23:00 -0700 (PDT) Received: from smtp2.vsnl.net (smtp2.vsnl.net [203.200.235.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id B914643F85 for ; Wed, 22 Oct 2003 11:22:58 -0700 (PDT) (envelope-from torahuls@vsnl.com) Received: from private ([127.0.0.1]) by smtp2.vsnl.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with SMTP id <0HN600L1R8E3ZV@smtp2.vsnl.net> for config@freebsd.org; Wed, 22 Oct 2003 23:52:56 +0530 (IST) Received: from ([219.65.85.63]) by smtp2.vsnl.net (InterScan E-Mail VirusWall Unix); Wed, 22 Oct 2003 23:52:56 +0530 (IST) Date: Wed, 22 Oct 2003 23:58:08 +0530 From: Rahul Sawarkar To: config@freebsd.org Message-id: <001601c398cb$23acdc20$3f5541db@private> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <20031021190037.F295E16A4C0@hub.freebsd.org> <002801c3987b$94810a70$055241db@private> <20031022073350.0534099d.pogrose@twcny.rr.com> Subject: Re: mouse pointer gravitating to corner X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 18:23:00 -0000 Hello Eric Only one.. originally I tried moused on console, but it behaved like left-button was always pressed and refused to move to left-half of screen, so I disabled moused in rc.conf. Therefore /dev/sysmouse will no longer work with X (pointer was dead on the screen until I changed to /dev/psm0). I will try your sugestion next time I boot freebsd.. Thanks Best Rgrds Rahul ----- Original Message ----- From: "Eric Pogroski" To: Cc: "Rahul Sawarkar" Sent: Wednesday, October 22, 2003 17:03 Subject: Re: mouse pointer gravitating to corner > On Wed, 22 Oct 2003 14:27:36 +0530 > Rahul Sawarkar wrote: > > > Here is the summary of relevant (uncommented) options: > > ----------------------- > > Section InputDevice > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "PS/2" > > Option "Device" "/dev/psm0" > > Option "Resolution" "200" > > ------------------------- > > This is on X4.3 that I compiled, However /etc/X11/XFConfig86 is the > > config file not XF86Config-4. I had to custom build my kernel to > > enable atkbdc0 & atkbd0 devices. Then I disabled console moused > > daemon thru rc.conf. So /dev/sysmouse as a device in X no longer > > works. > > > > Other error I got in X*.log are: > > "(WW)fnctl(7,O_ASYNC): Inappropriate ioctl for device" > > /var/log/messages (is this from /dev/psm0?): > > "/kernel: psmintr: out of sync(0x0040 != 0x0008) > > /kernel:psmintr: Discard a byte(1)" > > > > btw, can one call fnctl directly from a shell to set anything about a > > device? > > > > Thanks in advance & Rgrds > > Rahul Sawarkar > > > > > > Hello > > > > My ps/2 mouse pointer keeps jumping to the centre-left or > > > > centre-bottom of the screen every 2 seconds, making the mouse > > > > unusable under X . With the console, the pointer is just haywire, > > > > and also behaves like the left-button is perpetually pressed for > > > > drag'n'drop. Setting mouse resolution, acceleration or report rate > > > > with the mousedev command does not help. > > > > > > > > I have a samsung wheel mouse. I suspect a mouse protocol problem. > > > > does anyone have tips for setting this right ? > > > > > > > > Rgrds > > > > Rahul Sawarkar > > > > > > could you post your X config? > > Are you loading moused? > Also, you may want to try changing the relevant lines like so: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Emulate3Buttons" "no" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > Option "Device" "/dev/sysmouse" > EndSection > > One last thing I've noticed: Mouse1? are you using more than one > pointing device?