Mark Jensen wrote:
>>Now I'll bet getting the scroll wheel on my mouse to work is even more
>>complicated.
> 
> Actually, it is generally just as easy (though maybe a bit more obscure 
> as to what you are doing or why).
> 
> Add this line to your mouse input defintion in your XF86Conf file:
>       Option      "ZAxisMapping" "4 5"
> and you should have scrolling goodness.  :)

Don't you also have to add:

Option "Buttons" "5"

FYI, this is for my USB mouse with a scroll wheel in the X config:

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option      "Protocol"      "ImPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "ZAxisMapping"  "4 5"
    Option      "Buttons"       "5"
EndSection

Adding those last two options to whatever you have will do the trick.

Chad Martin


To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to