Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] trackpoint *and* trackpad Mick <michaelkintzios@×××××.com>
[gentoo-user] Re: trackpoint *and* trackpad walt <w41ter@×××××.com>