[lug] 3 button scroll mouse
Glenn Murray
gmurray at Mines.EDU
Mon Apr 8 10:20:52 MDT 2002
One more data point: IMPS/2 does not work for me under XFree 4, but
Intellimouse does. I added the ZAxisMapping, and nedit scrolls with
no additional configuration (Debian woody). I have a standard ps/2 MS
Intellimouse.
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IntelliMouse"
# Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
# To enable the wheel [GM]
Option "ZAxisMapping" "4 5"
EndSection
Thanks,
Glenn Murray
http://www.mines.edu/~gmurray
On 5 Apr 2002, Tkil wrote:
> >>>>> "jd" == j davis <j> writes:
>
> jd> i had seen the axis stuuf before and yes, my X config has it in
> jd> there but it still doesn,t work...
>
> make sure the mouse protocol is one that supports the extra signals.
>
> for XFree 4, assuming your mouse uses the ps/2 connector:
>
> | Section "InputDevice"
> | Identifier "Mouse0"
> | Driver "mouse"
> | Option "Protocol" "IMPS/2"
> | Option "Device" "/dev/psaux"
> | Option "ZAxisMapping" "4 5"
> | Option "Emulate3Buttons" "no"
> | EndSection
>
> XFree 3:
>
> | Section "Pointer"
> | Protocol "IMPS/2"
> | Device "/dev/psaux"
> | Buttons 5
> | ZAxisMapping 4 5
> | EndSection
>
> if your protocol is only "ps/2", then XFree won't see the extra
> buttons at all.
>
> t.
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
>
More information about the LUG
mailing list