Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I use the X server under cygwin?

Cygwin server
0
Posted

How can I use the X server under cygwin?

0

Note that you already have XFree86, the free version of X server, when you first installed cygwin. If not, run the cygwin Setup program again and install it. So you only have to configure it. You first make sure that the directory /usr/X11R6/bin is in your search path. Under bash, this was automatically setup, but you have to do it yourself under tcsh: e.g. > setenv PATH `printenv PATH`:/usr/X11R6/bin > rehash Next, make sure that the .xsession file (or equivalent) is set up in your home directory. Finally, from the cygwin prompt, simply call “Xwin”, or to get to spunky.nyu.edu, do: > Xwin :0 -query spunky.nyu.edu You can also call: > xinit More Options: Wenguang Wang (wang@cs.usask.ca) at U Saskatchewan (http://www.cs.usask.ca/grads/wew036/latex/xfig.html) suggests the following: put a .xinitrc file into your home directory, say, with the following lines: xhost + localhost cd xterm -display $DISPLAY -name “xterm-1” -sb \ -sl 1000 -geometry +0+0 & xterm -display $DISPLAY -name “xterm-2

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123