can't open display in cygwin# Unix - 噫吁兮,危乎高哉
w*y
1 楼
Thanks suan for solve my last problem.
Now,I can telnet to UNIX server with cygwin. But I got another problem.
Here is my operation:
1.ipconfig
(get my ip address)
2.telnet UNIXServerName
3.bash
4.export DISPLAY=myIP:0.0
5.echo $DISPLAY
(echo myIP:0.0,it is right)
6.a.out (it is an file under my UNIX current directory and need to open x
window. It runs great on UNIX workstation,but I want to do the project at
home)
the response is:
GLUT:Fatat error in a.out:can not open display:myIP:0.0
Did I do
Now,I can telnet to UNIX server with cygwin. But I got another problem.
Here is my operation:
1.ipconfig
(get my ip address)
2.telnet UNIXServerName
3.bash
4.export DISPLAY=myIP:0.0
5.echo $DISPLAY
(echo myIP:0.0,it is right)
6.a.out (it is an file under my UNIX current directory and need to open x
window. It runs great on UNIX workstation,but I want to do the project at
home)
the response is:
GLUT:Fatat error in a.out:can not open display:myIP:0.0
Did I do