Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mouse Question (Not working Wheel)
Date: Tue, 02 May 2006 19:33:39
Message-Id: 1146597639.10719.7.camel@camille.espersunited.com
In Reply to: [gentoo-user] Mouse Question (Not working Wheel) by Christopher E
1 On Tue, 2006-05-02 at 13:50 -0400, Christopher E wrote:
2 > Hello all,
3 >
4 > I am wondering what I need to do to get my wheel (scroll) to work
5 > inside of gnome?
6 >
7 > In my xorg I have auto as the protocal, and for the location to
8 > /dev/input/mice what else do I nned for geting my mouse wheel to work
9 > inside of Gnome?
10 >
11 > Thanks for your help ahead of time!
12 >
13 > Sincerely,
14 > Christopher
15 >
16
17 >From my xorg.conf file:
18
19 Section "InputDevice"
20 Identifier "Mouse0"
21 Driver "mouse"
22 Option "Protocol" "auto"
23 Option "Device" "/dev/input/mouse0"
24 Option "ZAxisMapping" "4 5"
25 EndSection
26
27 That ZAxisMapping line is the one you need to get the mouse wheel
28 working...
29
30 --
31 gentoo-user@g.o mailing list