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.62) (envelope-from ) id 1HpUN9-0000Ph-Nt for garchives@archives.gentoo.org; Sat, 19 May 2007 19:13:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4JJCVLN005955; Sat, 19 May 2007 19:12:31 GMT Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4JJCVfA005950 for ; Sat, 19 May 2007 19:12:31 GMT Received: from mail-in-13-z2.arcor-online.net (mail-in-13-z2.arcor-online.net [151.189.8.30]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 3A71C27B003 for ; Sat, 19 May 2007 21:12:31 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-13-z2.arcor-online.net (Postfix) with ESMTP id 2B6711B8E02 for ; Sat, 19 May 2007 21:12:31 +0200 (CEST) Received: from [192.168.0.10] (dslb-084-063-051-128.pools.arcor-ip.net [84.63.51.128]) (Authenticated sender: recall.nevada@arcor.de) by mail-in-05.arcor-online.net (Postfix) with ESMTP id 05D9A1FB0E1 for ; Sat, 19 May 2007 21:12:30 +0200 (CEST) Message-ID: <464F4C25.90405@arcor.de> Date: Sat, 19 May 2007 21:12:37 +0200 From: Marcus Wagner User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-laptop@gentoo.org Reply-to: gentoo-laptop@lists.gentoo.org MIME-Version: 1.0 To: gentoo-laptop@lists.gentoo.org Subject: Re: [gentoo-laptop] fujitsu siemens s7110 - touch stick? References: <200705131945.12185.sebastiangibb@t-online.de> <200705192009.29306.sebastiangibb@t-online.de> In-Reply-To: <200705192009.29306.sebastiangibb@t-online.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: c52be1a8-0f10-432b-9dc2-7fb7bdc48c25 X-Archives-Hash: 52ab561136c98e8f2a5db44b4a22d35c Sebastian Gibb schrieb: > hello, > > now I use evdev: > > Section "InputDevice" > Identifier "touchstick" > #Driver "mouse" > Driver "evdev" > Option "Protocol" "auto" > Option "Device" "/dev/input/mouse1" > EndSection > > but it doesn't work. I don't know whether the touchstick is /dev/input/mouse1. > How could I discover it? > > Bye > try cat /dev/input/mouse1 and move the stick. If you get some weird output on your console, its the right device, but since you now use evdev it should be something more like /dev/input/event1, bit this can change. Therefore you should od an cat /proc/bus/input/devices, there you can see your mouse. in Xorg.conf you should remove Option Device and add option "Name" "the name shown by cat /proc/bus/input/devices". Also protocol "event" could be helpful regards Marcus -- gentoo-laptop@gentoo.org mailing list