From owner-freebsd-x11@FreeBSD.ORG Sat Feb 15 16:14:15 2014 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 259F0AD6 for ; Sat, 15 Feb 2014 16:14:15 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id DFFB4138C for ; Sat, 15 Feb 2014 16:14:14 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:c896:bb5c:9b2b:52b0]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 7824D4AC1C for ; Sat, 15 Feb 2014 20:14:13 +0400 (MSK) Date: Sat, 15 Feb 2014 20:14:04 +0400 From: Lev Serebryakov X-Priority: 3 (Normal) Message-ID: <1969863702.20140215201404@serebryakov.spb.ru> To: freebsd-x11@FreeBSD.org Subject: Synaptic ("GlidePoint") touchpad (/dev/psm0), moused, new x11 and tap mapping -- how to? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 16:14:15 -0000 Hello, Freebsd-x11. I have touchpad which is detected as: psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 I have moused running. I have "new" X.org (server 1.12.4_4,1 and so on). It used "/dev/sysmouse". But in such case "taps" are seen as "Button 8" in X.org (checked with xev). And I could not change this: "xinput" change mapping, but it does nothing. xmodmap -e "pointer = 1 2 3 4 5 6 7 1 9 10" throws error. Adding "-m 1=8" to moused flags doesn't help too. I've tried to force usage of "synaptics" driver via xorg.conf, but it could not detect protocol (how cold I use it? Looks like GlidePoint is synaptics one!). Without moused, synaptics (on /dev/psm0) could not detect protocol too, but standard-hal-loaded mouse_drv.so works Ok and shows "button 1" in xev. But I want to use moused! -- // Black Lion AKA Lev Serebryakov