LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Logitech ps2 wheel mouse (https://www.linuxquestions.org/questions/linux-hardware-18/logitech-ps2-wheel-mouse-27201/)

bxb32001 08-04-2002 07:53 PM

Logitech ps2 wheel mouse
 
Hi all!

I find the wheel in my mouse a very useful. But how does one get it to work? I don't see it in my RH 7.3 Mouse configuration tool, tried Logitech mouseman+, but the wheel still won't work.

Anyone know how this is done?

- bxb

bxb32001 08-04-2002 08:07 PM

... it's a Logitech Value Value Wheel btw (ps2).... also found out this link http://www.inria.fr/koala/colas/mouse-wheel-scroll/ but I still don't get it yet... (my mouse is the middle one in the picture on the link above)

- bxb

neo77777 08-04-2002 08:23 PM

Look over /etc/X11/XF86Config-4 file, in your InputDevice Secion it should look similar to this
PHP Code:

Section "InputDevice"
        
Identifier  "Mouse0"    
        
Driver      "mouse"
        
Option      "Protocol" "IMPS/2"
        
Option      "Device" "/dev/input/mice"
        
Option      "ZAxisMapping" "4 5"
        
Option      "Emulate3Buttons" "no"
EndSection 

It is mine for logi optical USB but the line you need to put if it is not there is
Code:

Option      "ZAxisMapping" "4 5"
this is the wheel mapping

bxb32001 08-04-2002 08:38 PM

Fantastique... I'll try it when I get home... then I'll let ya know. Thanks!

- bxb

ronin701 08-06-2002 01:34 AM

Run x86 config and tell it it's a MS intellimouse, I believe the driver is imp/ps2, runs my Logitech and just about any other wheel mouse you can think of..................................

bxb32001 08-07-2002 10:59 AM

IT WORKS!!! <dance of joy!>

I've been very busy lately with the schoolyear starting and all... had a small window open up and my Linux box, who had been suffering from an Internet connection shared by an old Win2K laptop. Is finally ona na ADSL of it's own.

Anyway, back to the topic... IT WORKS!!! I was all set, writing down all the instructions.. set it it to an intellimouse and checked my XF86Config-4 file and viola! it was all set.

Started up X and the internet... tried it on Mozilla and Konq.... yup, it works.

Many thanks to ronin701, neo7777

- bxb

ronin701 08-07-2002 11:17 AM

Glad to help out...........................

neo77777 08-07-2002 12:56 PM

You are welcome:)
And you missed one more 7 in my user name :cry: :tisk:

bxb32001 08-07-2002 08:53 PM

sorry bout that... all those 7s have an hypnotic affect sometimes....:D

neo77777 08-07-2002 10:40 PM

You can use neo7x5 I don't mind, and I was kidding anyway that nandle's stuck to me for quite awhile.


All times are GMT -5. The time now is 10:43 AM.