From owner-freebsd-questions Sat Feb 16 18:55:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp4.columbus.rr.com (clmboh1-smtp4.columbus.rr.com [65.24.0.114]) by hub.freebsd.org (Postfix) with ESMTP id DEF3037B402 for ; Sat, 16 Feb 2002 18:55:18 -0800 (PST) Received: from mach4 (cvg-29-16-248.cinci.rr.com [24.29.16.248]) by clmboh1-smtp4.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g1H2tVx05182 for ; Sat, 16 Feb 2002 21:55:31 -0500 (EST) Date: Sat, 16 Feb 2002 21:44:32 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit To: Elliott Liggett Mime-Version: 1.0 (Apple Message framework v480) Subject: Re: Mouse troubles From: KiloWatt@cinci.rr.com (KiloWatt) Message-Id: X-Mailer: Apple Mail (2.480) 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 heh here I go replying to my self ;-) I fixed it, and for those of you who are wondering how to fix something like this, here's how I did it: for the console, the mouse settings are in /etc/rc.conf Probably the last few lines. Maybe they look like this on your system: moused_port="/dev/psm0" moused_type="mouseman" moused_enable="YES" anyway, I didn't mess with these - I just messed with my XF86Config file. Here's what I did: the section which stated: Option "Protocol" "SysMouse" I changed to: Option "Protocol" "Auto" I tried MouseMan, Microsoft, Logitech, and several others. Only this worked. Hopefully someone else will see this in the archive with the same trouble and solve it! On Saturday, February 16, 2002, at 09:15 PM, Elliott Liggett wrote: > I have a three button logitech "MouseMan Serial-MousePort" mouse. It > plugs into my ps/2 port. Anyway, the mouse works flawlessly in the > console. However, once I start X, it begins to act funny. > > Well, it moves fine and tracks great. But mouse clicks don't work too > well. For example, I have to click about 8 times on the gnome menu to > get it to pop up. Draging works fine, and generally anything where the > mouse moves and then clicks is ok. But simply double-clicking on an > icon takes about 16 clicks. I have quoted from my /etc/X11/XF86Config > file at the end of this message. > > you'll notice I wrote "SysMouse" for my protocol. This is exactly what > the bsd installer told me to put here. > > Anyway, here are my questions: > 1) What should be in here? (my logitech is not one of the old > serial-port only mouses, btw (c7 type). Its M$ compatible I think) > 2) Where are the system preferences for the console mouse stored? I've > been able to use the sysinstall program to reconfigure it before, but > I'd prefer to just edit a file ;-) any suggestions? > > My computer is running FreeBSD 4.5/intel. The mouse worked fine in 4.4 > (if only I had saved those config files... :D). The ps/2 port is part > of the motherboard (its not an add on card or anything). If it helps, > my computer is a 500mzh k6. > > Thanks, your help will be much appreciated! > > from /etc/X11/XF86Config: > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "SysMouse" > Option "Device" "/dev/sysmouse" > > # When using XQUEUE, comment out the above two lines, and uncomment > # the following line. > > # Option "Protocol" "Xqueue" > > # Baudrate and SampleRate are only for some Logitech mice. In > # almost every case these lines should be omitted. > > # Option "BaudRate" "9600" > # Option "SampleRate" "150" > > # Emulate3Buttons is an option for 2-button Microsoft mice > # Emulate3Timeout is the timeout in milliseconds (default is 50ms) > > # Option "Emulate3Buttons" > # Option "Emulate3Timeout" "50" > > # ChordMiddle is an option for some 3-button Logitech mice > > # Option "ChordMiddle" > > EndSection > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message