If you need a good graphical interface, AFAIK you need an X server to display graphics from your remote "X client".
If you are worried that you are manually using the X server (?), You can start your X server at startup. On the desktop, I do this personnaly (until it uses the X server provided by Cygwin, but commercial).
Edit: according to all the comments, you should try: export DISPLAY = xxx: 0.0, xxx, which is the IP address of the computer hosting the server x, and add it to your .profile file (or the .bashrc file should be in order but I remember .profile better for this kind of thing, however I might be wrong ..)
source
share