From owner-freebsd-x11@freebsd.org Tue Mar 10 14:13:40 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4617264DEA for ; Tue, 10 Mar 2020 14:13:40 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48cHBX0mD9z49KK for ; Tue, 10 Mar 2020 14:13:40 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: by mailman.nyi.freebsd.org (Postfix) id D2ECB264DE9; Tue, 10 Mar 2020 14:13:39 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2956264DE6 for ; Tue, 10 Mar 2020 14:13:39 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48cHBT3tBwz499t for ; Tue, 10 Mar 2020 14:13:37 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.15.2/8.15.2) with ESMTPS id 02AEDNGQ092210 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 10 Mar 2020 07:13:30 -0700 (PDT) (envelope-from bsd-lists@BSDforge.com) X-Mailer: Cypht MIME-Version: 1.0 Cc: In-Reply-To: From: Chris Reply-To: bsd-lists@BSDforge.com To: AN Subject: Re: mouse is broken after update Date: Tue, 10 Mar 2020 07:13:30 -0700 Message-Id: <0643d1a6158c0ffb649656c83217306c@udns.ultimatedns.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48cHBT3tBwz499t X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of bsd-lists@BSDforge.com has no SPF policy when checking 24.113.41.81) smtp.mailfrom=bsd-lists@BSDforge.com X-Spamd-Result: default: False [-0.60 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[bsd-lists@BSDforge.com]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.21)[-0.207,0]; IP_SCORE(-0.31)[ip: (-0.48), ipnet: 24.113.0.0/16(-0.24), asn: 11404(-0.76), country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[BSDforge.com]; REPLYTO_ADDR_EQ_FROM(0.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 14:13:40 -0000 On Mon, 9 Mar 2020 22:33:45 -0400 (EDT) AN andy@neu=2Enet said > After updating to xwayland 1=2E20=2E7_2,1 my mouse is broken, will not move=2E= =20 > Is anyone seeing issues with this? Mouse works on console, but after=20 > startx mouse does not work=2E Can anyone confirm this is working correctly= =20 > after the update? Any help is appreciated=2E >=20 > Section "ServerLayout" >=20 > Identifier "Layout0" >=20 > Screen 0 "Screen0" 0 0 >=20 > InputDevice "Keyboard0" "CoreKeyboard" >=20 > InputDevice "Mouse0" "CorePointer" >=20 > EndSection >=20 >=20 >=20 > Section "Files" >=20 > EndSection >=20 >=20 >=20 > Section "InputDevice" >=20 >=20 >=20 > # generated from default >=20 > Identifier "Mouse0" >=20 > Driver "mouse" >=20 > Option "Protocol" "auto" >=20 > Option "Device" "/dev/sysmouse" >=20 > Option "Emulate3Buttons" "no" >=20 > Option "ZAxisMapping" "4 5" >=20 > EndSection xorg=2Econf(5) has been depreciated for at least a year=2E Those settings will only serve to confound your setup=2E Please see: https://www=2Efreebsd=2Eorg/doc/handbook/x-config=2Ehtml for further help / info=2E HTH --Chris