Mouse problems

Alexander Kirillov kirillov at math.sunysb.edu
Fri Apr 30 18:17:28 UTC 2004


I have USB scrollwheel mouse (no side buttons) which works fine - wheel
and all- with the following config:

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

On Fri, 2004-04-30 at 14:00, Boris Goldowsky wrote:
> Anyone know if the necessary configurations for scroll-wheel mouses have
> changed with the new X version?
> 
> I have a microsoft intellimouse optical which is usb with a ps/2
> adapter.  I used to use it as a PS/2 mouse in XFree86 with a setting
> like this:
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "IMPS/2"
>         Option      "Device" "/dev/psaux"
>         Option      "Buttons" "7"
>         Option      "ZAxisMapping" "6 7"
> EndSection
> 
> And with that the scroll wheel and side buttons worked well.  But with
> XOrg I have been unable to make that work - it does not see any mouse on
> /dev/psaux (or any other device that I can locate - I tried /dev/mouse,
> /dev/input/mice, etc).  I can get basic mousing to work with it plugged
> in to a usb port, but that does not recognize the scrollwheel or extra
> buttons.
> 
> Anyone have a mouse like this working, or can you give me any pointers? 
> I did read README.mouse and look at the x.org site, but didn't find
> anything helpful there.
> 
> Thanks -
> Boris
> 
> 





More information about the fedora-test-list mailing list