Re: Wheel mouse
On Saturday 09 March 2002 00:17, Kent West wrote:
> >This is what I currently have (working well except for the wheel):
> >
> >Section "InputDevice"
> > Identifier "Mouse1"
> > Driver "mouse"
> > Option "Protocol" "IMPS/2"
> > Option "Device" "/dev/mouse"
> ># Option "Emulate3Buttons"
> > Option "ZAxisMapping" "4 5"
> >EndSection
>
> Try commenting out the Emulate line (you have three buttons, so you
> don't need to emulate a third button). The IMPS/2 and ZAxisMapping
> line activate the scroll wheel. This assumes you're not running gpm
> and that /dev/mouse is a link to your actual mouse device (reasonable
> assumption, since you say it works well with your original
> configuration).
Well, in fact gpm _is_ running. Using ps -ax I see it's started as:
gpm -m /dev/psaux -t ps2 -Rms3
But the "device" in XF86Config-4 is "/dev/mouse" which in fact is a
link to /dev/gpmdata. I'm completely puzzled... I'll try to look for
and read about the relationships between gpm and the xserver. Thanks
for your help !
--
Daniel Toffetti --- 'There is no spoon...' - The Matrix
Running the bleeding edge Debian Sid version 3.0
Linux luni 2.4.13 #1 SMP Sun Oct 28 18:30:53 ART 2001 i686 unknown
Reply to:
- Follow-Ups:
- Re: Wheel mouse
- From: Stephen Ryan <taketwoaspirin@deepthought.dartmouth.edu>