From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-76597-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1JXfCr-0004an-2u
	for garchives@archives.gentoo.org; Fri, 07 Mar 2008 16:14:01 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 68FCDE0513;
	Fri,  7 Mar 2008 16:13:11 +0000 (UTC)
Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.184])
	by pigeon.gentoo.org (Postfix) with ESMTP id 25376E0513
	for <gentoo-user@lists.gentoo.org>; Fri,  7 Mar 2008 16:13:11 +0000 (UTC)
Received: by rv-out-0910.google.com with SMTP id b22so300282rvf.46
        for <gentoo-user@lists.gentoo.org>; Fri, 07 Mar 2008 08:13:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=vYhvvMbiehbKbAZmH0HQWzJLmUtaZh6vks1yNtDMUpA=;
        b=VdogFHd21HOWcHnFnjxU3kdx4FGZyipF1xHxiYRQPQVPaNTglkcy9CKlNiWd/IB2k2zq+2U94W3qhV+2UsWXBppA7v1irStHe/UUBU6o8QnfhgM+6XkDFtTbpXysU+UoR2aDW/TVn/GbmlE3sjOm9j4sCUPD8hXab6bN22MBvXY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=bUDKQoFc+b4fslmhnQBdNxNe7Xbfa/P6Huq0Q21Q4q/Xfzid4sRxx2kS8CsdVsoQJC//tc476ZEIQOaH9eLdZmyAKiIK1HIs3o8u4czc9+0lzOjV9DGbezWJtpZD8edIWA0wUKVinuJV8kvPKyMEQLaj/SJZ5k8jLSAaB4My2K0=
Received: by 10.141.29.18 with SMTP id g18mr634766rvj.162.1204906389232;
        Fri, 07 Mar 2008 08:13:09 -0800 (PST)
Received: by 10.140.157.16 with HTTP; Fri, 7 Mar 2008 08:13:09 -0800 (PST)
Message-ID: <1773b4950803070813x2286256ft76adbefaa0267a32@mail.gmail.com>
Date: Fri, 7 Mar 2008 17:13:09 +0100
From: "=?ISO-8859-1?Q?Johan_Bl=E5b=E4ck?=" <johan.bluecreek@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Synaptics touchpad mistaken(?) for Logitech Wheel Mouse
In-Reply-To: <1204849561.18853.23.camel@orpheus>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <1773b4950803060416y27bef10t73ecbff2401105fd@mail.gmail.com>
	 <1204849561.18853.23.camel@orpheus>
X-Archives-Salt: 97246ab0-9c2e-4b9c-a2ac-0d9b856f5d09
X-Archives-Hash: 0c60ea2a80366bfacb5fc22567c156dc

On Fri, Mar 7, 2008 at 1:26 AM, Iain Buchanan <iaindb@netspace.net.au> wrot=
e:
>
>  On Thu, 2008-03-06 at 13:16 +0100, Johan Bl=E5b=E4ck wrote:
>  > Hi.
>  >
>  > Recently I got tired of my touchpad being too sensitive, and I decided
>  > to try the synaptics-how-to on the gentoo-wiki. However, when starting
>  > X I get:
>
>  [snip]
>
>
>  > TouchPad no synaptics event device found (checked 17 nodes)
>
>  [snip]
>
>
>  > So what I suggest could be the problem is that I got my kernel wrong,
>  > since it seem to emulate Logitech instead of synaptics. But I don't
>  > know if that is the problem, or how I fix it. (I have all the kernel
>  > options that the gentoo-wiki synaptics-how-to recommends.)
>  >
>  > Thanks for any suggestions!
>
>  I suspect you need these options in your kernel:
>  Device Drivers
>   Input Device Support
>   Event Interface (CONFIG_INPUT_EVDEV=3Dy)
>
>  I also have:
>  ..
>   Mice
>    PS/2 Mouse
>  and all the sub-options compiled in:
>  CONFIG_INPUT_MOUSE=3Dy
>  CONFIG_MOUSE_PS2=3Dy
>  CONFIG_MOUSE_PS2_ALPS=3Dy
>  CONFIG_MOUSE_PS2_LOGIPS2PP=3Dy
>  CONFIG_MOUSE_PS2_SYNAPTICS=3Dy
>  CONFIG_MOUSE_PS2_LIFEBOOK=3Dy
>  CONFIG_MOUSE_PS2_TRACKPOINT=3Dy
>
>

Thanks for the reply, but I got all of those:

hostname linux # cat .config | grep CONFIG_MOUSE_PS2
CONFIG_MOUSE_PS2=3Dy
CONFIG_MOUSE_PS2_ALPS=3Dy
CONFIG_MOUSE_PS2_LOGIPS2PP=3Dy
CONFIG_MOUSE_PS2_SYNAPTICS=3Dy
CONFIG_MOUSE_PS2_LIFEBOOK=3Dy
CONFIG_MOUSE_PS2_TRACKPOINT=3Dy
# CONFIG_MOUSE_PS2_TOUCHKIT is not set

hostname linux # cat .config | grep CONFIG_INPUT_EVDEV
CONFIG_INPUT_EVDEV=3Dy

hostname linux # cat .config | grep CONFIG_INPUT_MOUSE
CONFIG_INPUT_MOUSEDEV=3Dy
CONFIG_INPUT_MOUSEDEV_PSAUX=3Dy
CONFIG_INPUT_MOUSEDEV_SCREEN_X=3D1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=3D768
CONFIG_INPUT_MOUSE=3Dy


>
>  > For security reasons, all text in this mail is double-rot13 encrypted.
>
>  that's nice to know.  Just so this email is accepted by your security
>  policy, I double-rot13'd the reply.  Note that your comments are now
>  quadruple-rot13'd, but I think you should be able to decrypt them
>  without too much hassle.
>

Wow, the encryption on this thing now! NSA might get confused.


>  HTH,
>  --
>  Iain Buchanan <iaindb at netspace dot net dot au>
>
>  "MSDOS didn't get as bad as it is overnight -- it took over ten years
>  of careful development."
>  (By dmeggins@aix1.uottawa.ca)
>
>  --
>  gentoo-user@lists.gentoo.org mailing list
>
>



--=20
------------------------------------------------
For security reasons, all text in this mail is double-rot13 encrypted.
-- 
gentoo-user@lists.gentoo.org mailing list