Gentoo Archives: gentoo-user

From: Chuanwen Wu <wcw8410@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] touchpad can't scroll
Date: Sun, 30 Mar 2008 06:37:44
Message-Id: 7797aa370803292337n7a382f60k7a61af38faff38dd@mail.gmail.com
In Reply to: Re: [gentoo-user] touchpad can't scroll by Mick
1 On Fri, Mar 28, 2008 at 4:28 PM, Mick <michaelkintzios@×××××.com> wrote:
2 >
3 > On Friday 28 March 2008, Chuanwen Wu wrote:
4 > > Hi,
5 > >
6 > > > You should change your server-layout to something like
7 > > >
8 > > > Section "ServerLayout"
9 > > > Identifier "Layout0"
10 > > > Screen "Screen1"
11 > > > InputDevice "Keyboard1" "CoreKeyboard"
12 > > > InputDevice "Touchpad" "CorePointer"
13 > > > Option "AIGLX" "true
14 > > > EndSection
15 > >
16 > > I have changed it, but after I restart X, I found it doesn't work, yet.
17 >
18 > This is what I have in mine under ServerLayout:
19 > ===================================
20 > InputDevice "Mouse0" "CorePointer"
21 > InputDevice "Keyboard0" "CoreKeyboard"
22 > InputDevice "Mouse1" "AlwaysCore"
23 > ===================================
24 >
25 > And this is what I have under InputDevice:
26 > ===================================
27 > Section "InputDevice"
28 > Identifier "Mouse0"
29 > Driver "synaptics"
30 > Option "Protocol" "SynPS/2"
31 > Option "InputFashion" "Mouse"
32 >
33 > Option "Device" "/dev/input/mice"
34 > Option "Name" "SynPS/2 Synaptics TouchPad"
35 > Option "SHMConfig" "on"
36 > Option "Vendor" "0002"
37 > Option "ZAxisMapping" "4 5"
38 > Option "Emulate3Buttons" "True"
39 > Option "Buttons" "3"
40 > EndSection
41 >
42 > Section "Input Device"
43 > Identifier "Mouse1"
44 > Driver "mouse"
45 > Option "Protocol" "IMPS/2"
46 > Option "InputFashion" "Mouse"
47 >
48 > Option "Device" "/dev/input/mice"
49 > Option "Name" "GenPS/2 Genius Mouse"
50 > Option "Vendor" "0002"
51 > Option "ZAxisMapping" "4 5"
52 > Option "Emulate3Buttons" "False"
53 > Option "Buttons" "9"
54 > EndSection
55 > ===================================
56 >
57
58 > So, you may want to replace your "/dev/input/mouse1" for mice and see if that
59 > fixes things.
60 Still can't fix the problem.
61
62 > --
63 > Regards,
64 > Mick
65 >
66
67
68
69 --
70 wcw
71 --
72 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] touchpad can't scroll Mick <michaelkintzios@×××××.com>