Gentoo Archives: gentoo-user

From: Mike Kazantsev <mike_kazantsev@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Xorg-server and my mouse
Date: Fri, 10 Apr 2009 04:03:31
Message-Id: 20090410100007.7ddc1e49@coercion
In Reply to: [gentoo-user] Xorg-server and my mouse by Dale
1 On Thu, 09 Apr 2009 21:27:36 -0500
2 Dale <rdalek1967@×××××.com> wrote:
3
4 > I'm back down to my old xorg-server-1.3* but now my mouse wheel don't
5 > work. Did this thing blow up my rat? How do i get my mouse wheel to
6 > work again?
7
8
9 Strangely enough, I had the following sections in my xorg.conf for a
10 few years now, -hal, and no problems with either mouse, touchpad or
11 whatever...
12 And before you jump to the conclusions: I use xorg-server-1.6.0 from
13 X11 overlay.
14
15
16 Section "InputDevice"
17 Identifier "Keyboard0"
18 Driver "kbd"
19 Option "XkbLayout" "us,ru(winkeys)"
20 Option "XkbOptions" "grp_led:scroll,grp:caps_toggle"
21 EndSection
22
23 Section "InputDevice"
24 Identifier "Mouse0"
25 Driver "mouse"
26 Option "Protocol" "auto"
27 Option "Device" "/dev/input/mice"
28 Option "ZAxisMapping" "4 5 6 7"
29 EndSection
30
31
32 --
33 Mike Kazantsev // fraggod.net

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Xorg-server and my mouse Dale <rdalek1967@×××××.com>