From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C16751381F3 for ; Sat, 6 Apr 2013 06:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C529E0D77; Sat, 6 Apr 2013 06:33:00 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by pigeon.gentoo.org (Postfix) with ESMTP id AD13DE0D19 for ; Sat, 6 Apr 2013 06:32:58 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M7WX3-1UZSHO3B7H-00xKhj for ; Sat, 06 Apr 2013 08:32:57 +0200 Received: (qmail invoked by alias); 06 Apr 2013 06:32:57 -0000 Received: from p54859021.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.144.33] by mail.gmx.net (mp035) with SMTP; 06 Apr 2013 08:32:57 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1+ZqY0BDGWZiU8F7pI7Dhu3Qdy2q/icQ0udGlQvJ9 ts+zLmRISKsZOz Received: by gmx.net (nbSMTP-1.00) for uid 1001 meino.cramer@gmx.de; Sat, 6 Apr 2013 08:32:57 +0200 (CEST) Date: Sat, 6 Apr 2013 08:32:55 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] Mouse Pad & X11 Message-ID: <20130406063255.GB3132@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: 83b70590-1516-4bbb-9463-bfda0c39fb5c X-Archives-Hash: 8ce0da7825e4e4ba4806442af5ab3573 Hi, due the lack of space on my desktop I decided to add a Perixx Peripad 501 Track Pad to my Gentoo Linux. The device came neither with a userguide nor a driver. The according webpage of Perixx does not offer both. According to Xorg.0.log and without any additional tasks, X11 recognized this pad as [ 24.595] (II) config/udev: Adding input device Mouse Pad (/dev/input/event1) [ 24.595] (**) Mouse Pad: Applying InputClass "evdev pointer catchall" [ 24.595] (II) Using input driver 'evdev' for 'Mouse Pad' [ 24.596] (**) Mouse Pad: always reports core events [ 24.596] (**) evdev: Mouse Pad: Device: "/dev/input/event1" [ 24.596] (--) evdev: Mouse Pad: Vendor 0x99a Product 0xa002 [ 24.596] (--) evdev: Mouse Pad: Found 3 mouse buttons [ 24.596] (--) evdev: Mouse Pad: Found scroll wheel(s) [ 24.596] (--) evdev: Mouse Pad: Found relative axes [ 24.596] (--) evdev: Mouse Pad: Found x and y relative axes [ 24.596] (II) evdev: Mouse Pad: Configuring as mouse [ 24.596] (II) evdev: Mouse Pad: Adding scrollwheel support [ 24.597] (**) evdev: Mouse Pad: YAxisMapping: buttons 4 and 5 [ 24.597] (**) evdev: Mouse Pad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 24.597] (**) Option "config_info" "udev:/sys/devices/platform/omap/musb-ti81xx/musb-hdrc.1/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1" [ 24.597] (II) XINPUT: Adding extended input device "Mouse Pad" (type: MOUSE, id 7) [ 24.597] (II) evdev: Mouse Pad: initialized for relative axes. [ 24.599] (**) Mouse Pad: (accel) keeping acceleration scheme 1 [ 24.599] (**) Mouse Pad: (accel) acceleration profile 0 [ 24.599] (**) Mouse Pad: (accel) acceleration factor: 2.000 [ 24.599] (**) Mouse Pad: (accel) acceleration threshold: 4 [ 24.601] (II) config/udev: Adding input device Mouse Pad (/dev/input/mouse0) [ 24.601] (II) No input driver specified, ignoring this device. [ 24.601] (II) This device may have been added with another device file. "It works": That is: I can move the cursor arround and I can perform clicks by tapping on the pad. The mechanical present buttons will be recognized as button 1 and button 3. As far as I can see from the output of xev, double tapping on the pad will also be recognized as button 1. But the log tells me of "three button mouse" and "adding scrollwheel support"... I googled for any information but beside a massive presence of "Synaptics" stuff there was no information I can use... How can I activate/use the additional functionality as reported by the log file? Thank you very much in advance for any help! Best regards, mcc