Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trackpoint *and* trackpad
Date: Wed, 05 Jan 2011 06:59:00
Message-Id: 201101050657.43173.michaelkintzios@gmail.com
In Reply to: [gentoo-user] trackpoint *and* trackpad by James
1 On Wednesday 05 January 2011 04:42:53 James wrote:
2 > All,
3 >
4 > Has anyone gotten both the trackpad and trackpoint on a t400 to work
5 > simultaneously? I can't seem to get it to work. Here are the relevant
6 > sections of my xorg.conf file.
7 >
8 > Section "ServerLayout"
9 > Identifier "Layout0"
10 > Screen 0 "Screen0" 0 0
11 > InputDevice "Keyboard0" "CoreKeyboard"
12 > #InputDevice "TrackPoint" "CorePointer"
13 > InputDevice "TouchPad" "CorePointer"
14 > EndSection
15 >
16 > Section "InputDevice"
17 > Identifier "TrackPoint"
18 > Driver "mouse"
19 > Option "Protocol"
20 > Option "Device" "/dev/input/mouse1"
21 > Option "Emulate3Buttons" "no"
22 > Option "ZAxisMapping" "4 5"
23 > EndSection
24 >
25 >
26 >
27 > Section "InputDevice"
28 > Identifier "TouchPad"
29 > Driver "synaptics"
30 > Option "Device" "/dev/input/mouse0"
31 > Option "Protocol" "auto-dev"
32 > Option "VertEdgeScroll" "on"
33 > Option "HorizEdgeScroll" "on"
34 > Option "VertTwoFingerScroll" "on"
35 > Option "HorizTwoFingerScroll" "on"
36 > Option "CornerCoasting" "on"
37 > #Option "MinSpeed" "0.40"
38 > #Option "MaxSpeed" "0.65"
39 > #Option "AccelFactor" "0.030"
40 > Option "LockedDrags" "on"
41 > Option "LockedDragTimeout" "5000"
42 > Option "UpDownScrolling" "on"
43 > Option "TapButton1" "1"
44 > Option "TapButton2" "2"
45 > Option "TapButton3" "3"
46 > Option "CircularScrolling" "on"
47 > Option "CircScrollTrigger" "2"
48 > #Option "CircScrollDelta" "0.1"
49 > #Option "CircScrollTrigger" "3"
50 > Option "SHMConfig" "on"
51 > EndSection
52 >
53 > Section "InputDevice"
54 > # generated from default
55 > Identifier "Keyboard0"
56 > Driver "kbd"
57 > EndSection
58 >
59 > Interestingly enough this same configuration seemed to work quite well
60 > for a friend of mine who has a T500 or similar model.
61 >
62 > Anything I'm missing here? Thoughts / help would be appreciated!
63
64 Do things change if you add:
65
66 Option "AllowEmptyInput" "off"
67
68 in Section "ServerLayout"?
69 --
70 Regards,
71 Mick

Attachments

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