Thread: Scroll Mouse
View Single Post

   
  #2 (permalink)  
Old 02-19-2008, 09:18 PM
John Bleichert
 
Posts: n/a
Default Re: Scroll Mouse

Mort <mortnospam@spam.sux> wrote:
> I can't get my scrollmouse to work. I did the 'kitchen sink' install.
> Via Google I found referance to XF86Config. Searchimg my puter for that
> file/command resulted in 0. Slackware Linux Essentials is no help.
> Got solutions?
> Thanks,
> Mort


System-wide configuration files are always under /etc - in your case,

/etc/X11/XF86Config

There are several ways to get your scroll wheel to work, for me, the
following (under InputDevice) works fine:

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"

EndSection

YMMV - JB


--------------------------------------------
John Bleichert - syborg@earthlink.net
"The meek shall inherit nothing." - FZ
Reply With Quote