From nobody Tue Mar 05 05:22:13 2024 X-Original-To: hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TpkTY3f9pz5Bq7p for ; Tue, 5 Mar 2024 05:22:25 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TpkTY0zGNz4tsN for ; Tue, 5 Mar 2024 05:22:24 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=hsrBGch741pBwpw9q/gw27VlJj9qFz/5Mv2m7EueSGY=; b=iVbzdbTU6Mpri45mY4Hj0ugw4OUZEysq1BATt8djg7RQyDhZ3FIaieeFXDl/opDZcXD8Dax6rw7cKG27smv/NdsomnDzt/NNbZwCNrNQo/QYQL62IhvQrm+zX9Vt2p5HNgYqIsfb/8S9ZAkrgGRONjE3tBPpqMFYwAQD0wS+rrBJzDvwTH/iTWFeW7CE+nqsOKAN1qJAX/UPLcftcMZkGc+5fW9wRug1C9r2XqVYEyXFS+MU1EaL2RxaSVkpPOVFnD6qorlWNh6sHqhMdse+rwFLKz1UFTQA9gaPF8ti8P4kjErRAJN3/6BpcH7zuwSNxljsczrS1MXvM32EHapIlw==; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cse.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=hsrBGch741pBwpw9q/gw27VlJj9qFz/5Mv2m7EueSGY=; b=uctYQZou0ON/X98hC0CZ4UES+Jr5WaMrl9K7iEY9bKRECOwHW0ZWqbgyNIo7RhfXwWrNo6L986PH9TPcHHjpy2ypbaZGVD64tHMv8Jf/8gifiwxW3eLhymLLapRLZFBflgzAbu5Y97ZUi5ZA/jLZEH5g+4iHlSzUio24aW88L4BZ3iHLmvJT+5p+hw4A8JbmjlPDG7NABdco3hkD+1PNzLThObeHyKdmob/BNtd9zZld89HlsiYh0YRqrr6kIHOWJge5T8dwrpSuFBHBpsB4ZCLCiWXzi3LKfqwQ2kVzlpxxrWgqTGJ3vBD4tfu92gbBiSNI6nIXJ29iP5mRKNLeqw==; Received: from bach.cs.huji.ac.il ([132.65.80.20] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1rhNFl-000Czc-Kx; Tue, 05 Mar 2024 07:22:13 +0200 Content-Type: text/plain; charset=utf-8 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.4\)) Subject: Re: How to add -listen tcp to Xorg From: Daniel Braniss In-Reply-To: <9041d56f25e83e51f2e6c571fc0448ad@bsdforge.com> Date: Tue, 5 Mar 2024 07:22:13 +0200 Cc: freebsd-hackers Content-Transfer-Encoding: quoted-printable Message-Id: <322E51C0-3105-4982-B10A-19F6AF3BB3E4@cs.huji.ac.il> References: <543CC273-7A51-4C12-981B-493CA69BE5FE@cs.huji.ac.il> <20240303181000.52322886@ernst.home> <9041d56f25e83e51f2e6c571fc0448ad@bsdforge.com> To: Chris X-Mailer: Apple Mail (2.3696.120.41.1.4) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL] X-Rspamd-Queue-Id: 4TpkTY0zGNz4tsN > On 4 Mar 2024, at 18:54, Chris wrote: >=20 > On 2024-03-03 09:10, Gary Jennejohn wrote: >> On Sun, 3 Mar 2024 16:46:46 +0200 >> Daniel Braniss wrote: >>> Hi, >>> In the past Xorg listen on port 6000 was the default, now it?s = disabled. >>> Some years ago I changed this behavior back to enable, but now >>> I can?t find my patch, and looking at the latest sources is mind = boggling, trying to >>> set listen tcp is not working. >>> Any help is most welcome, >>> Danny > man 7 X > should provide for your needs. :) i didn=E2=80=99t have xorg-docs installed, so I missed that :-) in any case problem solved, thanks danny > ... > DISPLAY NAMES > =46rom the user's perspective, every X server has a display name = of the > form: >=20 > hostname:displaynumber.screennumber > or > protocol/hostname:displaynumber.screennumber >=20 > This information is used by the application to determine how it = should > connect to the server and which screen it should use by default = (on > displays with multiple monitors): >=20 > protocol > The protocol specifies the protocol to use for = communication. > Exactly which protocols are supported is platform = dependent, > but most commonly supported ones are: >=20 > tcp TCP over IPv4 or IPv6 > inet TCP over IPv4 only > inet6 TCP over IPv6 only > unix UNIX Domain Sockets (same host only) > local Platform preferred local connection method > If the protocol is not specified, Xlib uses whatever it > believes is the most efficient transport. >=20 > hostname > ... >=20 > HTH >=20 > --Chris