Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] touchpad can't scroll
Date: Thu, 27 Mar 2008 16:01:36
Message-Id: 7797aa370803270858l95c2cc7gf6210e1c0d0b8b8b@mail.gmail.com
1 Hi, I have a Dell 1400 laptop. The touchpad can implement most
2 functions except vertical scrolling, horizontal scrolling and dragging
3 (not only in firefox, and also other applications).
4
5 I have followed this guide
6 http://gentoo-wiki.com/HARDWARE_Synaptics_Touchpad, but still can't
7 fix the problem.
8
9 There is some information below:
10
11 $ cat /proc/bus/input/devices
12 [...]
13 I: Bus=0011 Vendor=0002 Product=0008 Version=7325
14 N: Name="AlpsPS/2 ALPS GlidePoint"
15 P: Phys=isa0060/serio1/input0
16 S: Sysfs=/class/input/input5
17 U: Uniq=
18 H: Handlers=mouse1 event5
19 B: EV=f
20 B: KEY=420 670000 0 0 0 0
21 B: REL=3
22 B: ABS=1000003
23 [...]
24
25 And some configurations in my Xorg.conf:
26
27 Section "InputDevice"
28 Identifier "USB_Mouse"
29 Driver "mouse"
30 Option "Protocol" "Auto" # Auto detect
31 Option "Device" "/dev/input/mice"
32 Option "ZAxisMapping" "4 5"
33 EndSection
34
35 Section "InputDevice"
36 Identifier "TouchPad"
37 Driver "synaptics"
38 Option "Device" "/dev/input/mouse1"
39 Option "Protocol" "alps"
40 Option "SendCoreEvents" "true"
41 Option "SHMConfig" "on"
42 Option "ZAxisMapping" "4 5"
43 Option "Emulate3Buttons" "on"
44 Option "LeftEdge" "130"
45 Option "RightEdge" "840"
46 Option "TopEdge" "130"
47 Option "BottomEdge" "640"
48 Option "FingerLow" "7"
49 Option "FingerHigh" "8"
50 Option "MaxTapTime" "180"
51 Option "MinTapTime" "110"
52 Option "ClickTime" "0"
53 Option "EmulateMidButtonTime" "75"
54 # Option "MaxTapMove" "220"
55 Option "VertScrollDelta" "20"
56 Option "HorizScrollDelta" "20"
57 Option "MinSpeed" "0.40"
58 Option "MaxSpeed" "0.65"
59 Option "AccelFactor" "0.030"
60 Option "EdgeMotionMinSpeed" "200"
61 Option "EdgeMotionMaxSpeed" "200"
62 Option "UpDownScrolling" "1"
63 Option "CircularScrolling" "1"
64 Option "CircScrollDelta" "0.1"
65 Option "CircScrollTrigger" "3"
66 Option "VertEdgeScroll" "on"
67 EndSection
68
69 Section "ServerLayout"
70 Screen "Screen 1"
71 InputDevice "USB_Mouse" "CorePointer"
72 InputDevice "Keyboard1" "CoreKeyboard"
73
74 Option "AIGLX" "true"
75 EndSection
76
77
78 Any help will be appreciated!
79
80 --
81 wcw
82 --
83 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] touchpad can't scroll Florian Philipp <lists@××××××××××××××××××.net>