Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Modular xorg mouse problem
Date: Thu, 06 Jul 2006 15:42:26
Message-Id: 49bf44f10607060833m7a7cddcev38f19117a03d589b@mail.gmail.com
1 I upgraded my laptop to modular xorg but X won't start. Based on the
2 errors I see, it seems to be due to the mouse in some way. I've tried
3 compiling xorg-x11 with only 'synaptics' and both 'synaptics' and
4 'mouse' in my INPUT_DEVICES. I've also commented and uncommented the
5 two 'Driver' lines below but I still get mouse errors and X won't
6 start.
7
8 Section "InputDevice"
9 Identifier "mymouse"
10 # Driver "mouse"
11 Driver "synaptics"
12 Option "Protocol" "PS/2"
13 Option "Device" "/dev/mouse"
14 Option "Emulate3Buttons"
15 Option "Emulate3Timeout" "150"
16 Option "MaxTapTime" "0"
17 Option "MinSpeed" "0.3"
18 Option "MaxSpeed" "0.75"
19 Option "AccelFactor" "0.005"
20 # Option "SHMConfig" "on"
21 EndSection
22
23 I ran 'revdep-rebuild -p' and it only wants to remerge gcc and some
24 gst stuff so I haven't run it for real yet.
25
26 Does anyone know how to fix this?
27
28 - Grant
29
30 P.S. Can anyone tell me what the new yellow USE flags are all about?
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Modular xorg mouse problem Donnie Berkholz <spyderous@g.o>
[gentoo-user] Re: Modular xorg mouse problem Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] Modular xorg mouse problem Richard Fish <bigfish@××××××××××.org>
Re: [gentoo-user] Modular xorg mouse problem Daniel da Veiga <danieldaveiga@×××××.com>