[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Mouse problems
- From: Alexander Kirillov <kirillov math sunysb edu>
- To: For testers of Fedora Core development releases <fedora-test-list redhat com>
- Subject: Re: Mouse problems
- Date: Fri, 30 Apr 2004 14:17:28 -0400
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
>
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]