Basicaly I am wondering if it is possible to get Xwindows to open from a server in OS X. I am in a dorm, and so we have ver high speed internal networks, I am trying to run a program from one of our campus Solarus servers. I know they support X window forwarding, but is it possible to get it to shw in OS X, do I need to install something???.....
When I ssh -x in and try to run such a program I get
rock~% xv
xv: Can't open display
or
rock~% xreq
application-specific initialization failed: no display name and no $DISPLAY environment variable
can't read "tk_version": no such variable
while executing
"if { $tk_version < 4.0 } {
puts stderr "Xreq requires wish version 4.0 or better"
exit
}"
(file "/local/preq/bin/xreq" line 11)
rock~% tk_version
tk_version: Command not found.
Any suggestions?
When I ssh -x in and try to run such a program I get
rock~% xv
xv: Can't open display
or
rock~% xreq
application-specific initialization failed: no display name and no $DISPLAY environment variable
can't read "tk_version": no such variable
while executing
"if { $tk_version < 4.0 } {
puts stderr "Xreq requires wish version 4.0 or better"
exit
}"
(file "/local/preq/bin/xreq" line 11)
rock~% tk_version
tk_version: Command not found.
Any suggestions?