Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED]
Date: Fri, 10 Jul 2009 22:53:44
Message-Id: 4A57C617.7000700@gmail.com
In Reply to: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED] by James Ausmus
1 James Ausmus wrote:
2 > Good to hear! Out of curiosity, what's the mouse-related differences
3 > between the two xorg.conf's?
4 >
5
6 Well, I can't see any difference. Here is the old file:
7
8 Section "InputDevice"
9 Identifier "Mouse0"
10 Driver "mouse"
11 Option "Protocol" "auto"
12 Option "Device" "/dev/input/mice"
13 Option "ZAxisMapping" "4 5 6 7"
14 EndSection
15
16 and the new file:
17
18 Section "InputDevice"
19 Identifier "Mouse0"
20 Driver "mouse"
21 Option "Protocol" "auto"
22 Option "Device" "/dev/input/mice"
23 Option "ZAxisMapping" "4 5 6 7"
24 EndSection
25
26 I didn't emerge anything either. I logged out of KDE, went to a
27 console, ran xorgcfg then restarted X. When I logged into KDE, the
28 wheel worked.
29
30 Go figure.
31
32 Dale
33
34 :-) :-)

Replies

Subject Author
Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED] James Ausmus <james.ausmus@×××××.com>