I am using mwm as a window manager, I am not using any X Display Manager.
I want to enable the TCP listening on port 6000 of the X server, so other workstations in the LAN can launch applications remotely exporting DISPLAY to my workstation.
I use `/usr/local/bin/startx` to launch the server and configure everything in `~/.xinitrc` and `~/.Xdefaults`.
I have checked that the X server is not listening on TCP port 6000, it is my understanding that this requires the `-listen tcp` flag. But where shall I configure the flag?
I have also checked the Handbook but I can not locate that information present.
1. Is this the right way of launching X if you are not using X Display Manager and you are using a legacy window manager such as mwm?
2. Which configuration file(s) shall I modify to enable tcp?
I want to enable the TCP listening on port 6000 of the X server, so other workstations in the LAN can launch applications remotely exporting DISPLAY to my workstation.
I use `/usr/local/bin/startx` to launch the server and configure everything in `~/.xinitrc` and `~/.Xdefaults`.
I have checked that the X server is not listening on TCP port 6000, it is my understanding that this requires the `-listen tcp` flag. But where shall I configure the flag?
I have also checked the Handbook but I can not locate that information present.
1. Is this the right way of launching X if you are not using X Display Manager and you are using a legacy window manager such as mwm?
2. Which configuration file(s) shall I modify to enable tcp?