Serge Lussier <[EMAIL PROTECTED]> writes:

> Hi,
> Is somebody know How can I make my wheel mouse working
> in the current Mandrake 7.1beta1 ?
> 
> Even if I start imwheel as root, it does not works.
> 
> My mouse is Microsoft Explorer USB with 5 buttons.
> Here is attached the imwheelrc file ( it is a bit too big to display
> here :)
> 
> I really don't know what to change or to do in addition to this rc file
> to make the wheel-scroll working. AFAIK, everything is ok.
> 
> The third button ( the wheel ) is working ( X/gpm/paste ).
> 
> I know that what I ask for, demands a certain amount of time to verify.
> So , I am not really expecting help for this. But I try - its free to
> ask isn't it ?
> :)
> 
You have to change the protocol from PS/2 to IMPS/2 in /etc/X11/XF86Config
and add the ZAxisMapping 4 5 option like this:

# **********************************************************************
# Pointer section
# **********************************************************************

Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/usbmouse"
    ZAxisMapping 4 5
EndSection

-- 
Fred - May the source be with you

Reply via email to