Gentoo Archives: gentoo-user

From: Scott Brady <bradyscc@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mouse wheel doesn't work
Date: Mon, 19 Sep 2005 11:19:35
Message-Id: 200509192112.09241.bradyscc@gmail.com
In Reply to: [gentoo-user] Mouse wheel doesn't work by Stewart Taylor
1 On Mon, 19 Sep 2005 08:46 pm, Stewart Taylor wrote:
2
3 > I've got a Microsoft Intellimouse (ps2)
4 > which seems to be detected correctly but
5 > the wheel will not work under KDE.
6
7 When you edit the /etc/X11/xorg.conf you should have the something
8 similar to the following under the Input Device Section.
9
10 Section "InputDevice"
11 Identifier "Mouse1"
12 Driver "mouse"
13 Option "Protocol" "PS/2"
14 Option "Device" "/dev/input/mice"
15 Option "Corepointer"
16 Option "Emulate3Buttons" "true"
17 Option "ZAxisMapping" "6 7"
18 EndSection
19
20 Hope this helps
21
22 Regards,
23
24 ScottyB
25 --
26 gentoo-user@g.o mailing list