I'm wanting to play with displaying an x application running on one machine on the screen of another. Across my home lan. No security concerns.
I have two laptops, one with xubuntu, one with freebsd.
I can run xeyes, as an example application, on the freebsd machine and see the display on the ubuntu machine. To make this work, To tell the x server on the ubuntu machine to listen on its default port. I've edited
/usr/bin/X11/xserverrc
and change -nolisten tcp to -listen tcp.
Where do I make the equivalent change to make the X server on the freebsd machine listen on the default port 6000? From the manual, I'm guessing somewhere in /usr/local/etc/X11.
I've seen posts elsewhere saying to use startx with a parameter
#startx -listen tcp
but the server shuts down if I use that command.
I have two laptops, one with xubuntu, one with freebsd.
I can run xeyes, as an example application, on the freebsd machine and see the display on the ubuntu machine. To make this work, To tell the x server on the ubuntu machine to listen on its default port. I've edited
/usr/bin/X11/xserverrc
and change -nolisten tcp to -listen tcp.
Where do I make the equivalent change to make the X server on the freebsd machine listen on the default port 6000? From the manual, I'm guessing somewhere in /usr/local/etc/X11.
I've seen posts elsewhere saying to use startx with a parameter
#startx -listen tcp
but the server shuts down if I use that command.