Running xhost from Cygwin Bash Shell..

2003-12-10 Thread Jason Kalin
Hi, I have the latest Cygwin release. I'm setting up to display my remote linux desktop on my Win2k box. Running inside of the Cygwin Bash Shell, I start XWin(xwin -screen 0 1400 1050&) with no local applications. When I then run 'xhost +' from the bash shell, the X server windows flashes and

Re: Running xhost from Cygwin Bash Shell..

2003-12-10 Thread Harold L Hunt II
What you described is by design: the server resets after the last client (xhost in this case) disconnects. You have to be running at least one local client to keep this from happening, as you discovered. Harold Jason Kalin wrote: Hi, I have the latest Cygwin release. I'm setting up to displ

Re: Running xhost from Cygwin Bash Shell..

2003-12-10 Thread Andrew DeFaria
Harold L Hunt II wrote: What you described is by design: the server resets after the last client (xhost in this case) disconnects. You have to be running at least one local client to keep this from happening, as you discovered. What about xwin -screen 0 1400 1050 -noreset &? Harold Jason Kali