From owner-freebsd-x11@freebsd.org Mon Aug 29 13:34:21 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14998BC7CAF; Mon, 29 Aug 2016 13:34:21 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from mail.abinet.ru (mail.abinet.ru [136.243.72.227]) by mx1.freebsd.org (Postfix) with ESMTP id CA474969; Mon, 29 Aug 2016 13:34:20 +0000 (UTC) (envelope-from abi@abinet.ru) Received: from sphinx.abinet.ru (host-118-159-66-217.spbmts.ru [217.66.159.118]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.abinet.ru (Postfix) with ESMTPSA id 5E6D561A5; Mon, 29 Aug 2016 13:34:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abinet.ru; s=dkim; t=1472477651; bh=cizdClQb/PQWcsztrHI9xmK1RLIMn1eJCfbp6oaL6lU=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=h7U55MtUKUhUMMMvwgt6O2+omBfCxwmMLXsHMq5T+njlgvDwiudC0CFpo9CucV5hp QppwsqMocAIG3B9riDr8vVvPE+sl5ulrezJ9B23SdbcXyitJ7DXIWsXeVamXQXAM03 8ZdP/FgRbr+hruWbcd6e/BCfgxvcpXoM7K2mU6B8= Subject: Re: Problem with touchpad To: Arto Pekkanen References: <3ff36b68-bc63-b3f9-ffb7-ade8c6b3e690@abinet.ru> <255e5a1340573719da0c32f870523449@kapsi.fi> Cc: freebsd-x11@freebsd.org, owner-freebsd-x11@freebsd.org From: abi Message-ID: <63738d79-fa1e-7401-9f07-242ccbf2f40c@abinet.ru> Date: Mon, 29 Aug 2016 16:34:10 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <255e5a1340573719da0c32f870523449@kapsi.fi> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 X-Spam-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0003] * 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines * 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on postfix.abinet.ru X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 13:34:21 -0000 I'm not sure what is attached to /dev/sysmouse I suspect USB one, but I disabled sysmouse in xorg configuration for sure Section "InputClass" Identifier "VanishBastardo" MatchDevicePath "/dev/sysmouse" Option "Ignore" "true" EndSection and moused_enable="NO" moused_nondefault_enable="NO" [ 17.061] (II) config/devd: adding input device (null) (/dev/sysmouse) [ 17.061] (**) sysmouse: Ignoring device from InputClass "VanishBastardo" So, if both devices clashing for 1 node, no driver attached to it anyway. Also, I tried CURRENT - it has the same problem. On 29/08/2016 15:16, Arto Pekkanen wrote: > With a PS2 touchpad you could also try this: > https://www.freebsd.org/doc/faq/x.html#idp64092272 > > abi kirjoitti 27.08.2016 03:51: >> Hello, >> >> I have strange issue with Dell XPS 13 (Skylake) touchpad. It works >> until xorg restart. After restart, buttons become unresponsive, the >> most common is if button remains pressed somehow. >> >> I found simple workaround - toggle touchpad with xinput. However, on >> xinput enable system hangs - screen is not updated and it ignores >> keyboard input until I use touchpad. After that, system and touchpad >> becomes operational. Until restart. >> >> Synaptics driver has the same problem. >> Touchpad in generic ps/2 mode (without hw.psm.synaptics_support=1) >> works. >> >> I made a search and found this commit >> http://svnweb.freebsd.org/base?view=revision&revision=281440 in >> CURRENT release notes. However it's pretty old and should be included >> in 11. >> >> FreeBSD 11.0-RC1 >> Xorg log >> https://gist.github.com/abishai/844c3221d9388a5a6f8c65bd13ad2d88 >> USB receiver is generic wireless mouse >> Mouse is touchpad >> No idea what is sysmouse. I have moused_enable="NO" and >> moused_nondefault_enable="NO" in /etc/rc.conf >> >> I appreciate any help or suggestions :) >> _______________________________________________ >> freebsd-x11@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-x11 >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" >