Gentoo Archives: gentoo-user

From: "Johan Blåbäck" <johan.bluecreek@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse
Date: Fri, 07 Mar 2008 16:14:01
Message-Id: 1773b4950803070813x2286256ft76adbefaa0267a32@mail.gmail.com
In Reply to: Re: [gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse by Iain Buchanan
1 On Fri, Mar 7, 2008 at 1:26 AM, Iain Buchanan <iaindb@××××××××××××.au> wrote:
2 >
3 > On Thu, 2008-03-06 at 13:16 +0100, Johan Blåbäck wrote:
4 > > Hi.
5 > >
6 > > Recently I got tired of my touchpad being too sensitive, and I decided
7 > > to try the synaptics-how-to on the gentoo-wiki. However, when starting
8 > > X I get:
9 >
10 > [snip]
11 >
12 >
13 > > TouchPad no synaptics event device found (checked 17 nodes)
14 >
15 > [snip]
16 >
17 >
18 > > So what I suggest could be the problem is that I got my kernel wrong,
19 > > since it seem to emulate Logitech instead of synaptics. But I don't
20 > > know if that is the problem, or how I fix it. (I have all the kernel
21 > > options that the gentoo-wiki synaptics-how-to recommends.)
22 > >
23 > > Thanks for any suggestions!
24 >
25 > I suspect you need these options in your kernel:
26 > Device Drivers
27 > Input Device Support
28 > Event Interface (CONFIG_INPUT_EVDEV=y)
29 >
30 > I also have:
31 > ..
32 > Mice
33 > PS/2 Mouse
34 > and all the sub-options compiled in:
35 > CONFIG_INPUT_MOUSE=y
36 > CONFIG_MOUSE_PS2=y
37 > CONFIG_MOUSE_PS2_ALPS=y
38 > CONFIG_MOUSE_PS2_LOGIPS2PP=y
39 > CONFIG_MOUSE_PS2_SYNAPTICS=y
40 > CONFIG_MOUSE_PS2_LIFEBOOK=y
41 > CONFIG_MOUSE_PS2_TRACKPOINT=y
42 >
43 >
44
45 Thanks for the reply, but I got all of those:
46
47 hostname linux # cat .config | grep CONFIG_MOUSE_PS2
48 CONFIG_MOUSE_PS2=y
49 CONFIG_MOUSE_PS2_ALPS=y
50 CONFIG_MOUSE_PS2_LOGIPS2PP=y
51 CONFIG_MOUSE_PS2_SYNAPTICS=y
52 CONFIG_MOUSE_PS2_LIFEBOOK=y
53 CONFIG_MOUSE_PS2_TRACKPOINT=y
54 # CONFIG_MOUSE_PS2_TOUCHKIT is not set
55
56 hostname linux # cat .config | grep CONFIG_INPUT_EVDEV
57 CONFIG_INPUT_EVDEV=y
58
59 hostname linux # cat .config | grep CONFIG_INPUT_MOUSE
60 CONFIG_INPUT_MOUSEDEV=y
61 CONFIG_INPUT_MOUSEDEV_PSAUX=y
62 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
63 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
64 CONFIG_INPUT_MOUSE=y
65
66
67 >
68 > > For security reasons, all text in this mail is double-rot13 encrypted.
69 >
70 > that's nice to know. Just so this email is accepted by your security
71 > policy, I double-rot13'd the reply. Note that your comments are now
72 > quadruple-rot13'd, but I think you should be able to decrypt them
73 > without too much hassle.
74 >
75
76 Wow, the encryption on this thing now! NSA might get confused.
77
78
79 > HTH,
80 > --
81 > Iain Buchanan <iaindb at netspace dot net dot au>
82 >
83 > "MSDOS didn't get as bad as it is overnight -- it took over ten years
84 > of careful development."
85 > (By dmeggins@××××××××××××.ca)
86 >
87 > --
88 > gentoo-user@l.g.o mailing list
89 >
90 >
91
92
93
94 --
95 ------------------------------------------------
96 For security reasons, all text in this mail is double-rot13 encrypted.
97 --
98 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse Iain Buchanan <iaindb@××××××××××××.au>