From owner-freebsd-x11@FreeBSD.ORG Fri Jan 9 21:49:01 2015 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 123566A0 for ; Fri, 9 Jan 2015 21:49:01 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id B48CD25F for ; Fri, 9 Jan 2015 21:48:59 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id A2468100A7D7 for ; Fri, 9 Jan 2015 13:48:59 -0800 (PST) Date: Fri, 9 Jan 2015 14:48:58 -0700 (MST) From: Jakub Lach To: freebsd-x11@freebsd.org Message-ID: <1420840138879-5979619.post@n5.nabble.com> In-Reply-To: <54B02A6D.4030500@dumbbell.fr> References: <1419085298186-5974955.post@n5.nabble.com> <1419089270647-5974961.post@n5.nabble.com> <1419184341375-5975124.post@n5.nabble.com> <1419770723607-5976488.post@n5.nabble.com> <54B02A6D.4030500@dumbbell.fr> Subject: Re: xorg-server 1.16 works with GM45, FreeBSD 10.1-STABLE #0 r27595 amd64 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.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2015 21:49:01 -0000 Thanks for a reply, I really appreciate it! After some time of using X, I'm missing Event type 5 on button 1 (ButtonRelease) thus, touchpad as well as both left buttons (Thinkpad) are unusable. Problem ceases after killing X or switching to system console and back and forth. Unfortunately, the nuisance started after upgrading to 1.16, however rolling back nor recompiling solved anything, and 1.14 is currently similar for me... Could it be coincidence connected with devd/hal switch? I've never used hal though. http://freebsd.1045724.n5.nabble.com/xorg-server-1-14-and-keyboard-mouse-events-td5975383.html relevant bits Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "pl" Option "XkbOptions" "lv3:ralt_switch_multikey" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection I will test your patch later, after I remind myself how to apply git patches cleanly ;) -- View this message in context: http://freebsd.1045724.n5.nabble.com/xorg-server-1-16-works-with-GM45-FreeBSD-10-1-STABLE-0-r27595-amd64-tp5974955p5979619.html Sent from the freebsd-x11 mailing list archive at Nabble.com.