Click to See Complete Forum and Search --> : Logitech Optical Wheel Mouse


ndogg
10-12-2000, 05:19 PM
Just use the IMPS/2 protocol in the XF86Config file. It may jump around a lot for a few times, but all you have to do is keep restarting X until it stops jumping. The other thing you could do is to lower the resolution (something like 300 or 200 should work). This mouse is extremely precise and the IMPS/2 may not be able to handle it initially.

Here is my set up in the Pointer section:

Section "Pointer"
Protocol "IMPS/2"
Device "/dev/mouse"

# Adds buttons 4 and 5 for scrolling

Buttons 5

# ZAxisMapping enables scroll wheels on mice that have it

ZAxisMapping 4 5

EndSection


The Buttons line really isn't needed, but...

If you want to change the resolution, add the following into the Pointer section(you can change 300 if you wish), but realize that you will lose precision doing this, but the mouse should work right off the bat.

Resolution "300"



------------------
Too much Sun can give you cancer. Windows break too easily.
Apples/Macintoshes can rot. BSD... sounds too much like LSD.
Penguins are the only animals sophisticated enough to wear a
tuxedo.

Linux, the only one with the Penguin.

http://ndogg.n3.net

chadm1967
10-14-2000, 10:09 PM
I just bought one of those and was having some problems getting it configured properly.

Thanks for posting this. I'm going to give it a try.

http://www.linuxnewbie.org/ubb/smile.gif

blackwolf_c
12-26-2000, 08:53 PM
hmmm does that get the scroll working? I have a logitech scrollmouse and wondering how to get the scroll working in it...

------------------
if anyone wishes to contact me, please do so by my email. I just don't re-read posts too often. thanks.

Sincerely,
Jacob 'BlackWolf' Casper

Shad
12-26-2000, 08:57 PM
That works for the new Optical mice, older ball technology Logitech mice would use the mouseman protocol.