From owner-freebsd-x11@freebsd.org Sat Dec 5 13:09:59 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 4BB6347A4FF; Sat, 5 Dec 2020 13:09:59 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cp90Q1nyhz3hf7; Sat, 5 Dec 2020 13:09:57 +0000 (UTC) (envelope-from greg@unrelenting.technology) Date: Sat, 05 Dec 2020 16:09:47 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unrelenting.technology; s=default; t=1607173839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RgcezJoTD/f1y6YpOqOFv0GP+K3Sx80z4CB1kJ0dr8A=; b=UHMMhEL0RJC/mSl1OmLcUSut5jQTui8sAMmnEH9wAr05XyYGvYGNQSWZH1UHCCf16DOTZc pMN24E8Lj3Z1TUS2CghoSlR8h3lSeWTNKu31fQK9bbBIsAGfRfzV4ngtuvGzp5nhhPwRhx LAxwx9hp1TVXqP55PoMN6TrNHh0bvHU= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Greg V Subject: Re: Xorg (latest from ports) and no mouse movement To: Matthias Apitz Cc: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Message-Id: In-Reply-To: <20201205115850.GA4689@c720-r342378> References: <20201205114354.GA3814@c720-r342378> <20201205115850.GA4689@c720-r342378> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: greg@unrelenting.technology Date: Sat, 05 Dec 2020 13:10:39 GMT X-Rspamd-Queue-Id: 4Cp90Q1nyhz3hf7 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=fail (headers rsa verify failed) header.d=unrelenting.technology header.s=default header.b=UHMMhEL0; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 91.121.223.63 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-3.10 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; MULTIPLE_UNIQUE_HEADERS(0.70)[Date]; MIME_GOOD(-0.10)[text/plain]; R_DKIM_REJECT(0.00)[unrelenting.technology:s=default]; NEURAL_HAM_LONG(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:91.121.223.63]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:-]; DMARC_POLICY_ALLOW(0.00)[unrelenting.technology,none]; RCVD_IN_DNSWL_NONE(0.00)[91.121.223.63:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RWL_MAILSPIKE_VERYGOOD(0.00)[91.121.223.63:from]; ASN(0.00)[asn:16276, ipnet:91.121.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports,freebsd-x11] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.34 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, 05 Dec 2020 13:09:59 -0000 On Sat, Dec 5, 2020 at 12:58, Matthias Apitz wrote: > El d=EDa s=E1bado, diciembre 05, 2020 a las 12:43:54p. m. +0100,=20 > Matthias Apitz escribi=F3: >=20 >>=20 >> Hello, >>=20 >> I'm setting up a new system on amd64 CURRENT (r368166) with ports=20 >> from >> November 30, compiled all with poudriere. >>=20 >> The Xorg is started with 'startx' and .xserverrc has: >>=20 >> exec X -retro -logverbose 6 >>=20 >> and .xinitrc says only (to simplify the problem): >>=20 >> xterm -fn 10x20 >>=20 >> X11 comes up, starts the xterm but no mouse movement is working. >>=20 >> Without X11 the mouse moves fine by the moused as: >>=20 >> /usr/sbin/moused -p /dev/cyapa0 -t ps/2 No one has added evdev support to cyapa yet, unfortunately. For now, you can set sysctl kern.evdev.rcpt_mask=3D9 to switch to=20 sysmouse events rather than individual mouse driver events, and you'll=20 have to keep moused running.