From owner-freebsd-questions@freebsd.org Thu Mar 25 19:29:30 2021 Return-Path: Delivered-To: freebsd-questions@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 30DDA57920E for ; Thu, 25 Mar 2021 19:29:30 +0000 (UTC) (envelope-from doug@safeport.com) Received: from cyrus.watson.org (cyrus.watson.org [204.107.128.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5wCY00YFz4Ybb for ; Thu, 25 Mar 2021 19:29:28 +0000 (UTC) (envelope-from doug@safeport.com) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by cyrus.watson.org (Postfix) with ESMTPS id CE78966965; Thu, 25 Mar 2021 19:21:42 +0000 (UTC) Received: from fledge.watson.org (doug@localhost [127.0.0.1]) by fledge.watson.org (8.16.1/8.16.1) with ESMTPS id 12PJLgBV031241 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 25 Mar 2021 19:21:42 GMT (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.16.1/8.16.1/Submit) with ESMTP id 12PJLg9x031238; Thu, 25 Mar 2021 19:21:42 GMT (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Thu, 25 Mar 2021 19:21:42 +0000 (UTC) From: doug@safeport.com Reply-To: doug@fledge.watson.org To: "Steve O'Hara-Smith" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Xorg/Lenovo/drm revisited In-Reply-To: <20210325185243.52e604a89737328d6de20292@sohara.org> Message-ID: <497a74b4-d0f1-665-6472-fe59c6e88115@safeport.com> References: <20210325171313.95c9f4a47431cf24d87926aa@sohara.org> <20210325185243.52e604a89737328d6de20292@sohara.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4F5wCY00YFz4Ybb X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=fail (mx1.freebsd.org: domain of doug@safeport.com does not designate 204.107.128.30 as permitted sender) smtp.mailfrom=doug@safeport.com X-Spamd-Result: default: False [5.50 / 15.00]; HAS_REPLYTO(0.00)[doug@fledge.watson.org]; TO_DN_SOME(0.00)[]; REPLYTO_DN_EQ_FROM_DN(0.00)[]; HAS_XAW(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[204.107.128.30:from]; ASN(0.00)[asn:11288, ipnet:204.107.128.0/24, country:US]; R_DKIM_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; R_SPF_FAIL(1.00)[-all:c]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; DMARC_NA(0.00)[safeport.com]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; SPAMHAUS_ZRD(0.00)[204.107.128.30:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; VIOLATED_DIRECT_SPF(3.50)[]; NEURAL_SPAM_LONG(1.00)[1.000]; FROM_NO_DN(0.00)[]; GREYLIST(0.00)[pass,body]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2021 19:29:30 -0000 On Thu, 25 Mar 2021, Steve O'Hara-Smith wrote: > On Thu, 25 Mar 2021 14:01:49 -0400 (EDT) > Doug Denault wrote: > >> On Thu, 25 Mar 2021, Steve O'Hara-Smith wrote: >> >>> On Thu, 25 Mar 2021 12:55:46 -0400 (EDT) >>> Doug Denault wrote: >>> >>>> None of these systems recognize double-click as paste in xterm or on >>>> the xfce desktop. The latter is almost irrelevant as that is supposed >>>> to list all windows on all desktops (I have 8). Having to drop the >>>> mouse and do shift-insert is annoying but almost a "who cares". >>> >>> I've always (some decades now) used middle button for paste in >>> X11, double click selects a word IME. >> >> That acutally might explain #2. The mouse I am using as are all the usb >> one's I have are at least 10, maybe 15 years old, no three buttons here. >> For these guys double-click has always meant paste. Not supporting legacy >> stuff may be the norm these days. > > By double click do you mean hit both buttons ? That used to be > controlled by an EmulateThreeButtons setting somewhere in the X config > (it's been a long time since I needed it). > Yes. It worked from fbsd 4.5 until 11.4 and xorg 7.6. I had (until now) no need for three button mouse. Adding 3ButtonEmulate was the cause of #1.