Gentoo Archives: gentoo-user

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

Attachments

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

Replies

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