Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2023 17:23:42 +0200
From:      Yuri <yuri@aetern.org>
To:        hackers@freebsd.org
Subject:   Re: xdm and listen=tcp
Message-ID:  <62873693-1afe-c5ca-1431-f5e1c8c1d8da@aetern.org>
In-Reply-To: <86C9CA1E-9790-4FFF-BFF6-8C22EE35CF9C@cs.huji.ac.il>
References:  <255BDA89-2DD1-4805-95F1-5C01453A3E47@cs.huji.ac.il> <f6ec6a17-fe49-9f3b-5504-48e1df3da18a@aetern.org> <86C9CA1E-9790-4FFF-BFF6-8C22EE35CF9C@cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help
Daniel Braniss wrote:
> 
> 
>> On 23 May 2023, at 18:03, Yuri <yuri@aetern.org> wrote:
>>
>> Daniel Braniss wrote:
>>> hi,
>>> the short version:
>>> 	i start the X11 via the following line in /etc/ttys:
>>> 		ttyv8	“/usr/local/bin/xdm -nodaemon” xterm on secure
>>>
>>> this worked great since forever, but now(*) the default of Xorg is not to accept tcp connection,
>>> is there a simple way to fix this, apart of recompiling Xorg and somehow changing the default behavior?
>>>
>>> *: now probably is a few years, since i have not uograded my WS for a while - why change if it’s working,
>>>   but mow it just went belly up :-(
>>
>> You probably want /usr/local/etc/X11/xdm/Xservers.
>>
> 
> i tried 
> 	;0 local /usr/local/bin/X :0 -listen=tcp
> but maybe it should be:
> 	:0 local /usr/local/bin/X -listen=tcp :0

It's '-listen tcp' actually (just checked that it works) :-) sorry I
didn't mention there's unneded '=' in your first post.

:0 local /usr/local/bin/X -listen tcp :0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?62873693-1afe-c5ca-1431-f5e1c8c1d8da>