From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-45967-garchives=archives.gentoo.org@gentoo.org>) id 1FzM0H-0007Hn-9Y for garchives@archives.gentoo.org; Sat, 08 Jul 2006 23:14:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k68NB8eQ016383; Sat, 8 Jul 2006 23:11:08 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k68N2pwp026792 for <gentoo-user@lists.gentoo.org>; Sat, 8 Jul 2006 23:02:51 GMT Received: by nf-out-0910.google.com with SMTP id b2so245412nfe for <gentoo-user@lists.gentoo.org>; Sat, 08 Jul 2006 16:02:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ab3RIXt598oD5EFQxPJyWRheWtXSrzExYDQ97OrIbltVhC8Vbh3gKvVIy1FlOUQ6x3GFPviG+vfM2CdfrujRlqIyoV99gOYQYChWa6OyYq7IOGBtzaKWyHW9kO72T3yepPoIrLrtDBKvtiELa9dJu67SOK79kWeylu2LNZh/Ko8= Received: by 10.78.159.7 with SMTP id h7mr1212509hue; Sat, 08 Jul 2006 16:02:51 -0700 (PDT) Received: by 10.78.20.11 with HTTP; Sat, 8 Jul 2006 16:02:51 -0700 (PDT) Message-ID: <7573e9640607081602y798b5d8cs7a45398902aa553c@mail.gmail.com> Date: Sat, 8 Jul 2006 16:02:51 -0700 From: "Richard Fish" <bigfish@asmallpond.org> Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Modular xorg mouse problem In-Reply-To: <358eca8f0607081405l122985e2nd1308cd803d02e11@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10607060833m7a7cddcev38f19117a03d589b@mail.gmail.com> <44AD32D1.1060108@gentoo.org> <49bf44f10607071526g53adb162o233b6c443855670d@mail.gmail.com> <7573e9640607071542hb94492eq2c1ea28246e801d8@mail.gmail.com> <49bf44f10607071703i7e2c71a1w81080a6ab326655b@mail.gmail.com> <7573e9640607071727x23bbdc87q7c9254968e0390ba@mail.gmail.com> <358eca8f0607081220s59132878y1795134d34042061@mail.gmail.com> <7573e9640607081338ga1bf74axbad0e93c24d7c375@mail.gmail.com> <358eca8f0607081405l122985e2nd1308cd803d02e11@mail.gmail.com> X-Google-Sender-Auth: e978599b831c66f4 X-Archives-Salt: aa0b1334-9d2b-4012-929f-840da2826042 X-Archives-Hash: 2ca3814837ab377ff349a937f4b5f49f On 7/8/06, Mick <michaelkintzios@gmail.com> wrote: > Thanks I did read it. I'm afraid I do not understand the term "event" > (as in event-node, event device, event protocol, etc.) and was not > sure if it is a necessary precondition. Is a udev rule necessary? The minimum you need is CONFIG_INPUT_EVDEV in your kerrnel. In "make menuconfig", select Device Drivers->Input device support->Event Interface". This will give you device nodes /dev/input/eventN for your keyboard and mouse, in addition to /dev/input/mouseN and /dev/input/mice. You need to use a /dev/input/eventN node with the synaptics driver. As I mentioned in my email, I encountered a problem where the event nodes would switch around on me. For example, at one boot event0 would be my keyboard and event1 would be the trackpad, but on the next boot event0 would be the trackpad and event1 would be the keyboard. The custom udev rule fixed that particular problem. But you may never have the same problem, so this is optional. -Richard -- gentoo-user@gentoo.org mailing list